Changeset 613 for WAeUP_SRP/trunk/skins
- Timestamp:
- 3 Oct 2006, 06:30:44 (18 years ago)
- Location:
- WAeUP_SRP/trunk/skins/waeup_student
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
WAeUP_SRP/trunk/skins/waeup_student/application_slip.pt
r605 r613 31 31 32 32 <table width="" cellpadding="2" cellspacing="0" summary="Form layout"> 33 <tr><td>Student ID: </td><td><span tal:content="context/id" /></td> 33 34 <tr><td>Access Code: </td><td><span tal:content="application_data/app_ac_pin" /></td></tr> 34 35 <tr><td>Application Date: </td><td><span tal:content="python:application_data.app_ac_date.aCommonZ()" /></td></tr> -
WAeUP_SRP/trunk/skins/waeup_student/layout_application_view.pt
r537 r613 14 14 > 15 15 <table cellpadding="2" cellspacing="2" summary="layout"> 16 <tr> 17 <td><span class="dlabel">Student ID</span>: 18 </td> 19 <td> 20 <span tal:replace="python:here.aq_parent.aq_parent.id" /> 21 </td> 22 </tr> 16 23 <tr tal:repeat="field fields"> 17 24 <tal:block tal:define="cell python: widgets[field]">
Note: See TracChangeset for help on using the changeset viewer.