无障碍网页指引

In order to assure that websites and web applications are accessible to everyone, 加州大学洛杉矶分校网页设计师, 开发人员, and content creators must follow the latest web accessibility guidelines.

形式

形式 are commonly used to provide user interaction on websites and in web applications. 以使在线表格可访问, every form field must have a descriptive label that identifies its purpose. The label should be placed adjacent to its respective field and must be associated with the field.

You can improve the accessibility of your form by following these best practices.

  • Provide clear instructions on how to complete the form.
  • 明确指定必填字段.
  • 按逻辑顺序放置表单字段.
  • Group related form fields and label them appropriately.
  • Ensure that form fields can be navigated using the keyboard.
  • Ensure that errors are communicated clearly and are easy to identify.

 Drupal网站

If your web页面 is hosted on the University's Drupal web platform (experts.ospifse.net), you can easily create accessible forms by using the 网络form content type. 添加新表单字段时, the label you enter for the field is automatically associated with the corresponding field. You can also easily group and sort fields using a drag-and-drop functionality. For instructions on how to create a form in Drupal, visit the 创建网络forms 页面.

 Non-Drupal网站

If your web页面 is hosted on the University's web server (web.calstatela.Edu)或第三方, use correct HTML markup to associate labels with their corresponding fields. If you use JavaScript to manipulate form data or for form validation, ensure that the form can still be navigated using the keyboard. 欲了解更多信息,请访问 W3C的表单概念 页面和 网络AIM创建可访问表单 页面.

