Changeset 864
- Timestamp:
- 14 Nov 2006, 12:16:02 (18 years ago)
- Location:
- WAeUP_SRP/trunk/skins
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
WAeUP_SRP/trunk/skins/waeup_default/mail2admin.py
r830 r864 20 20 Bcc: %s 21 21 Reply-To: %s 22 Subject: WAeUP Contact Form22 Subject: Uniben Contact: %s 23 23 24 24 Fullname: %s … … 38 38 # 'js@aixtraware.de', 39 39 email, 40 probtype, 40 41 fullname, 41 42 regno, -
WAeUP_SRP/trunk/skins/waeup_student/objection_raised_view.pt
r863 r864 2 2 <metal:body use-macro="here/waeup_content_master/macros/master"> 3 3 <metal:main fill-slot="main"> 4 <h3>Objection Raised!</h3> 4 <h3>You raised an objection, please explain why!</h3> 5 6 <br /> 7 8 <form id="form1" name="form1" method="post" action="mail2admin"> 9 <input type="hidden" name="regno" type="text" id="regno" 10 tal:attributes="value info/id"/> 11 <input type="hidden" name="probtype" type="text" id="regno" 12 tal:attributes="value string:Objection Raised"/> 13 <table width="100%" border="0" cellspacing="5" cellpadding="0"> 14 <tr> 15 <td width="150px"> 16 <strong>Full Name: </strong> 17 </td> 18 <td> 19 <input name="fullname" type="text" id="fullname" 20 tal:attributes="value info/student/Title"/> 21 </td> 22 </tr> 23 <tr> 24 <td> 25 <strong>Email: </strong> 26 </td> 27 <td> 28 <input name="email" type="text" id="email" 29 tal:attributes="value info/app_doc/app_email"/> 30 </td> 31 </tr> 32 <tr> 33 <td valign="top"> 34 <strong>Reason: </strong> 35 </td> 36 <td> 37 <textarea name="descr" rows="10" cols="60" id="descr"></textarea> 38 </td> 39 </tr> 40 41 <tr> 42 <td> </td> 43 <td><input name="Submit" type="submit" class="standalone" value="Submit" /><br /><br /></td> 44 </tr> 45 </table> 46 </form> 47 48 49 50 51 <form action="." method="post" class="group"> 52 <input type="submit" name="application_edit:method" 53 class="context" value="Continue" /> 54 </form> 5 55 </metal:main> 6 56 </metal:body>
Note: See TracChangeset for help on using the changeset viewer.