Ignore:
Timestamp:
3 Sep 2006, 11:42:20 (19 years ago)
Author:
Henrik Bettermann
Message:

more layout work

Location:
WAeUP_SRP/trunk/skins/waeup_student
Files:
1 added
3 deleted
1 edited

Legend:

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

    r476 r477  
    1919      <tal:block tal:define="
    2020                          appl python:here.application;
    21                           appl_proxy python:appl.getContent();
    22                           clear python:here.clearance;
    23                           clear_proxy python:clear.getContent();
    24                           pers python:here.personal;
    25                           pers_proxy python:pers.getContent();"
     21                          appl_proxy python:appl.getContent();"
    2622                          >
    2723
    28       <h2>Acknowledgement Slip for <span tal:content="pers_proxy/firstname" /> <span tal:content="pers_proxy/lastname" /></h2>     
    29  
     24      <h2>Application Form for <span tal:content="appl_proxy/jamb_firstname" /> <span tal:content="appl_proxy/jamb_lastname" /></h2>     
    3025   
    31       <tal:block tal:content="structure python:appl_proxy.render(cluster='appl_slip')" />
    32       <tal:block tal:content="structure python:clear_proxy.render(cluster='appl_slip')" />
    33       <tal:block tal:content="structure python:pers_proxy.render(cluster='appl_slip')" />
    34 
     26      <tal:block tal:content="structure python:appl_proxy.renderEdit(request=request, layout_id='student_application_fe', proxy=appl_proxy, layout_mode='edit')" />
     27     
     28      <tal:block tal:content="structure python:appl_proxy.renderEdit(layout_id='student_application_fe', layout_mode='view')" />
     29           
     30      <tal:block tal:content="structure python:appl_proxy.render(layout_id='student_application_fe')" />
    3531
    3632      </tal:block> 
Note: See TracChangeset for help on using the changeset viewer.