Changeset 2573 for WAeUP_SRP/base
- Timestamp:
- 7 Nov 2007, 21:45:49 (17 years ago)
- Location:
- WAeUP_SRP/base/skins
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
WAeUP_SRP/base/skins/waeup_layout/layout_application_view.pt
r2243 r2573 1 1 <!-- a layout_lib macro --> 2 2 <!-- $Id: layout_application_view.pt 1435 2007-02-19 10:35:10Z henrik $ --> 3 4 <metal:define tal:define="isStaff context/isStaff; 5 isStudent context/isStudent;"> 6 7 <metal:block tal:condition="isStaff"> 8 <metal:block use-macro="here/layout_waeup_lib/macros/table_view"/> 9 </metal:block> 10 3 11 <metal:block define-macro="default_view" 4 tal:define="layout options/layout; 5 dm options/datastructure/getDataModel; 6 widgets python:context.getRenderedWidgets(layout); 7 fields python:('jamb_reg_no', 12 tal:condition="isStudent" 13 tal:define="dm options/datastructure/getDataModel; 14 layout options/layout; 15 widgets python:context.getRenderedWidgets(layout); 16 fields python:('jamb_reg_no', 8 17 'app_ac_pin', 9 18 'app_ac_date', … … 70 79 </table> 71 80 </metal:block> 81 </metal:define> -
WAeUP_SRP/base/skins/waeup_student/application_view.pt
r1783 r2573 26 26 tal:content="structure python: info['app_doc'].render(proxy=info['app_doc'], 27 27 layout_mode='view', 28 layout_id='student_application _fe')"28 layout_id='student_application')" 29 29 /> 30 30 </span>
Note: See TracChangeset for help on using the changeset viewer.