Last change
on this file was
3727,
checked in by Henrik Bettermann, 17 years ago
|
- more customizations for OIS
- fetch all student object titles from getStudentObjectTitles.py
|
File size:
1.3 KB
|
Rev | Line | |
---|
[3617] | 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 Course Results <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}/lecturer_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"/> |
---|
[3727] | 23 | <input type="submit" name="external_close_button" |
---|
| 24 | class="standalone" value="Close" |
---|
| 25 | onclick="window.opener.location.reload();window.close()" |
---|
| 26 | id="external_close_button" |
---|
| 27 | i18n:attributes="value" /> |
---|
[3617] | 28 | </form> |
---|
| 29 | </metal:block> |
---|
| 30 | </metal:block> |
---|
| 31 | </metal:block> |
---|
| 32 | </tal:block> |
---|
| 33 | |
---|
Note: See
TracBrowser for help on using the repository browser.