- Timestamp:
- 16 Oct 2005, 15:47:22 (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
waeup_product/trunk/skins/waeup_student/student_view_manager.pt
r47 r48 6 6 </metal:block> 7 7 8 <metal:block fill-slot="css_slot"> 9 <link rel="Stylesheet" type="text/css" href="" 10 tal:attributes="href string:${base_url}student.css" /> 11 </metal:block> 8 <metal:block fill-slot="css_slot"> 9 <link rel="Stylesheet" type="text/css" href="" 10 tal:attributes="href string:${base_url}student.css" /> 11 </metal:block> 12 <metal:block fill-slot="header"> 13 </metal:block> 12 14 13 15 <metal:block fill-slot="main" 14 tal:define="student here/getContent; 15 items here/contentValues" 16 tal:define="items here/contentValues" 16 17 > 17 <span tal:condition="python: 0" tal:content="items" /> 18 <tal:block tal:content="structure student/jamb_where_admitted" /> 18 <h2>Data for Student <span tal:content="context/id" /></h2> 19 19 <table cellspacing="0" cellpadding="0"> 20 20 <tal:block condition="python: len(items)"> … … 34 34 </table> 35 35 </metal:block> 36 <metal:block fill-slot="sub"> 37 </metal:block> 36 38 </html>
Note: See TracChangeset for help on using the changeset viewer.