Changeset 2096 for WAeUP_SRP/trunk/skins/waeup_student
- Timestamp:
- 15 Aug 2007, 07:29:51 (18 years ago)
- Location:
- WAeUP_SRP/trunk/skins/waeup_student
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
WAeUP_SRP/trunk/skins/waeup_student/layout_personal_edit.pt
r1861 r2096 11 11 <table class="layoutDefault" summary="Form layout" 12 12 tal:condition="layout/rows"> 13 14 <tr tal:define="lga python:context.getStudentBaseInfo()['student']['lga']; 15 lga_voc python:context.portal_vocabularies.local_gov_areas.get(lga)"> 16 <td><div class="label">State / LGA</div>: 17 </td> 18 <td tal:condition="lga_voc"> 19 <span tal:replace="lga_voc" /> 20 </td> 21 <td tal:condition="not: lga_voc"> 22 <span tal:replace="lga" /> 23 </td> 24 </tr> 25 13 26 <span tal:repeat="row python: layout['rows']" valign="top" > 14 27 <span tal:repeat="cell row"> -
WAeUP_SRP/trunk/skins/waeup_student/layout_personal_view.pt
r1637 r2096 13 13 </td> 14 14 </tr> 15 16 <tr tal:define="lga python:context.getStudentBaseInfo()['student']['lga']; 17 lga_voc python:context.portal_vocabularies.local_gov_areas.get(lga)"> 18 <td><span class="dlabel">State / LGA</span>: 19 </td> 20 <td tal:condition="lga_voc"> 21 <span tal:replace="lga_voc" /> 22 </td> 23 <td tal:condition="not: lga_voc"> 24 <span tal:replace="lga" /> 25 </td> 26 </tr> 27 15 28 <span tal:repeat="row layout/rows"> 16 29 <span tal:repeat="cell row">
Note: See TracChangeset for help on using the changeset viewer.