- Timestamp:
- 27 Feb 2012, 08:38:38 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.sirp/trunk/src/waeup/sirp/browser/templates/staffsitelayout.pt
r7677 r7707 20 20 <a class="brand" href="#" 21 21 tal:attributes="href python: view.url(layout.site)" 22 tal:content="layout/getAppAcronym">A cronym</a>22 tal:content="layout/getAppAcronym">ACRONYM</a> 23 23 <ul class="nav"> 24 24 <tal:primary_nav content="structure provider:primary_nav" /> … … 34 34 <a href="#" i18n:translate="" 35 35 tal:attributes="href python: view.url(layout.site, '@@contactadmin')"> 36 36 Contact 37 37 </a> 38 38 </li> 39 39 <li tal:condition="layout/isAuthenticated"> 40 40 <a href="#" i18n:translate="" 41 tal:attributes="href python: view.url(context, '@@logout')">Logout</a> 41 tal:attributes="href python: view.url(context, '@@logout')"> 42 Logout 43 </a> 42 44 </li> 43 45 </ul> … … 54 56 tal:condition="python: layout.isAuthenticated()" 55 57 tal:content="structure provider:breadcrumbs" /> 56 <span tal:condition="layout/getStudentName" class="wfstatus"> 57 Student Id: 58 <span tal:replace="python:context.getStudent().student_id">Id 58 <span 59 tal:condition="layout/getStudentName" class="wfstatus"> 60 <span i18n:translate="">Student Id:</span> 61 <span tal:replace="python:context.getStudent().student_id"> 62 ID 59 63 </span> 60 State: 61 <span tal:replace="python:context.getStudent().translated_state">State 64 <span i18n:translate="">State:</span> 65 <span tal:replace="python:context.getStudent().translated_state"> 66 STATE 62 67 </span> 63 68 </span> … … 68 73 <div class="well"> 69 74 <div tal:condition="layout/getStudentName"> 70 <h5 tal:content="layout/getStudentName">S tudent name</h5>75 <h5 tal:content="layout/getStudentName">STUDENTNAME</h5> 71 76 <ul> 72 77 <tal:left content="structure provider:left_studentmanage" /> … … 74 79 </div> 75 80 <div tal:condition="layout/isAuthenticated"> 76 <h5 tal:content="layout/getUserTitle">U sername</h5>81 <h5 tal:content="layout/getUserTitle">USERNAME</h5> 77 82 <ul> 78 83 <tal:left content="structure provider:left" /> … … 94 99 tal:define="status view/status|nothing" 95 100 tal:condition="status"> 96 Form Status: 101 <span i18n:translate=""> 102 Form Status: 103 </span> 97 104 <span tal:content="view/status"> 98 F orm status summary105 FORM STATUS SUMMARY 99 106 </span> 100 107 </div> 101 108 <h1 tal:condition="view/label|nothing" 102 tal:content="view/label">L abel</h1>109 tal:content="view/label">LABEL</h1> 103 110 <div tal:content="structure view/content"> THE CONTENT 104 111 </div> 105 112 <div class="footer"> 106 <p class="pull-right"><a href="#">Back to top</a></p>107 <p >113 <p class="pull-right"><a i18n:translate="" href="#">Back to top</a></p> 114 <p i18n:translate=""> 108 115 Student Information and Registration Portal<br /> 109 116 Copyright © WAeUP Group, 2008-2012
Note: See TracChangeset for help on using the changeset viewer.