Changeset 1085 for WAeUP_SRP/trunk
- Timestamp:
- 18 Dec 2006, 22:05:41 (18 years ago)
- Location:
- WAeUP_SRP/trunk/skins/waeup_student
- Files:
-
- 1 added
- 1 deleted
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
WAeUP_SRP/trunk/skins/waeup_student/application_slip.pt
r1018 r1085 1 1 <metal:html tal:define="info context/getStudentInfo"> 2 <span tal:condition="not: info"> 3 <span tal:content="here/illegal_view" /> 4 </span> 5 <metal:block tal:condition="info"> 2 6 <metal:body use-macro="here/main_template/macros/master"> 3 7 <metal:main fill-slot="main"> … … 18 22 </metal:main> 19 23 </metal:body> 24 </metal:block> 20 25 </metal:html> -
WAeUP_SRP/trunk/skins/waeup_student/clearance_edit_form.pt
r1073 r1085 2 2 <metal:block tal:define="info context/getClearanceInfo"> 3 3 <span tal:condition="not: info"> 4 <metal:block use-macro="here/ standard_error_message" />4 <metal:block use-macro="here/illegal_view/macros/illegal_view" /> 5 5 </span> 6 6 <metal:block tal:condition="info"> -
WAeUP_SRP/trunk/skins/waeup_student/search_students_form.pt
r1081 r1085 18 18 </span> 19 19 <span tal:condition="allowed" tal:omit-tag=""> 20 <a href="statistic _view"><strong>Statistic</strong></a>20 <a href="statistics_view"><strong>Statistics</strong></a> 21 21 <h3> Search Student Section</h3><br /> 22 23 You are logged as member <span tal:replace="info/member|nothing" /> 22 You are logged in as member <span tal:replace="info/member|nothing" /> 24 23 <span tal:condition="info/faculties|nothing" tal:omit-tag=""> 25 24 who is ClearanceOfficer for Faculty -
WAeUP_SRP/trunk/skins/waeup_student/support_form.pt
r942 r1085 1 <metal:html tal:define="info context/getStudentInfo; 2 "> 1 <metal:html tal:define="info context/getStudentInfo;"> 2 <span tal:condition="not: info"> 3 <span tal:content="here/illegal_view" /> 4 </span> 5 <metal:block tal:condition="info"> 3 6 <metal:body use-macro="here/main_template/macros/master"> 4 7 <metal:main fill-slot="main"> … … 60 63 </metal:main> 61 64 </metal:body> 65 </metal:block> 62 66 </metal:html>
Note: See TracChangeset for help on using the changeset viewer.