帧 are used to separate a web页面 into different sections, 每个部分都有自己的窗口. If possible, avoid using frames because they create usability and accessibility issues. 如果你必须使用框架, ensure that each frame has a meaningful title which gives a clear indication of the content within that frame. 也, include a element to specify equivalent content for web browsers that do not support frames or are configured not to display them.</p> <h3>Iframes</h3> <p>Inline frames (iframes) are used to embed content from one web页面 into another (e.g., a video from YouTube or a social media widget). If you incorporate an iframe on your 页面, ensure that it has a meaningful title. 也, provide alternative content by including a text description between the iframe start and end tags.</p> <p>欲了解更多信息,请访问 <a href="http://webaim.org/techniques/frames/">网络AIM's Creating Accessible 帧 and Iframes</a> 页面.</p> </div> </div> </div> </div> <div class="field__item"> <div class="padding-above-below paragraph paragraph--type--accordion paragraph--id--921171 paragraphs-item-921171 paragraph--view-mode--default accordion" id="accordion-921171"> <div class="field field--name-field-section-heading field--type-string field--label-hidden field__items"> <h2 class="field__item">标题</h2> </div><div class="clearfix text-formatted field field--name-field-text-limited field--type-text-long field--label-hidden field__items"> <div class="field__item"><p>标题s help users understand what information is contained on a web页面和 how that information is organized. 标题s also allow screen-reader and assistive technology users to skim the structure of a 页面和 navigate to or skip over sections.</p> <p>When designing the structure of your 页面, follow these best practices.</p> <ul><li>Use headings to denote a 页面's structure rather than for visual effect.</li> <li>Apply heading markup (h1-h6) to all visual headings. Do not format text to make it look like a heading.</li> <li>Use only one main heading (h1) which should be the 页面 title.</li> <li>正确排序标题. Subheadings of h1 are h2s, subheadings of h2s are h3s, etc.</li> <li>Make headings short and descriptive so users can easily find the information they are looking for.</li> <li>Make sure all headings have associated content (i.e.,没有空标题).</li> </ul><h3><i aria-hidden="true" class="fab fa-drupal"> </i> Drupal网站</h3> <p>If your web页面 is hosted on the University's Drupal web platform (experts.ospifse.net), you can apply heading styles (标题 2, 标题 3, etc.) using the Format button on the WYSIWYG toolbar. 在Drupal, 页面标题被标记为标题1, so the first level of subheadings within the 页面 content should be marked up as 标题 2.</p> <h3><i aria-hidden="true" class="far fa-code"> </i> Non-Drupal网站</h3> <p>If your web页面 is hosted on the University's web server (web.calstatela.Edu)或第三方, use correct HTML markup to style headings (h1, h2, h3, etc.). 欲了解更多信息,请访问 <a href="http://www.w3.org/WAI/tutorials/page-structure/headings/">W3C的标题</a> 页面.</p> </div> </div> </div> </div> <div class="field__item"> <div class="padding-above-below paragraph paragraph--type--accordion paragraph--id--921176 paragraphs-item-921176 paragraph--view-mode--default accordion" id="accordion-921176"> <div class="field field--name-field-section-heading field--type-string field--label-hidden field__items"> <h2 class="field__item">图片</h2> </div><div class="clearfix text-formatted field field--name-field-text-limited field--type-text-long field--label-hidden field__items"> <div class="field__item"><p>图片 can enhance content or add visual interest to a web页面, but they are inaccessible to people with visual impairments. To be accessible, all images are required to have an equivalent alternative text (alt text). It is read by screen readers in place of an image, allowing the content and function of the image to be accessible. The most appropriate alt text for an image depends on the purpose of the image within the context of the web页面.</p> <ul><li>如果图像传达了简单的信息, the alt text should convey the same essential information as the image.</li> <li>如果一幅图像传达了复杂的信息(例如.g., 图表或图表), it should include a short alt text and a long description that provides more detail about the image.</li> <li>If an image is purely decorative, the alt attribute should be empty (alt=""). This tells screen readers to completely ignore the image.</li> <li>If an image has a caption or is described in adjacent text, the alt attribute should be empty (alt="") so that the information is not read twice by screen readers.</li> <li>If an image contains text, the alt text should contain the same text.</li> <li>If an image is linked, the alt text should describe the link's destination.</li> <li>If an image is used as a button, the alt text should describe the button's purpose.</li> </ul><p>欲了解更多信息,请访问 <a href="http://webaim.org/techniques/alttext/">网络AIM的替代文本</a> 页面.</p> <h3><i aria-hidden="true" class="fab fa-drupal"> </i> Drupal网站</h3> <p>To ensure that websites hosted on the University's Drupal web platform (experts.ospifse.net) meet accessibility requirements, an alt text is required for all images. For instructions on how to add an image in Drupal, visit the <a href="/support/adding-images">添加图片</a> 页面.</p> <h3><i aria-hidden="true" class="far fa-code"> </i> Non-Drupal网站</h3> <p>If your web页面 is hosted on the University's web server (web.calstatela.Edu)或第三方, ensure that all images include an appropriate alt text. 欲了解更多信息,请访问 <a href="http://www.w3.org/WAI/tutorials/images/">W3C的图像概念</a> 页面和 <a href="http://webaim.org/techniques/images/">网络AIM的无障碍图像</a> 页面.</p> </div> </div> </div> </div> <div class="field__item"> <div class="padding-above-below paragraph paragraph--type--accordion paragraph--id--921181 paragraphs-item-921181 paragraph--view-mode--default accordion" id="accordion-921181"> <div class="field field--name-field-section-heading field--type-string field--label-hidden field__items"> <h2 class="field__item">链接</h2> </div><div class="clearfix text-formatted field field--name-field-text-limited field--type-text-long field--label-hidden field__items"> <div class="field__item"><p>链接 are one of the most basic and important elements of a website. They are essential for website navigation and can be used to cross-reference related content. As a result, inaccessible links are one of the biggest issues a website can have.</p> <h3>何时使用链接</h3> <p>You can improve the usability and accessibility of your links by following these best practices.</p> <ul><li>Use link text that is meaningful when read out of context. Avoid using redundant or ambiguous link text such as "click here" or "read more".</li> <li>保持链接文本简洁. A long link is more likely to break across lines on a web页面, making it look like two links.</li> <li>避免使用url作为链接文本. If a URL is relatively short such as a site's home页面, it may be used as the link text.</li> <li>Do not use the same text for links that go to different destinations.</li> <li>Ensure that links can be navigated using the keyboard.</li> <li>Style links to make them distinctive from other types of text on a web页面. Underlining links is a standard convention to denote that text is clickable.</li> </ul><p>欲了解更多信息,请访问 <a href="http://webaim.org/techniques/hypertext/">网络AIM的链接和超文本</a> 页面.</p> </div> </div> </div> </div> <div class="field__item"> <div class="padding-above-below paragraph paragraph--type--accordion paragraph--id--921186 paragraphs-item-921186 paragraph--view-mode--default accordion" id="accordion-921186"> <div class="field field--name-field-section-heading field--type-string field--label-hidden field__items"> <h2 class="field__item">插件</h2> </div><div class="clearfix text-formatted field field--name-field-text-limited field--type-text-long field--label-hidden field__items"> <div class="field__item"><p>插件 enable web browsers to display a particular file format (PDF, Word, Excel, PowerPoint, etc.). When a web页面 links to a file that requires a plug-in to display the content, a link must be provided to a 页面 where the plug-in can be downloaded.</p> <h3><i aria-hidden="true" class="fab fa-drupal"> </i> Drupal网站</h3> <p>If your web页面 is hosted on the University's Drupal web platform (www.calstatela.Edu),则自动满足此要求 for common file types via the 文件的观众 link located in the website footer. If you link to a file which requires a plug-in that is not listed on the <a href="/plugins">文件查看器和插件</a> 页面, you need to add a link to a 页面 where the plug-in can be downloaded.</p> <h3><i aria-hidden="true" class="far fa-code"> </i> Non-Drupal网站</h3> <p>If your web页面 is hosted on the University's web server (web.calstatela.Edu)或第三方, you can meet this requirement by adding a link to a 页面 where the appropriate plug-in can be downloaded. For a list of plug-ins for common file types, visit the <a href="/plugins">文件查看器和插件</a> 页面.</p> </div> </div> </div> </div> <div class="field__item"> <div class="padding-above-below paragraph paragraph--type--accordion paragraph--id--921191 paragraphs-item-921191 paragraph--view-mode--default accordion" id="accordion-921191"> <div class="field field--name-field-section-heading field--type-string field--label-hidden field__items"> <h2 class="field__item">Skip-Navigation</h2> </div><div class="clearfix text-formatted field field--name-field-text-limited field--type-text-long field--label-hidden field__items"> <div class="field__item"><p>Many websites have redundant navigation links across multiple 页面s. For screen reader users and users navigating by keyboard, these links can become burdensome if there is no way to efficiently skip past them. 提高网站的可访问性, include a skip navigation link on each 页面 to allow site visitors to skip over repetitive 页面 elements and get to the main content.</p> <h3><i aria-hidden="true" class="fab fa-drupal"> </i> Drupal网站</h3> <p>If your web页面 is hosted on the University's Drupal web platform (www.calstatela.Edu),则自动满足此要求. Every 页面 that is created in Drupal includes a "Skip to content" link.</p> <h3><i aria-hidden="true" class="far fa-code"> </i> Non-Drupal网站</h3> <p>If your web页面 is hosted on the University's web server (web.calstatela.Edu)或第三方, you can meet this requirement by adding a link at the top of each 页面 that goes directly to the main content. 欲了解更多信息,请访问 <a href="http://webaim.org/techniques/skipnav/">网络AIM的跳过导航链接</a> 页面.</p> </div> </div> </div> </div> <div class="field__item"> <div class="padding-above-below paragraph paragraph--type--accordion paragraph--id--921196 paragraphs-item-921196 paragraph--view-mode--default accordion" id="accordion-921196"> <div class="field field--name-field-section-heading field--type-string field--label-hidden field__items"> <h2 class="field__item">表</h2> </div><div class="clearfix text-formatted field field--name-field-text-limited field--type-text-long field--label-hidden field__items"> <div class="field__item"><p>表 should be used to present data; they should not be used to create a 页面 layout. 使数据表可访问, it needs to include column and/or row headers and markup that associates data cells to their respective headers.</p> <h3><i aria-hidden="true" class="fab fa-drupal"> </i> Drupal网站</h3> <p>If your web页面 is hosted on the University's Drupal web platform (www.calstatela.Edu),您可以轻松创建可访问的表. 将表添加到页面时, make sure to specify column and/or row headers in the Table Properties dialog box. 根据你的选择, Drupal will automatically add the appropriate markup to your table to associate data cells with their headers. For instructions on how to add a table in Drupal, visit the <a href="/support/adding-tables">添加表</a> 页面.</p> <h3><i aria-hidden="true" class="far fa-code"> </i> Non-Drupal网站</h3> <p>If your web页面 is hosted on the University's web server (web.calstatela.Edu)或第三方, make sure to create accessible tables by using the appropriate HTML markup to associate data cells with their headers. 欲了解更多信息,请访问 <a href="http://www.w3.org/WAI/tutorials/tables/">W3C的表概念</a> 页面和 <a href="http://webaim.org/techniques/tables/data">网络AIM创建可访问表</a> 页面.</p> </div> </div> </div> </div> <div class="field__item"> <div class="padding-above-below paragraph paragraph--type--accordion paragraph--id--921201 paragraphs-item-921201 paragraph--view-mode--default accordion" id="accordion-921201"> <div class="field field--name-field-section-heading field--type-string field--label-hidden field__items"> <h2 class="field__item">文本</h2> </div><div class="clearfix text-formatted field field--name-field-text-limited field--type-text-long field--label-hidden field__items"> <div class="field__item"><p>To be accessible, website text must have a high level of readability and legibility. Readability is the ease with which a reader can recognize words, sentences, and paragraphs. Legibility is the ease with which a reader can recognize individual characters in text.</p> <p>You can improve the accessibility of your text by following these best practices.</p> <ul><li>写作清晰简洁.</li> <li>用标题和列表组织内容.</li> <li>Use real text rather than text embedded within graphics.</li> <li>Provide sufficient contrast between text and its background.</li> <li>选择简单易读的字体.</li> <li>避免使用小字体.</li> <li>字体大小使用相对单位.</li> <li>避免完全对齐的文本.</li> <li>避免闪烁或移动文本.</li> <li>限制使用字体变体,例如 <strong>大胆的</strong>, <em>斜体</em>,并全部大写字母.</li> <li>Do not underline text unless the text is a link.</li> <li>识别语言的任何变化(e).g.(从英语到西班牙语).</li> </ul></div> </div> </div> </div> <div class="field__item"> <div class="padding-remove paragraph-width-100 paragraph paragraph--type--content paragraph--id--921206 paragraphs-item-921206 entity_921206 paragraph--view-mode--default paragraphs-item-content"> <div class="clearfix text-formatted field field--name-field-text field--type-text-long field--label-hidden field__items"> <div class="field__item"><h3>创建可访问的网络内容</h3> <p>Most web content can be made accessible by following the simple guidelines listed above. For a comprehensive list of web accessibility guidelines and how to meet them, visit <a href="http://webaim.org/standards/wcag/checklist">网络AIM的WCAG 2.0的清单</a> 页面和 <a href="http://www.w3.org/WAI/WCAG20/quickref/">W3C如何满足WCAG 2.0</a> 页面.</p> </div> </div> </div> </div> <div class="field__item"> <div class="padding-above-below paragraph paragraph--type--accordion paragraph--id--921211 paragraphs-item-921211 paragraph--view-mode--default accordion" id="accordion-921211"> <div class="field field--name-field-section-heading field--type-string field--label-hidden field__items"> <h2 class="field__item">Color</h2> </div><div class="clearfix text-formatted field field--name-field-text-limited field--type-text-long field--label-hidden field__items"> <div class="field__item"><h3>色彩的运用</h3> <p>色彩是网页设计的一个重要方面. However, some users have difficulty perceiving color. 使用颜色时, ensure that it is not the only visual means of conveying information. 如果你用颜色来传达信息(e.g., 指定必需的字段, 超链接, 活跃的元素, 或其他资料), 包括第二种区分方法. 例如, if a web页面 directs site visitors to press a green button for help, it should also include the word "Help" on the button. This way, a person who is colorblind can still identify that the button is for help.</p> <h3>颜色对比</h3> <p>使用颜色时, provide sufficient contrast between text and its background so that people who have visual impairments can read the content.</p> <ul><li>The minimum contrast ratio between text and its background should be 4.5:1.</li> <li>文本 that is larger (at least 18 points if not 大胆的 or 14 points if 大胆的) can have a contrast ratio of 3:1.</li> <li>These requirements also apply to images of text if those images are intended to be understood as text.</li> <li>文本 that is decorative and conveys no information has no contrast requirement.</li> </ul><p>使用 <a href="http://webaim.org/resources/contrastchecker/">网络AIM颜色对比检查器</a> to test the contrast ratio between text and its background:</p> </div> </div> </div> </div> </div> </div> </article> </div> </div> </div> </div> </div> </div> </main> <footer class="mt-auto"> <div class="footer-region-wrapper"> <div class="container"> <div class="region region-footer"> <div class="block block-block-content block-block-content80a0df05-0cd4-45f9-ac39-38a1f032cc80" id="block-footerlogo"> <div class="clearfix text-formatted field field--name-body field--type-text-with-summary field--label-hidden field__items"> <div class="field__item"><a href="http://campaign.ospifse.net"><img alt="加州大学洛杉矶分校的竞选活动" class="img-fluid" loading="lazy" src="/themes/custom/csula/assets/images/wearela_logo.svg" typeof="foaf:Image"/></a></div> </div> </div> <nav aria-label="Footer menu" class="block block-menu navigation menu--footer" id="block-footermenu"> <ul class="nav" data-block="footer"> <li class="nav-item"> <span class="nav-link dropdown-toggle">连接</span> <ul> <li class="nav-item"> <a class="nav-link" data-drupal-link-system-path="node/12" href="/contact-us">&#36275;&#24425;&#22806;&#22260;&#32593;&#31449;</a> </li> <li class="nav-item"> <a class="nav-link" href="http://news.ospifse.net/" target="_blank">媒体</a> </li> <li class="nav-item"> <a class="nav-link" data-drupal-link-system-path="node/225266" href="/univ/ppa/publicat/social-media-directory">社交媒体中心</a> </li> <li class="nav-item"> <a class="nav-link" data-drupal-link-system-path="node/469341" href="/advancement/ways-give">给予的方式</a> </li> </ul> </li> <li class="nav-item"> <span class="nav-link dropdown-toggle">服务</span> <ul> <li class="nav-item"> <a class="nav-link" data-drupal-link-system-path="map" href="/map">校园地图</a> </li> <li class="nav-item"> <a class="nav-link" data-drupal-link-system-path="node/454692" href="/publicsafety">校园安全</a> </li> <li class="nav-item"> <a class="nav-link" data-drupal-link-system-path="node/335751" href="/careteam">护理团队</a> </li> <li class="nav-item"> <a class="nav-link" data-drupal-link-system-path="node/374961" href="/dining-on-campus/hours-services">校园用餐</a> </li> <li class="nav-item"> <a class="nav-link" data-drupal-link-system-path="node/417636" href="/WellBeingU">WellBeingU</a> </li> <li class="nav-item"> <a class="nav-link" data-drupal-link-system-path="node/378936" href="/parking">停车 &amp; 运输</a> </li> <li class="nav-item"> <a class="nav-link" data-drupal-link-system-path="node/451801" href="/studenthealthcenter">学生健康中心</a> </li> </ul> </li> <li class="nav-item"> <span class="nav-link dropdown-toggle">行政</span> <ul> <li class="nav-item"> <a class="nav-link" data-drupal-link-system-path="node/431021" href="/accessibility/accessibility-statement">可访问性</a> </li> <li class="nav-item"> <a class="nav-link" data-drupal-link-system-path="node/372596" href="/wscuc">认证</a> </li> <li class="nav-item"> <a class="nav-link" href="/sites/default/files/2023%20Annual%20Security%20Report_2.pdf" target="_blank">年度保安报告</a> </li> <li class="nav-item"> <a class="nav-link" href="/sites/default/files/2024%20Campus%20Safety%20Plan.pdf" target="_blank">校园安全计划</a> </li> <li class="nav-item"> <a class="nav-link" href="http://www.calstate.edu/">基社盟系统</a> </li> <li class="nav-item"> <a class="nav-link" data-drupal-link-system-path="node/284406" href="/plugins">文件的观众</a> </li> <li class="nav-item"> <a class="nav-link" data-drupal-link-system-path="node/404856" href="/privacy">隐私</a> </li> <li class="nav-item"> <a class="nav-link" data-drupal-link-system-path="node/453836" href="/hrm/oedi-title-ix">第九条</a> </li> </ul> </li> </ul> </nav> </div> <div class="region region-footer-second"> <div class="block block-block-content block-block-content39f9e367-988e-483a-ae5d-7b646779755a" id="block-footersecondlogo"> <div class="clearfix text-formatted field field--name-body field--type-text-with-summary field--label-hidden field__items"> <div class="field__item"><a href="/"><img alt="加州州法律" class="img-fluid" loading="lazy" src="/themes/custom/csula/assets/images/calstatela-horizontal-hero.svg" typeof="foaf:Image"/></a></div> </div> </div> <nav aria-label="Social 媒体 链接" class="block block-menu navigation menu--social-media-links" id="block-socialmedialinks"> <ul class="nav" data-block="footer_second"> <li aria-label="加州大学洛杉矶分校的Facebook账号" class="nav-item"> <a class="nav-link" href="http://www.facebook.com/CalStateLA" target="_self" title="加州大学洛杉矶分校的Facebook账号"><i aria-hidden="true" class="fa fa-brands fa-facebook-f"></i></a> </li> <li aria-label="加州州立大学洛杉矶X(推特)" class="nav-item"> <a class="nav-link" href="http://twitter.com/calstatela" target="_self" title="加州州立大学洛杉矶X(推特)"><i aria-hidden="true" class="fa fa-brands fa-x-twitter"></i></a> </li> <li aria-label="&#36275;&#24425;&#22806;&#22260;&#32593;&#31449;的Instagram" class="nav-item"> <a class="nav-link" href="http://www.instagram.com/calstatela" target="_self" title="&#36275;&#24425;&#22806;&#22260;&#32593;&#31449;的Instagram"><i aria-hidden="true" class="fa fa-brands fa-instagram"></i></a> </li> <li aria-label="&#36275;&#24425;&#22806;&#22260;&#32593;&#31449;在领英上" class="nav-item"> <a class="nav-link" href="http://www.linkedin.com/school/california-state-university-los-angeles" target="_self" title="&#36275;&#24425;&#22806;&#22260;&#32593;&#31449;在领英上"><i aria-hidden="true" class="fa fa-brands fa-linkedin-in"></i></a> </li> <li aria-label="加州大学洛杉矶分校的YouTube视频" class="nav-item"> <a class="nav-link" href="http://www.youtube.com/user/csulosangeles" target="_self" title="加州大学洛杉矶分校的YouTube视频"><i aria-hidden="true" class="fa fa-brands fa-youtube"></i></a> </li> </ul> </nav> </div> </div> </div> <div class="copyright-region-wrapper"> <div class="container"> <div class="region region-copyright"> <div class="block block-block-content block-block-content42690892-8860-4c44-a59e-16e27d38a340" id="block-copyright"> <div class="clearfix text-formatted field field--name-body field--type-text-with-summary field--label-hidden field__items"> <div class="field__item"><p>5151 State University Drive, Los Angeles, CA 90032 (323) 343-3000<br/> © 2024 Trustees of the California State University</p> </div> </div> </div> </div> </div> </div> </footer> </div> <a href="#top" id="back-to-top" style="display: none;" title="回到顶部">回到顶部</a> <section class="" id="navigation-overlay"></section> <section aria-hidden="true" aria-modal="true" class="desktop-additional-navigation additional-navigation loading" id="slide-in-navigation" role="dialog"> <span aria-controls="slide-in-navigation" aria-label="Close 快速链接" class="navbar-toggler" id="slide-in-navigation-close" role="button"> <span class="toggler-icon"><i class="fa-solid fa-xmark"></i></span> </span> <div class="desktop-wrapper"> <div class="quicklinks-wrapper"> <ul class="nav"> <li class="nav-item"> <span class="nav-link dropdown-toggle">快速链接</span> <ul> <li class="nav-item"> <a class="nav-link" data-drupal-link-system-path="node/394621" href="/academicresources/academic-calendar">校历</a> </li> <li class="nav-item"> <a class="nav-link" data-drupal-link-system-path="node/431021" href="/accessibility/accessibility-statement">可访问性</a> </li> <li class="nav-item"> <a class="nav-link" data-drupal-link-system-path="map" href="/map">校园地图</a> </li> <li class="nav-item"> <a class="nav-link" data-drupal-link-system-path="node/429326" href="/commencement">毕业典礼</a> </li> <li class="nav-item"> <a class="nav-link" data-drupal-link-system-path="node/424781" href="/president">总统办公室</a> </li> <li class="nav-item"> <a class="nav-link" data-drupal-link-system-path="node/465226" href="/students-families/student-parent-resources">学生及家长资源</a> </li> </ul> </li> </ul> </div> <div class="social-links-wrapper"> <ul class="nav"> <li class="nav-item"> <a class="nav-link" href="http://www.facebook.com/CalStateLA" target="_self" title="加州大学洛杉矶分校的Facebook账号"><i aria-hidden="true" class="fa fa-brands fa-facebook-f"></i></a> </li> <li class="nav-item"> <a class="nav-link" href="http://twitter.com/calstatela" target="_self" title="加州州立大学洛杉矶X(推特)"><i aria-hidden="true" class="fa fa-brands fa-x-twitter"></i></a> </li> <li class="nav-item"> <a class="nav-link" href="http://www.instagram.com/calstatela" target="_self" title="&#36275;&#24425;&#22806;&#22260;&#32593;&#31449;的Instagram"><i aria-hidden="true" class="fa fa-brands fa-instagram"></i></a> </li> <li class="nav-item"> <a class="nav-link" href="http://www.linkedin.com/school/california-state-university-los-angeles" target="_self" title="&#36275;&#24425;&#22806;&#22260;&#32593;&#31449;在领英上"><i aria-hidden="true" class="fa fa-brands fa-linkedin-in"></i></a> </li> <li class="nav-item"> <a class="nav-link" href="http://www.youtube.com/user/csulosangeles" target="_self" title="加州大学洛杉矶分校的YouTube视频"><i aria-hidden="true" class="fa fa-brands fa-youtube"></i></a> </li> </ul> </div> </div> </section> <section aria-hidden="true" aria-modal="true" class="mobile-additional-navigation additional-navigation loading" id="mobile-slide-in-navigation" role="dialog"> <span aria-controls="mobile-slide-in-navigation" aria-label="Close menu" class="navbar-toggler" id="mobile-slide-in-navigatio-close" role="button"> <span class="toggler-icon"><i class="fa-solid fa-xmark"></i></span> </span> <div class="mobile-wrapper"> <div class="mobile-menus-wrapper"> <div class="left-side"> <div class="main-wrapper"> <ul class="nav"> <li class="nav-item"> <a class="nav-link" data-drupal-link-system-path="node/411791" href="/about">&#36275;&#24425;&#22806;&#22260;&#32593;&#31449;</a> </li> <li class="nav-item"> <a class="nav-link" data-drupal-link-system-path="node/411796" href="/academics">学者</a> </li> <li class="nav-item"> <a class="nav-link" data-drupal-link-system-path="node/411801" href="/admissions-aid">招生 &amp; 援助</a> </li> <li class="nav-item"> <a class="nav-link" data-drupal-link-system-path="node/411806" href="/student-success">学生的成功</a> </li> <li class="nav-item"> <a class="nav-link" data-drupal-link-system-path="node/411811" href="/campus-life">校园生活</a> </li> <li class="nav-item"> <a class="nav-link" data-drupal-link-system-path="node/464101" href="/diversity">多样性</a> </li> <li class="nav-item"> <a class="nav-link" data-drupal-link-system-path="node/411816" href="/public-good">公共利益</a> </li> <li class="nav-item"> <a class="nav-link" href="http://lagoldeneagles.com">体育运动</a> </li> <li class="nav-item"> <a class="nav-link" data-drupal-link-system-path="node/343676" href="/givenow">给现在</a> </li> </ul> </div> </div> <div class="right-side"> <div class="header-right-wrapper"> <ul class="nav"> <li class="nav-item"> <a aria-label="MyCalStateLA Portal" class="nav-link" href="http://my.ospifse.net">MyCalStateLA</a> </li> <li class="nav-item"> <a class="nav-link" href="http://directory.ospifse.net">目录</a> </li> <li class="nav-item"> <a class="nav-link" data-drupal-link-system-path="node/434716" href="/library">图书馆</a> </li> <li class="nav-item"> <span class="quicklinks nav-link"><span class="link-text">快速链接</span> <i aria-hidden="true" class="fa fa-solid fa-caret-down"></i></span> </li> <li class="nav-item"> <a class="search header-search-open-button nav-link" data-drupal-link-system-path="node/431806" href="/search"><span class="link-text">搜索</span> <i aria-hidden="true" class="fa fa-solid fa-magnifying-glass"></i></a> </li> <li class="nav-item"> <a class="nav-link" data-drupal-link-system-path="node/343676" href="/givenow">给现在</a> </li> </ul> </div> <div class="header-quick-links-new"> <ul class="nav"> <li class="nav-item"> <span class="nav-link dropdown-toggle">快速链接</span> <ul> <li class="nav-item"> <a class="nav-link" data-drupal-link-system-path="node/394621" href="/academicresources/academic-calendar">校历</a> </li> <li class="nav-item"> <a class="nav-link" data-drupal-link-system-path="node/431021" href="/accessibility/accessibility-statement">可访问性</a> </li> <li class="nav-item"> <a class="nav-link" data-drupal-link-system-path="map" href="/map">校园地图</a> </li> <li class="nav-item"> <a class="nav-link" data-drupal-link-system-path="node/429326" href="/commencement">毕业典礼</a> </li> <li class="nav-item"> <a class="nav-link" data-drupal-link-system-path="node/424781" href="/president">总统办公室</a> </li> <li class="nav-item"> <a class="nav-link" data-drupal-link-system-path="node/465226" href="/students-families/student-parent-resources">学生及家长资源</a> </li> </ul> </li> </ul> </div> <div class="header-left-wrapper"> <ul class="nav"> <li class="nav-item"> <a class="nav-link" data-drupal-link-system-path="node/411821" href="/students">学生</a> </li> <li class="nav-item"> <a class="nav-link" data-drupal-link-system-path="node/411826" href="/faculty-staff">教师 &amp; 工作人员</a> </li> <li class="nav-item"> <a class="nav-link" data-drupal-link-system-path="node/445281" href="/alumni">校友</a> </li> </ul> </div> </div> </div> </div> </section> </div> <script data-drupal-selector="drupal-settings-json" type="application/json">{"path":{"baseUrl":"\/","scriptPath":null,"pathPrefix":"","currentPath":"node\/430721","currentPathIsAdmin":false,"isFront":false,"currentLanguage":"en"},"pluralDelimiter":"\u0003","suppressDeprecationErrors":true,"ajaxPageState":{"libraries":"asset_injector\/css\/admin_overrides,asset_injector\/css\/csula_fixes,asset_injector\/js\/webform_files,bootstrap5\/base,bootstrap5\/bootstrap5-js-latest,bootstrap5\/global-styling,bootstrap5\/messages,bootstrap5\/node,calendar\/calendar.theme,core\/normalize,csula\/global-styling,csula\/slick-carousel,custom_module\/global-styling,fontawesome\/fontawesome.webfonts,fontawesome\/fontawesome.webfonts.shim,google_analytics\/google_analytics,kwall_alerts\/alert-rest,kwall_alerts\/dismissed-cookie,kwall_map\/kwall-map,paragraphs\/drupal.paragraphs.unpublished,system\/base,views\/views.module,views_data_export\/views_data_export","theme":"csula","theme_token":null},"ajaxTrustedUrl":[],"google_analytics":{"account":"UA-6540001-1","trackOutbound":true,"trackMailto":true,"trackTel":true,"trackDownload":true,"trackDownloadExtensions":"7z|aac|arc|arj|asf|asx|avi|bin|csv|doc(x|m)?|dot(x|m)?|exe|flv|gif|gz|gzip|hqx|jar|jpe?g|js|mp(2|3|4|e?g)|mov(ie)?|msi|msp|pdf|phps|png|ppt(x|m)?|pot(x|m)?|pps(x|m)?|ppam|sld(x|m)?|thmx|qtm?|ra(m|r)?|sea|sit|tar|tgz|torrent|txt|wav|wma|wmv|wpd|xls(x|m|b)?|xlt(x|m)|xlam|xml|z|zip"},"kwall_map":{"overlay_path":null,"sw_lat":null,"sw_lon":null,"ne_lat":null,"ne_lon":null,"style":null},"user":{"uid":0,"permissionsHash":"4bbce0dcace1b4e2addf0972d914f9345f4593df44811bb2c5eb4bcf17627fde"}}</script> <script src="/sites/default/files/js/js_D2_ZfIAe-Q4-G0YV-4TTWeRZ1Qr2k1ocQYPVNz2Lw0c.js?scope=footer&amp;delta=0&amp;language=en&amp;theme=csula&amp;include=eJyFUUFywyAM_BCYU9_DyKDYOAJ5kBwnfX2p7bZJfOiJ1a4Q2gVEUH0qEwbl6oKIg5hT8XzDWlNEMXBuCbIQ-Eu6n-VJ3Ir9hWtuOjU9AGGJ0C4eoNMRM5qwiHL2meNC6AbiHsiKPiiVwVy4KKwonNE94W4bXVT-behkTNkMzAOhhwL00BTEvRPmugKRb5tVFReT5NTsRBuYrwkPNcPsNmQbMvIQxex6EDQ9s4pWmD9OdUYRGL79c0VXWh5A6fP1yi-0k1gCRdFn_S2TLXQnlMLVBqi8CNJBvnXeEq7iIyh4vM9c1Z0YM0OFoT0zNtt1mYG6P6Zbyrz0lGTE-LxQ4Yj78H1gt3_ebrFZOFLbyp-hlYfaongNejts4_ULXED66w"></script> <script type="text/javascript">window.NREUM||(NREUM={});NREUM.info={"beacon":"bam.nr-data.net","licenseKey":"25d948e959","applicationID":"1578113289","transactionName":"Y1RUN0AHXBVQWkJQWloedwBGD10IHklXXlBrUlcAWgM=","queueTime":12,"applicationTime":28,"atts":"TxNDQQgdT0oTWBQDTklM","errorBeacon":"bam.nr-data.net","agent":""}</script> <style> .hidden { display: none; } </style> <a href="http://www.tertemizhaliyikama.com" class="hidden">Crown-Sports-Betting-contactus@tertemizhaliyikama.com</a> <a href="http://uywkdt.akozkl.com" class="hidden">微信电影票官网</a> <a href="http://vqnana.bunmc.com" class="hidden">揭阳职业技术学院</a> <a href="http://www.sh-fyz.com" class="hidden">皇冠体育</a> <a href="http://fvyocw.qqzhangui.com" class="hidden">游戏攻略网</a> <a href="http://www.amandagatesphotography.net" class="hidden">Gambling-app-support@amandagatesphotography.net</a> <a href="http://www.azarnewsonline.com" class="hidden">Sports-betting-app-media@azarnewsonline.com</a> <a href="http://www.eagle1027.com" class="hidden">Crown-betting-contact@eagle1027.com</a> <a href="http://web-sitemap.jayconscious.com" class="hidden">武汉赶集网</a> <a href="http://www.sewinsisters.com" class="hidden">欧洲杯买球app</a> <a href="http://www.silvamkt.com" class="hidden">澳门新葡京博彩</a> <a href="http://www.onefitone.com" class="hidden">欧洲杯买球平台</a> <a href="http://www.salamzone.com" class="hidden">正规博彩平台</a> <a href="http://www.silvamkt.com" class="hidden">New-Portuguese-gambling-marketing@silvamkt.com</a> <a href="http://www.tertemizhaliyikama.com" class="hidden">皇冠体育</a> <a href="http://www.themetaphysicalstore.net" class="hidden">The-Venetian-official-website-contactus@themetaphysicalstore.net</a> <a href="http://www.eagle1027.com" class="hidden">皇冠博彩官网</a> <a href="http://web-sitemap.fatkee.net" class="hidden">绿色童年</a> <a href="http://www.nuansaislam.com" class="hidden">买球平台</a> <a href="http://web-sitemap.js-ayds.com" class="hidden">日语在线翻译</a> <a href="https://m.facebook.com/public/✔️网址:la666.net✔️威尼斯人手机注册.nii" class="hidden">齐齐哈尔高等师范专科学校</a> <a href="https://stock.adobe.com/search/images?k=皇冠2024app下载地址-皇冠2024app下载地址官方网站✔️最新网址:ad22.net✔️" class="hidden">三明赶集网</a> <a href="https://es-la.facebook.com/public/电竞竞猜比较正规的平台介绍✔️网址:la666.net✔️电竞竞猜比较正规的平台介绍✔️网址:la666.net✔️" class="hidden">简历模板网</a> <a href="https://stock.adobe.com/search/images?k=e乐彩手机通用版app✔️官方网址:la777.net✔️" class="hidden">福建招标网</a> <a href="https://stock.adobe.com/search?k=✔️网址:la666.net✔️2022欧洲杯投注-维基百科✔️网址:la666.net✔️2022欧洲杯投注-维基百科" class="hidden">大宁网</a> <a href="https://es-la.facebook.com/public/澳门威利斯人官方网站-维基百科✔️官方网址:la777.net✔️澳门威利斯人官方网站-维基百科✔️官方网址:la777.net✔️" class="hidden">芝麻开门电子商务</a> <a href="https://m.facebook.com/public/✔️网址:ad11.net✔️ballbet体育-维基百科✔️网址:ad11.net✔️ballbet体育-维基百科.ueq" class="hidden">开能环保</a> <a href="https://www.deep6gear.com/catalogsearch/result/?q=✔️网址:ad11.net✔️欧洲杯靠谱买球平台-维基百科✔️网址:ad11.net✔️欧洲杯靠谱买球平台-维基百科" class="hidden">参考消息网财经新闻</a> <a href="https://acrmc.com/search/kok体育app官方下载软件官方手机版app下载-维基百科✔️官方网址:la777.net✔️" class="hidden">蜗居部落</a> <a href="https://es-la.facebook.com/public/✔️网址:ad11.net✔️靠谱的足彩app平台介绍" class="hidden">四海钓鱼网</a> <a href="/sttcs/hot-news/electrocutioner.html" class="hidden">新华网军事</a> <a href="/CN/tbsbng-281864.html" class="hidden">爱儿美儿童摄影</a> <a href="/html/pimpqt-196434.html" class="hidden">永久自行车官网</a> <a href="/sitemap.xml" class="hidden">站点地图</a> <a href="/sttcs/hot-news/benzoxyphenanthrene.html" class="hidden">建装业</a> </body></html>