source: WAeUP_SRP/trunk/skins/waeup_student/clearance_edit.pt @ 770

Last change on this file since 770 was 770, checked in by Henrik Bettermann, 18 years ago

passport_entry_view renamed
layouts modified
and more

File size: 1.5 KB
Line 
1<tal:block define="
2           info context/getStudentInfo;
3           res python:info['clear_doc'].renderEditDetailed(request=request,
4                                                      schema_id='student_clearance',
5                                                      layout_id='student_clearance_fe',
6                                                      layout_mode='edit',);
7           rendered_main python: res[0];
8           form_action string:clearance_edit;
9           edition python:True;
10           metadata nothing;
11    ">
12<metal:block define-macro="edit_form">
13<metal:block use-macro="here/content_lib_master/macros/master">
14
15
16  <metal:block fill-slot="header">
17    <h3>
18      Edit your Clearance Data!
19    </h3>
20  </metal:block>
21
22  <metal:block fill-slot="main">
23    <form action="ACTION" method="post" id="editForm"
24          enctype="multipart/form-data" class="workflow"
25          tal:attributes="action form_action">
26      <div class="group">
27        <div class="documentFields">
28          <tal:block define="getFormUidHtml nocall:modules/Products.CPSDocument.utils/getFormUidHtml"
29                     replace="structure python:getFormUidHtml(request)"/>
30         
31          <input type="hidden" id="button_placeholder" name="button_placeholder" value="" />
32          <div id="rendered_main" tal:content="structure rendered_main">
33            CONTENT
34          </div>
35        </div>
36         
37               
38      </div>
39    </form>
40  </metal:block>
41
42</metal:block>
43</metal:block>
44</tal:block>
Note: See TracBrowser for help on using the repository browser.