Changeset 774 for WAeUP_SRP/trunk/skins
- Timestamp:
- 29 Oct 2006, 09:55:22 (18 years ago)
- Location:
- WAeUP_SRP/trunk/skins
- Files:
-
- 4 added
- 1 deleted
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
WAeUP_SRP/trunk/skins/waeup_default/portlet_session_info.pt
r773 r774 2 2 member mtool/getAuthenticatedMember; 3 3 isAnon mtool/isAnonymousUser; 4 roles member/getRoles;5 backend python:'Manager' in roles or 'SectionManager' in roles;6 frontend python:'Student' in roles or isAnon;7 4 info context/getStudentInfo;" 8 5 > 9 <tal:block condition=" info">6 <tal:block condition="context/isStudent"> 10 7 <strong> 11 8 <span tal:condition="info/is_student" tal:content="python:info['student_doc'].Title()" /> 12 <span tal:condition="not:info/is_student" tal:content="python:member.getProperty('fullname',None)" />13 9 </strong> 14 10 </tal:block> 15 <tal:block condition="not: info">11 <tal:block condition="not:context/isStudent"> 16 12 <strong> 17 13 <span tal:content="python:member.getProperty('fullname',None)" /> -
WAeUP_SRP/trunk/skins/waeup_student/layout_application_view_info.pt
r770 r774 5 5 dm options/datastructure/getDataModel; 6 6 widgets python:context.getRenderedWidgets(layout); 7 fields python:('jamb_ lastname','jamb_sex','app_email','app_mobile')"7 fields python:('jamb_reg_no','jamb_lastname','jamb_sex','app_email','app_mobile')" 8 8 > 9 9 -
WAeUP_SRP/trunk/skins/waeup_student/pume_view.pt
r770 r774 9 9 10 10 <div style="text-align: right" 11 tal:condition="python:review_state =='admission_applied'">12 <a href="" target="slip" tal:attributes="href string: application_slip"11 tal:condition="python:review_state in ('admitted', )"> 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')"> 14 14 <img tal:attributes="src string:${here/portal_url}/actionicon_print.png" /> 15 ApplicationSlip15 PUME Result Slip 16 16 </a> 17 17 … … 23 23 tal:content="structure python: info['pume_doc'].render(proxy=info['pume_doc'], 24 24 layout_mode='view', 25 layout_id='student_pume ')"25 layout_id='student_pume_fe')" 26 26 /> 27 27 </span>
Note: See TracChangeset for help on using the changeset viewer.