Last change
on this file was
891,
checked in by Henrik Bettermann, 18 years ago
|
contact forms and methods renamed
contact_student_form and method for clearance officer added
clearance_edit swept
some psm edited
Is clearance_view.pt still necessary?
|
File size:
1.3 KB
|
Rev | Line | |
---|
[890] | 1 | <metal:html tal:define="member python:context.portal_membership.getAuthenticatedMember()"> |
---|
| 2 | <metal:body use-macro="here/main_template/macros/master"> |
---|
| 3 | <metal:main fill-slot="main"> |
---|
| 4 | <h3>Contact</h3> |
---|
| 5 | <br /> |
---|
| 6 | <form id="form1" name="form1" method="post" action="mail2admin"> |
---|
| 7 | <input type="hidden" name="regno" type="text" id="regno" |
---|
| 8 | tal:attributes="value member"/> |
---|
| 9 | <table width="100%" border="0" cellspacing="5" cellpadding="0"> |
---|
| 10 | <tr> |
---|
| 11 | <td width="150px"> |
---|
| 12 | <strong>Full Name: </strong> |
---|
| 13 | </td> |
---|
| 14 | <td> |
---|
| 15 | <input name="fullname" type="text" id="fullname" /> |
---|
| 16 | </td> |
---|
| 17 | </tr> |
---|
| 18 | <tr> |
---|
| 19 | <td> |
---|
| 20 | <strong>Email: </strong> |
---|
| 21 | </td> |
---|
| 22 | <td> |
---|
| 23 | <input name="email" type="text" id="email" /> |
---|
| 24 | </td> |
---|
| 25 | </tr> |
---|
| 26 | <tr> |
---|
| 27 | <td valign="top"> |
---|
| 28 | <strong>Text: </strong> |
---|
| 29 | </td> |
---|
| 30 | <td> |
---|
[891] | 31 | <textarea name="descr" rows="10" cols="60" id="descr"></textarea> |
---|
[890] | 32 | </td> |
---|
| 33 | </tr> |
---|
| 34 | <tr> |
---|
| 35 | <td> </td> |
---|
| 36 | <td><input name="Submit" type="submit" class="standalone" value="Submit" /><br /><br /></td> |
---|
| 37 | </tr> |
---|
| 38 | </table> |
---|
| 39 | </form> |
---|
| 40 | </metal:main> |
---|
| 41 | </metal:body> |
---|
| 42 | </metal:html> |
---|
Note: See
TracBrowser for help on using the repository browser.