Changeset 7453 for main/waeup.sirp/branches/henrik-bootstrap/src/waeup/sirp/browser/templates/studentsitelayout.pt
- Timestamp:
- 12 Jan 2012, 11:43:29 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.sirp/branches/henrik-bootstrap/src/waeup/sirp/browser/templates/studentsitelayout.pt
r7450 r7453 45 45 </div> 46 46 </div> 47 48 47 <div class="container"> 48 <ul class="student-info-bar"> 49 <tal:breadcrumbs 50 tal:condition="python: layout.isAuthenticated()" 51 tal:content="structure provider:breadcrumbs" /> 52 <span tal:condition="layout/getStudentName" class="wfstatus"> 53 Student Id: 54 <span tal:replace="python:context.getStudent().student_id">Id 55 </span> 56 State: 57 <span tal:replace="python:context.getStudent().state">State 58 </span> 59 </span> 60 </ul> 49 61 <div class="content"> 50 62 <div tal:define="message context/@@messages" … … 65 77 </div> 66 78 </div> 67 68 79 </body> 69 80 </html>
Note: See TracChangeset for help on using the changeset viewer.