Changeset 669 for WAeUP_SRP/trunk/skins/waeup_student
- Timestamp:
- 12 Oct 2006, 15:00:42 (18 years ago)
- Location:
- WAeUP_SRP/trunk/skins/waeup_student
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
WAeUP_SRP/trunk/skins/waeup_student/layout_accommodation_view_slip.pt
r658 r669 11 11 )" 12 12 > 13 <table cellpadding=" 2" cellspacing="2" summary="layout">13 <table cellpadding="10em" cellspacing="" summary="layout"> 14 14 <tr tal:repeat="field fields"> 15 15 <tal:block tal:define="cell python: widgets[field]"> … … 17 17 <div tal:attributes="class cell/widget_css_class|string:label; 18 18 id python:widget.getHtmlWidgetId()+'_widget';"> 19 <td >19 <td width="180px"> 20 20 <span class="dlabel" 21 21 tal:condition="widget/label" -
WAeUP_SRP/trunk/skins/waeup_student/layout_application_view_info.pt
r667 r669 7 7 fields python:('jamb_lastname','jamb_sex',)" 8 8 > 9 <table cellpadding="10em" cellspacing=""> 10 <tr> 9 11 10 <tal:block define="cell widgets/passport; 12 widget cell/widget" 13 > 14 <td valign="top"> 11 widget cell/widget"> 15 12 <img src="img" tal:replace="structure cell/widget_rendered" /> 16 </td>17 13 </tal:block> 18 <td> 19 <table width="" cellpadding="2" cellspacing="0" summary="Form layout"> 20 <tr> 21 <td><span class="dlabel">Student ID</span>: 22 </td> 23 <td> 24 <span tal:replace="python:here.aq_parent.aq_parent.id" /> 25 </td> 26 </tr> 27 <tr tal:repeat="field fields"> 28 <tal:block tal:define="cell python: widgets[field]"> 29 <tal:block define="widget cell/widget"> 30 <div tal:attributes="class cell/widget_css_class|string:label; 31 id python:widget.getHtmlWidgetId()+'_widget';" 32 > 33 <td > 34 <span class="dlabel" 35 tal:condition="widget/label" 36 tal:content="widget/label">label</span>: 37 </td> 38 <td> 39 <span tal:replace="structure cell/widget_rendered" /> 40 </td> 41 </div> 42 </tal:block> 14 15 <br /> 16 17 <table width="" cellpadding="2" cellspacing="0" summary="Form layout"> 18 <tr> 19 <td width="180px"><span class="dlabel">Student ID</span>: 20 </td> 21 <td> 22 <span tal:replace="python:here.aq_parent.aq_parent.id" /> 23 </td> 24 </tr> 25 <tr tal:repeat="field fields"> 26 <tal:block tal:define="cell python: widgets[field]"> 27 <tal:block define="widget cell/widget"> 28 <div tal:attributes="class cell/widget_css_class|string:label; 29 id python:widget.getHtmlWidgetId()+'_widget';" 30 > 31 <td > 32 <span class="dlabel" 33 tal:condition="widget/label" 34 tal:content="widget/label">label</span>: 35 </td> 36 <td> 37 <span tal:replace="structure cell/widget_rendered" /> 38 </td> 39 </div> 43 40 </tal:block> 44 </tr> 45 </table> 46 </td> 47 </tr> 48 </table> 41 </tal:block> 42 </tr> 43 </table> 44 45 46 49 47 </metal:block>
Note: See TracChangeset for help on using the changeset viewer.