Changeset 802
- Timestamp:
- 9 Nov 2006, 08:17:29 (18 years ago)
- Location:
- WAeUP_SRP/trunk/skins
- Files:
-
- 6 edited
Legend:
- Unmodified
- Added
- Removed
-
WAeUP_SRP/trunk/skins/waeup_default/waeup_content_master.pt
r552 r802 28 28 Up one level 29 29 </a> 30 <h1 tal:content="here/title_or_id">31 Page Title32 </h1>33 <div class="description" tal:content="doc/Description"34 tal:condition="nothing">35 Document Description goes here.36 </div>37 30 </metal:block> 38 31 </metal:block> -
WAeUP_SRP/trunk/skins/waeup_student/accommodation_view.pt
r680 r802 1 1 <metal:html tal:define="info context/getStudentInfo"> 2 <metal:body use-macro="here/ main_template/macros/master">2 <metal:body use-macro="here/waeup_content_master/macros/master"> 3 3 <metal:main fill-slot="main"> 4 4 <span tal:condition="not: info"> -
WAeUP_SRP/trunk/skins/waeup_student/application_view.pt
r797 r802 1 1 <metal:html tal:define="info context/getStudentInfo"> 2 <metal:body use-macro="here/ main_template/macros/master">2 <metal:body use-macro="here/waeup_content_master/macros/master"> 3 3 <metal:main fill-slot="main"> 4 4 <span tal:condition="not: info"> -
WAeUP_SRP/trunk/skins/waeup_student/clearance_view.pt
r766 r802 1 1 <metal:html tal:define="info context/getStudentInfo"> 2 <metal:body use-macro="here/ main_template/macros/master">2 <metal:body use-macro="here/waeup_content_master/macros/master"> 3 3 <metal:main fill-slot="main"> 4 4 <span tal:condition="not: info"> -
WAeUP_SRP/trunk/skins/waeup_student/defer_view.pt
r790 r802 1 1 <metal:html tal:define="info options/info|context/getStudentInfo"> 2 <metal:body use-macro="here/ main_template/macros/master">2 <metal:body use-macro="here/waeup_content_master/macros/master"> 3 3 <metal:main fill-slot="main"> 4 4 <span tal:condition="not: info"> … … 6 6 </span> 7 7 <span tal:condition="info" 8 tal:define="review_state info/review_state"> 9 10 <h3>You defered your Study</h3> 11 <h3>My Application Record</h3> 12 <br /> 13 <span tal:omit-tag="" 14 tal:content="structure python: info['app_doc'].render(proxy=info['app_doc'], 15 layout_mode='view', 16 layout_id='student_application_fe')" 17 /> 18 </span> 19 <h3>My Study Course</h3> 20 <br /> 21 <table tal:define="sc python: info['course_doc']"> 22 <tr> 23 <td tal:content="sc/title" /> <td>ID: <span tal:content="sc/study_course" /></td> 24 </tr> 25 <tr> 26 <td tal:content="sc/title" /> <td tal:content="sc/study_course" /> 27 </tr> 28 </table> 8 tal:define="review_state info/review_state"> 9 <h3>Admission deferred!</h3> 29 10 </metal:main> 30 11 </metal:body> -
WAeUP_SRP/trunk/skins/waeup_student/pume_view.pt
r779 r802 1 1 <metal:html tal:define="info context/getStudentInfo"> 2 <metal:body use-macro="here/ main_template/macros/master">2 <metal:body use-macro="here/waeup_content_master/macros/master"> 3 3 <metal:main fill-slot="main"> 4 4 <span tal:condition="not: info"> … … 9 9 10 10 <div style="text-align: right" 11 tal:condition="python:review_state in ('admitted', 'pume_passed', 'pume_failed', )">11 tal:condition="python:review_state in ('admitted', 'pume_passed', 'pume_failed', 'clearance_pin_entered',)"> 12 12 <a href="" target="slip" tal:attributes="href string:pume_slip" 13 13 onclick="javascript:window.open('','slip','width=600, height=700, directories=no, toolbar=no, location=no, menubar=yes, scrollbars=yes, status=no, resizable=no, dependent=no')">
Note: See TracChangeset for help on using the changeset viewer.