Changeset 1282
- Timestamp:
- 12 Jan 2007, 10:45:34 (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
WAeUP_SRP/trunk/skins/waeup_student/mail_password_form.pt
r1281 r1282 11 11 <h3>Mail Authentification Data</h3> 12 12 <br /> 13 <span tal:condition="not:info/email"> 14 Sorry, the student did not provide an email address. 15 </span> 16 <span tal:condition="info/email"> 13 17 14 <form id="form1" name="form1" method="post" action="mail2student"> 18 15 … … 48 45 <td> 49 46 <select name="probtype" class="boxgreen" id="probtype"> 50 <option>Your SRP Authenti fication Data</option>47 <option>Your SRP Authentication Data</option> 51 48 <option>Your Password</option> 52 49 <option>Your Application PIN</option> … … 63 60 </td> 64 61 </tr> 65 <tr tal:condition="python: info['email'] !='na'">62 <tr tal:condition="python: info['email'] and info['email']!='na'"> 66 63 <td> </td> 67 64 <td><input name="Submit" type="submit" class="standalone" value="Submit" /><br /><br /></td> 68 65 </tr> 66 67 <tr tal:condition="not:info/email"> 68 <td> </td> 69 <td><strong tal:condition="not:info/email"> 70 The student did not provide an email address. 71 </strong> 72 </td> 73 </tr> 69 74 </table> 70 75 </form> … … 74 79 <input name="student_id" type="text" size="8"> 75 80 </form> 76 </span> 81 77 82 </metal:main> 78 83 </metal:body>
Note: See TracChangeset for help on using the changeset viewer.