Changeset 3727 for WAeUP_SRP/trunk/skins/waeup_student
- Timestamp:
- 15 Oct 2008, 05:04:28 (16 years ago)
- Location:
- WAeUP_SRP/trunk/skins/waeup_student
- Files:
-
- 7 edited
Legend:
- Unmodified
- Added
- Removed
-
WAeUP_SRP/trunk/skins/waeup_student/application_slip.pt
r2575 r3727 1 1 <metal:body use-macro="here/slip_template/macros/master"> 2 2 <metal:main fill-slot="main" 3 tal:define="info context/getApplicationInfo"> 3 tal:define="info context/getApplicationInfo; 4 titles here/getStudentObjectTitles;"> 4 5 <span tal:condition="not: info"> 5 6 <span tal:content="here/illegal_view" /> … … 7 8 <span tal:condition="info"> 8 9 9 <h3> ApplicationSlip</h3>10 <h3><span tal:content="titles/StudentApplication" /> Slip</h3> 10 11 <br /> 11 12 <span tal:omit-tag="" -
WAeUP_SRP/trunk/skins/waeup_student/application_view.pt
r2670 r3727 1 1 <metal:body use-macro="here/main_template/macros/master"> 2 2 <metal:main fill-slot="main" 3 tal:define="info context/getApplicationInfo"> 3 tal:define="info context/getApplicationInfo; 4 titles here/getStudentObjectTitles;"> 4 5 <span tal:condition="not: info"> 5 6 <span tal:content="here/illegal_view" /> … … 13 14 Up one level 14 15 </a> 15 <h3>My Application Record</h3>16 <h3>My <span tal:content="titles/StudentApplication" /></h3> 16 17 <br /> 17 18 <span tal:omit-tag="" -
WAeUP_SRP/trunk/skins/waeup_student/clearance_slip.pt
r3452 r3727 1 1 <metal:body use-macro="here/slip_template/macros/master"> 2 2 <metal:main fill-slot="main" 3 tal:define="info context/getClearanceInfo"> 3 tal:define="info context/getClearanceInfo; 4 titles here/getStudentObjectTitles;"> 4 5 <span tal:condition="not: info"> 5 6 <span tal:content="here/illegal_view" /> … … 9 10 <strong>Late Clearance!</strong></div> 10 11 11 <h3> Clearance/EligibilitySlip</h3>12 <h3><span tal:content="titles/StudentClearance" /> Slip</h3> 12 13 <br /> 13 14 <span tal:omit-tag="" -
WAeUP_SRP/trunk/skins/waeup_student/clearance_view.pt
r3473 r3727 1 1 <metal:body use-macro="here/main_template/macros/master"> 2 2 <metal:main fill-slot="main" 3 tal:define="info context/getClearanceInfo"> 3 tal:define="info context/getClearanceInfo; 4 titles here/getStudentObjectTitles;"> 4 5 <span tal:condition="not: info"> 5 6 <span tal:content="here/illegal_view" /> … … 12 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')"> 13 14 <img tal:attributes="src string:${here/portal_url}/actionicon_print.png" /> 14 Clearance/EligibilitySlip15 <span tal:content="titles/StudentClearance" /> Slip 15 16 </a> 16 17 </div> … … 29 30 My 30 31 </span> 31 Clearance/Elegibility Record32 <span tal:content="titles/StudentClearance" /> 32 33 </h3> 33 34 -
WAeUP_SRP/trunk/skins/waeup_student/lecturer_course_edit_form.pt
r3617 r3727 21 21 value="Save" 22 22 id="edit"/> 23 <input type="submit" name="external_close_button" 24 class="standalone" value="Close" 25 onclick="window.opener.location.reload();window.close()" 26 id="external_close_button" 27 i18n:attributes="value" /> 23 28 </form> 24 29 </metal:block> -
WAeUP_SRP/trunk/skins/waeup_student/personal_view.pt
r1783 r3727 1 1 <metal:body use-macro="here/main_template/macros/master"> 2 2 <metal:main fill-slot="main" 3 tal:define="info context/getPersonalInfo"> 3 tal:define="info context/getPersonalInfo; 4 titles here/getStudentObjectTitles;"> 4 5 <span tal:condition="not: info"> 5 6 <span tal:content="here/illegal_view" /> … … 11 12 Up one level 12 13 </a> 13 <h3>My Personal Record</h3>14 <h3>My <span tal:content="titles/StudentPersonal" /></h3> 14 15 <br /> 15 16 <span tal:omit-tag="" -
WAeUP_SRP/trunk/skins/waeup_student/study_course_view.pt
r3473 r3727 7 7 <span tal:condition="info"> 8 8 <span tal:define="create_level info/create_level|nothing; 9 is_so info/is_so;"> 9 is_so info/is_so; 10 titles here/getStudentObjectTitles;"> 10 11 <a href="" 11 12 tal:attributes="href string:${here/academicsParent}"> … … 17 18 <span tal:content="info/student/name" />: 18 19 </span> 19 Study Course20 My <span tal:content="titles/StudentStudyCourse" /> 20 21 </h3> 21 22 <br />
Note: See TracChangeset for help on using the changeset viewer.