- Timestamp:
- 15 Aug 2007, 07:29:51 (17 years ago)
- Location:
- WAeUP_SRP/trunk/skins
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
WAeUP_SRP/trunk/skins/waeup_default/waeup_document_view.pt
r2019 r2096 15 15 </a> 16 16 17 <h3 tal:condition="here/ title">17 <h3 tal:condition="here/Title"> 18 18 <span tal:condition="python:is_so and s_name"> 19 19 <span tal:content="s_name" />: 20 20 </span> 21 <span tal:content="here/ title" />21 <span tal:content="here/Title" /> 22 22 </h3> 23 23 -
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.