Changeset 833 for WAeUP_SRP/trunk/skins
- Timestamp:
- 10 Nov 2006, 20:58:02 (18 years ago)
- Location:
- WAeUP_SRP/trunk/skins/waeup_student
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
WAeUP_SRP/trunk/skins/waeup_student/admission_rejected_view.pt
r805 r833 5 5 <metal:block use-macro="here/error_not_found/macros/not_found" /> 6 6 </span> 7 <span tal:condition="info" 8 tal:define="review_state info/review_state"> 9 <h2>You are not admitted to the University of Benin!</h2> 7 <span tal:condition="info"> 8 <h3>You are not admitted into the University of Benin!</h3> 10 9 </span> 11 10 </metal:main> -
WAeUP_SRP/trunk/skins/waeup_student/reserve_accommodation.py
r828 r833 28 28 mode = 'edit' 29 29 d = {} 30 button = "Book accommodation"30 button = "Book" 31 31 if mode == 'edit': 32 32 info = context.getStudentInfo() -
WAeUP_SRP/trunk/skins/waeup_student/widget_waeup_result_render.pt
r832 r833 26 26 tal:attributes="name string:${name}_s; 27 27 id string:${name}_s;"> 28 <option tal:repeat="sub python:(('','----'),('Math ','Math'),('English','English'))"28 <option tal:repeat="sub python:(('','----'),('Maths','Mathematics'),('English','English'))" 29 29 tal:attributes="value python:sub[0]" 30 30 tal:content="python: sub[1]">
Note: See TracChangeset for help on using the changeset viewer.