Changeset 1516 for WAeUP_SRP/trunk/skins
- Timestamp:
- 3 Mar 2007, 22:46:25 (18 years ago)
- Location:
- WAeUP_SRP/trunk/skins/waeup_student
- Files:
-
- 1 added
- 1 deleted
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
WAeUP_SRP/trunk/skins/waeup_student/layout_application_view_slip.pt
r1435 r1516 3 3 <metal:block define-macro="default_view" 4 4 tal:define="layout options/layout; 5 info context/getStudentBaseInfo; 5 6 dm options/datastructure/getDataModel; 6 7 widgets python:context.getRenderedWidgets(layout); … … 29 30 </td> 30 31 <td> 31 <span tal:content=" python:context.getStudentBaseInfo()['student']['name']" />32 <span tal:content="info/student/name" /> 32 33 </td> 33 34 </tr> … … 36 37 </td> 37 38 <td> 38 <span tal:content=" python:context.getStudentBaseInfo()['student']['sex']" />39 <span tal:content="info/student/sex" /> 39 40 </td> 40 41 </tr> … … 43 44 </td> 44 45 <td> 45 <span tal:content=" python:context.getStudentBaseInfo()['id']" />46 <span tal:content="info/student/id" /> 46 47 </td> 47 48 </tr> -
WAeUP_SRP/trunk/skins/waeup_student/study_level_view.pt
r1515 r1516 17 17 <div style="text-align: right" 18 18 tal:condition="python:review_state == 'courses_validated'"> 19 <a href="" target="slip" tal:attributes="href string:course s_validated_slip"19 <a href="" target="slip" tal:attributes="href string:course_registration_slip" 20 20 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')"> 21 21 <img tal:attributes="src string:${here/portal_url}/actionicon_print.png" /> 22 Validated CoursesSlip22 Course Registration Slip 23 23 </a> 24 24
Note: See TracChangeset for help on using the changeset viewer.