source: WAeUP_SRP/base/skins/waeup_student/course_edit_form.pt @ 3090

Last change on this file since 3090 was 2448, checked in by Henrik Bettermann, 17 years ago

new course registration module

File size: 1.0 KB
Line 
1<tal:block define="rendered_main options/rendered;
2           portal_status_message options/psm;
3           ds options/ds;
4           mode options/mode;
5           course_id python:traverse_subpath[0];
6           "
7           >
8  <metal:block define-macro="edit_form">
9    <metal:block use-macro="here/slip_template/macros/master">
10      <metal:block fill-slot="main">
11        <h3>Update Your Course <span tal:content="course_id" /> </h3>
12        <br />           
13       
14        <form action="ACTION" method="post" id="editForm"
15              enctype="multipart/form-data" class="workflow"
16              tal:attributes="action string:${context/absolute_url}/course_edit/${course_id}">
17          <span tal:omit-tag="" tal:replace="structure rendered_main"/>
18          <br/>
19          <input type="submit" class="standalone"
20                 name="edit"
21                 value="Save"
22                 id="edit"/>
23        </form>
24      </metal:block>
25    </metal:block>
26  </metal:block>
27</tal:block>
28
Note: See TracBrowser for help on using the repository browser.