Changeset 826 for WAeUP_SRP/trunk/skins
- Timestamp:
- 10 Nov 2006, 12:44:56 (18 years ago)
- Location:
- WAeUP_SRP/trunk/skins/waeup_student
- Files:
-
- 6 edited
Legend:
- Unmodified
- Added
- Removed
-
WAeUP_SRP/trunk/skins/waeup_student/admission_accept_form.pt
r805 r826 9 9 10 10 11 <h2>You are admitted to the University of Benin!</h2> 11 <h3>This is to inform you that you have been provisionally admitted into University of Benin as follows: 12 </h3> 12 13 13 <h3>Your Study Course</h3> 14 <br /> 14 <h4>Application Data</h4> 15 <span tal:omit-tag="" 16 tal:content="structure python: info['app_doc'].render(proxy=info['app_doc'], 17 layout_mode='view_info', 18 layout_id='student_application_fe')" 19 /> 20 21 <h4>Study Course</h4> 15 22 <table tal:define="sc python: info['course_doc']"> 16 23 <tr> 17 <td >Certificate:</td>24 <td width="180px">Certificate:</td> 18 25 <td><span tal:content="sc/title" /></td> 19 26 </tr> … … 32 39 </table> 33 40 34 <h3>Your Application Record</h3> 35 <br /> 36 <span tal:omit-tag="" 37 tal:content="structure python: info['app_doc'].render(proxy=info['app_doc'], 38 layout_mode='view', 39 layout_id='student_application_fe')" 40 /> 41 42 <h3>Your PUME Results</h3> 43 <br /> 44 <span tal:omit-tag="" 45 tal:condition="python:info['pume'] is not None" 46 tal:content="structure python: info['pume_doc'].render(proxy=info['pume_doc'], 47 layout_mode='view', 48 layout_id='student_pume_fe')" 49 /> 50 41 51 42 <form action="." method="post" class="group" 52 43 > -
WAeUP_SRP/trunk/skins/waeup_student/clearance_edit_form.pt
r805 r826 46 46 Up one level 47 47 </a> 48 <h3>Fill Your Clearance Form!</h3>48 <h3>Fill Your Clearance/Eligibility Form!</h3> 49 49 <br /> 50 50 </metal:block> … … 65 65 </div> 66 66 <input type="submit" class="standalone" name="cpsdocument_edit_button" 67 value="Save "67 value="Save & Return later" 68 68 id="cpsdocument_edit_button" 69 69 tal:condition="not:creation" /> -
WAeUP_SRP/trunk/skins/waeup_student/clearance_view.pt
r805 r826 18 18 </div> 19 19 20 <h3>My Clearance Record</h3>20 <h3>My Clearance/Eligibility Record</h3> 21 21 <br /> 22 22 <span tal:omit-tag="" -
WAeUP_SRP/trunk/skins/waeup_student/layout_application_view_info.pt
r805 r826 13 13 </tal:block> 14 14 15 <br />16 17 15 <table width="" cellpadding="2" cellspacing="0" summary="Form layout"> 18 16 <tr> -
WAeUP_SRP/trunk/skins/waeup_student/layout_clearance_edit.pt
r805 r826 29 29 > 30 30 <tr tal:condition="widget/description|nothing" class="even ajaxtd"> 31 <th colspan="5" align=" center"><h3 tal:replace="widget/description" /></th>31 <th colspan="5" align="left"><h3 tal:replace="widget/description" /></th> 32 32 </tr> 33 33 <tr> -
WAeUP_SRP/trunk/skins/waeup_student/pume_anon_view.pt
r805 r826 15 15 <h3>PUME Results of <span tal:content="app_doc/jamb_firstname" /> 16 16 <span tal:content="app_doc/jamb_lastname" /></h3> 17 18 <br /> 17 19 18 20 <span tal:omit-tag=""
Note: See TracChangeset for help on using the changeset viewer.