Changeset 1596 for WAeUP_SRP/branches/joachim-event-branch/skins/waeup_student/contact_student_form.pt
- Timestamp:
- 19 Mar 2007, 21:45:44 (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
WAeUP_SRP/branches/joachim-event-branch/skins/waeup_student/contact_student_form.pt
r1455 r1596 1 <metal:block define-macro="contact_student_form"> 1 2 <metal:body use-macro="here/main_template/macros/master"> 2 3 <metal:main fill-slot="main" 3 4 tal:define="member python:context.portal_membership.getAuthenticatedMember(); 4 5 info context/getStudentBaseInfo; 6 subject python:context.REQUEST.get('subject'); 7 continue python:context.REQUEST.get('continue') 5 8 "> 6 9 <span tal:condition="not: info"> … … 8 11 </span> 9 12 10 <span tal:condition=" info">13 <span tal:condition="python: info and subject"> 11 14 <h3>Contact Student</h3> 12 15 <br /> … … 23 26 <input type="hidden" name="student_email" type="text" id="student_email" 24 27 tal:attributes="value info/student/email"/> 25 28 <input type="hidden" name="probtype" type="text" id="probtype" 29 tal:attributes="value subject"/> 30 26 31 <table width="100%" border="0" cellspacing="5" cellpadding="0"> 27 32 <tr> … … 42 47 </tr> 43 48 <tr> 44 <td >45 <strong> Type of Rejection: </strong>49 <td valign="top"> 50 <strong>Reason of Notification: </strong> 46 51 </td> 47 <td> 48 <select name="probtype" class="boxgreen" id="probtype"> 49 <option>Clearance request rejected</option> 50 </select> 52 <td valign="bottom"> 53 <span tal:content="subject" /> 51 54 </td> 52 55 </tr> … … 67 70 </span> 68 71 <form action="." method="post" class="group"> 69 <input type="submit" name="external_clearance_edit_form:method" 72 <input type="submit" name="." 73 tal:attributes="name string:${continue}:method" 70 74 class="context" value="Continue" /> 71 75 </form> … … 73 77 </metal:main> 74 78 </metal:body> 79 </metal:block>
Note: See TracChangeset for help on using the changeset viewer.