Ignore:
Timestamp:
27 Feb 2012, 08:38:38 (13 years ago)
Author:
Henrik Bettermann
Message:

Translation of browser and university package completed (hopefully).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.sirp/trunk/src/waeup/sirp/browser/templates/studentsitelayout.pt

    r7677 r7707  
    2424          <a class="brand" href="#"
    2525              tal:attributes="href python: view.url(layout.site)"
    26               tal:content="layout/getAppAcronym">Acronym</a>
     26              tal:content="layout/getAppAcronym">ACRONYM</a>
    2727          <ul class="nav">
    2828              <tal:primary_nav content="structure provider:primary_nav" />
     
    4444            <li tal:condition="layout/isAuthenticated">
    4545            <a href="#" i18n:translate=""
    46                tal:attributes="href python: view.url(context, '@@logout')">Logout</a>
     46               tal:attributes="href python: view.url(context, '@@logout')">
     47               Logout
     48            </a>
    4749            </li>
    4850          </ul>
     
    6163              tal:content="structure provider:breadcrumbs" />
    6264        <span tal:condition="layout/getStudentName" class="wfstatus">
    63             <span tal:replace="python:context.getStudent().student_id">Id
     65            <span tal:replace="python:context.getStudent().student_id">
     66              Id
    6467            </span>
    6568            |
    66             <span tal:replace="python:context.getStudent().translated_state">State
     69            <span tal:replace="python:context.getStudent().translated_state">
     70              State
    6771            </span>
    6872        </span>
     
    8084          tal:define="status view/status|nothing"
    8185          tal:condition="status">
    82           Form Status:
     86          <span i18n:translate="">
     87            Form Status:
     88          </span>
    8389          <span tal:content="view/status">
    84             Form status summary
     90            FORM STATUS SUMMARY
    8591          </span>
    8692        </div>
    8793        <h1 tal:condition="view/label|nothing"
    8894            tal:content="view/label">Label</h1>
    89         <div tal:content="structure view/content"> THE CONTENT
     95        <div tal:content="structure view/content">
     96          THE CONTENT
    9097        </div>
    9198        <div class="footer">
    92           <p>
     99          <p class="pull-right"><a i18n:translate="" href="#">Back to top</a></p>
     100          <p i18n:translate="">
    93101            Student Information and Registration Portal<br />
    94102            Copyright &copy; WAeUP Group, 2008-2012
Note: See TracChangeset for help on using the changeset viewer.