Changeset 1851
- Timestamp:
- 3 Jun 2007, 20:06:09 (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
WAeUP_SRP/trunk/skins/waeup_student/session_results_view.pt
r1753 r1851 2 2 <metal:main fill-slot="main" 3 3 tal:define="info context/getSessionResults"> 4 <metal:block tal:condition="not: info"> 5 <span tal:content="here/illegal_view" /> 6 </metal:block> 7 <metal:block tal:condition="info"> 4 8 <div tal:condition="nothing" style="text-align: right"> 5 9 <a href="" target="slip" tal:attributes="href string:session_results_slip?nr=${info/student/matric_no}" … … 71 75 </span> 72 76 </table> 73 77 </metal:block> 74 78 </metal:main> 75 79 </metal:body>
Note: See TracChangeset for help on using the changeset viewer.