Ignore:
Timestamp:
11 Jan 2007, 20:53:09 (18 years ago)
Author:
Henrik Bettermann
Message:

clearance_edit_form slimmed down

File:
1 edited

Legend:

Unmodified
Added
Removed
  • WAeUP_SRP/trunk/skins/waeup_student/clearance_view.pt

    r1233 r1275  
    1 <metal:html tal:define="info context/getClearanceInfo;
     1<metal:body use-macro="here/waeup_content_master/macros/master">
     2    <metal:main fill-slot="main"
     3                tal:define="info context/getClearanceInfo;
    24                        is_so context/isSectionOfficer;
    35                        is_student context/isStudent;
    46                        ">
    5   <span tal:condition="not: info">
    6     <span tal:content="here/illegal_view" />
    7   </span>
    8 <metal:block tal:condition="info">                         
    9   <metal:body use-macro="here/waeup_content_master/macros/master">
    10     <metal:main fill-slot="main">
    117      <span tal:condition="not: info">
    128        <metal:block use-macro="here/error_not_found/macros/not_found" />
     
    4339      </span>
    4440    </metal:main>
    45   </metal:body>
    46 </metal:block>     
    47 </metal:html>
     41</metal:body>
Note: See TracChangeset for help on using the changeset viewer.