- Timestamp:
- 18 Oct 2007, 20:42:39 (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
WAeUP_SRP/base/skins/waeup_student/clearance_edit_form.pt
r2388 r2389 2 2 <metal:definemacro define-macro="clearance_edit_form"> 3 3 <metal:usemacro use-macro=template> 4 <metal:block fill-slot="javascript_head_slot"> 5 <metal:header use-macro="context/kss_header_macros/macros/base_resources" /> 6 <metal:header use-macro="context/kss_header_macros/macros/kukit_resource" /> 7 </metal:block> 8 <metal:block fill-slot="head_slot"> 9 <link tal:attributes="href string: ${context/portal_url}/clickme.css" rel="kinetic-stylesheet" type="text/kss" /> 10 </metal:block> 11 <metal:main fill-slot="main" 4 5 <metal:main fill-slot="main" 12 6 tal:define=" 13 7 info context/getClearanceInfo;"> 8 14 9 <metal:block tal:condition="not: info"> 15 10 <span tal:content="here/illegal_view" /> … … 35 30 36 31 <!-- Administration --> 37 <div id="click-me">hallo</div>38 32 <tal:block condition="python: not(is_staff or is_so or is_student)"> 39 33 <metal:block use-macro="here/error_not_found/macros/not_found" />
Note: See TracChangeset for help on using the changeset viewer.