Changeset 1783 for WAeUP_SRP/trunk/skins/waeup_default
- Timestamp:
- 15 May 2007, 07:49:50 (18 years ago)
- Location:
- WAeUP_SRP/trunk/skins/waeup_default
- Files:
-
- 1 deleted
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
WAeUP_SRP/trunk/skins/waeup_default/import_form.pt
r1771 r1783 7 7 > 8 8 <metal:block define-macro="edit_form"> 9 <metal:block use-macro="here/ waeup_content_master/macros/master">9 <metal:block use-macro="here/main_template/macros/master"> 10 10 <metal:block fill-slot="main"> 11 11 <h3>Import Data!</h3> -
WAeUP_SRP/trunk/skins/waeup_default/srp_anonymous_view.pt
r1182 r1783 40 40 <li> Print your Sessional Result Slip (it includes your new Student Id for further logins), </li> 41 41 <li> edit your personal data record,</li> 42 <li> book your accommodation.</li> 42 <li> book your accommodation,</li> 43 <li> pay your school fee,</li> 44 <li> register your courses.</li> 43 45 </ul> 44 46 47 <br /> 48 <p>If you have to register for previous sessions, click "Previous Sessions" 49 instead of "View Sess. Results".</p> 50 45 51 <br /> 46 52 … … 89 95 <strong><a target="_blank" href="http://files.saoas.org/Procedure_for_clearance.pdf">UME</a></strong>, 90 96 <strong><a target="_blank" href="http://files.saoas.org/Procedure_for_clearance_Direct.pdf">DE</a></strong> (1 page). 91 After being cleared you are eligible for booking your accommodation on campus. 97 After being cleared you are eligible for booking your accommodation on campus, 98 you must pay your school fee and register your courses online. 92 99 </p> 93 100 <br /> -
WAeUP_SRP/trunk/skins/waeup_default/waeup_document_view.pt
r1219 r1783 1 <metal:body use-macro="here/ waeup_content_master/macros/master">1 <metal:body use-macro="here/main_template/macros/master"> 2 2 <metal:block fill-slot="header" 3 3 tal:define="s_name context/getStudentNameInContext; -
WAeUP_SRP/trunk/skins/waeup_default/waeup_edit_form.pt
r1737 r1783 9 9 is_allowed context/isSectionOfficer; 10 10 metadata metadata|nothing; 11 template here/ waeup_content_master/macros/master;11 template here/main_template/macros/master; 12 12 "> 13 13 <metal:block define-macro="edit_form"> … … 16 16 <metal:block fill-slot="header"> 17 17 <span tal:condition="not: is_allowed"> 18 < metal:block use-macro="here/error_not_found/macros/not_found" />18 <span tal:content="here/illegal_view" /> 19 19 </span> 20 20 <span tal:condition="is_allowed">
Note: See TracChangeset for help on using the changeset viewer.