[869] | 1 | <metal:html tal:define="info options/info|context/getStudentInfo; |
---|
| 2 | review_state info/review_state"> |
---|
[863] | 3 | <metal:body use-macro="here/waeup_content_master/macros/master"> |
---|
| 4 | <metal:main fill-slot="main"> |
---|
[869] | 5 | |
---|
| 6 | <div style="text-align: right" |
---|
| 7 | tal:condition="python:review_state in ('admitted', 'clearance_pin_entered', 'clearance_requested', 'cleared', 'objection_raised',)"> |
---|
| 8 | <a href="" target="slip" tal:attributes="href string:admission_slip" |
---|
| 9 | onclick="javascript:window.open('','slip','width=600, height=700, directories=no, toolbar=no, location=no, menubar=yes, scrollbars=yes, status=no, resizable=no, dependent=no')"> |
---|
| 10 | <img tal:attributes="src string:${here/portal_url}/actionicon_print.png" /> |
---|
| 11 | Admission Slip |
---|
| 12 | </a> |
---|
| 13 | </div> |
---|
| 14 | |
---|
[864] | 15 | <h3>You raised an objection, please explain why!</h3> |
---|
| 16 | |
---|
| 17 | <br /> |
---|
| 18 | |
---|
| 19 | <form id="form1" name="form1" method="post" action="mail2admin"> |
---|
| 20 | <input type="hidden" name="regno" type="text" id="regno" |
---|
| 21 | tal:attributes="value info/id"/> |
---|
| 22 | <input type="hidden" name="probtype" type="text" id="regno" |
---|
| 23 | tal:attributes="value string:Objection Raised"/> |
---|
| 24 | <table width="100%" border="0" cellspacing="5" cellpadding="0"> |
---|
| 25 | <tr> |
---|
| 26 | <td width="150px"> |
---|
| 27 | <strong>Full Name: </strong> |
---|
| 28 | </td> |
---|
| 29 | <td> |
---|
[869] | 30 | <input name="fullname" type="text" id="fullname" size="30" |
---|
[864] | 31 | tal:attributes="value info/student/Title"/> |
---|
| 32 | </td> |
---|
| 33 | </tr> |
---|
| 34 | <tr> |
---|
| 35 | <td> |
---|
| 36 | <strong>Email: </strong> |
---|
| 37 | </td> |
---|
| 38 | <td> |
---|
[869] | 39 | <input name="email" type="text" id="email" size="30" |
---|
[864] | 40 | tal:attributes="value info/app_doc/app_email"/> |
---|
| 41 | </td> |
---|
| 42 | </tr> |
---|
| 43 | <tr> |
---|
| 44 | <td valign="top"> |
---|
| 45 | <strong>Reason: </strong> |
---|
| 46 | </td> |
---|
| 47 | <td> |
---|
| 48 | <textarea name="descr" rows="10" cols="60" id="descr"></textarea> |
---|
| 49 | </td> |
---|
| 50 | </tr> |
---|
| 51 | |
---|
| 52 | <tr> |
---|
| 53 | <td> </td> |
---|
| 54 | <td><input name="Submit" type="submit" class="standalone" value="Submit" /><br /><br /></td> |
---|
| 55 | </tr> |
---|
| 56 | </table> |
---|
| 57 | </form> |
---|
| 58 | |
---|
| 59 | |
---|
| 60 | |
---|
| 61 | |
---|
| 62 | <form action="." method="post" class="group"> |
---|
| 63 | <input type="submit" name="application_edit:method" |
---|
| 64 | class="context" value="Continue" /> |
---|
| 65 | </form> |
---|
[863] | 66 | </metal:main> |
---|
| 67 | </metal:body> |
---|
| 68 | </metal:html> |
---|