Changeset 2388 for WAeUP_SRP/base/skins
- Timestamp:
- 18 Oct 2007, 20:03:52 (17 years ago)
- Location:
- WAeUP_SRP/base/skins/waeup_student
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
WAeUP_SRP/base/skins/waeup_student/application_edit.py
r2372 r2388 41 41 layout_id = 'student_application_fe', 42 42 proxy=app, 43 use_session= False)43 use_session=True) 44 44 45 45 psm = "" -
WAeUP_SRP/base/skins/waeup_student/clearance_edit_form.pt
r1737 r2388 2 2 <metal:definemacro define-macro="clearance_edit_form"> 3 3 <metal:usemacro use-macro=template> 4 5 <metal:main fill-slot="main" 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" 6 12 tal:define=" 7 13 info context/getClearanceInfo;"> 8 9 14 <metal:block tal:condition="not: info"> 10 15 <span tal:content="here/illegal_view" /> … … 30 35 31 36 <!-- Administration --> 37 <div id="click-me">hallo</div> 32 38 <tal:block condition="python: not(is_staff or is_so or is_student)"> 33 39 <metal:block use-macro="here/error_not_found/macros/not_found" />
Note: See TracChangeset for help on using the changeset viewer.