- Timestamp:
- 12 Oct 2006, 05:55:38 (18 years ago)
- Location:
- WAeUP_SRP/trunk/skins
- Files:
-
- 1 added
- 1 deleted
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
WAeUP_SRP/trunk/skins/waeup_default/portlet_waeup_status_display.pt
r543 r661 3 3 base_url python: request.get('cpsskins_base_url'); 4 4 status_list python: ['checked', 'unchecked', 'opened', 'closed', 5 'created', 'a dmission_pin_entered', 'admission_applied'];">5 'created', 'application_pin_entered', 'admission_applied'];"> 6 6 7 7 <span tal:condition="python:path('info/review_state') in status_list "> 8 Status:<span tal:content="info/review_state" />8 <span tal:content="info/review_state" /> 9 9 </ span> 10 10 -
WAeUP_SRP/trunk/skins/waeup_student/application_view.pt
r603 r661 8 8 tal:define="review_state info/review_state"> 9 9 10 <div style="text-align: right"> 10 <div style="text-align: right" 11 tal:condition="python:review_state=='admission_applied'"> 11 12 <a href="" target="slip" tal:attributes="href string:application_slip" 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')">
Note: See TracChangeset for help on using the changeset viewer.