- Timestamp:
- 19 Feb 2007, 10:35:10 (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
WAeUP_SRP/trunk/skins/waeup_student/layout_application_view_slip.pt
r985 r1435 10 10 'app_email', 11 11 'app_mobile', 12 'jamb_lastname',13 'jamb_sex',14 12 'entry_mode', 15 13 'jamb_state', … … 28 26 <table width="" cellpadding="2" cellspacing="0" summary="Form layout"> 29 27 <tr> 28 <td valign="top"><span class="dlabel">Name</span>: 29 </td> 30 <td> 31 <span tal:content="python:context.getStudentBaseInfo()['student']['name']" /> 32 </td> 33 </tr> 34 <tr> 35 <td valign="top"><span class="dlabel">Sex</span>: 36 </td> 37 <td> 38 <span tal:content="python:context.getStudentBaseInfo()['student']['sex']" /> 39 </td> 40 </tr> 41 <tr valign="top"> 30 42 <td><span class="dlabel">Student ID</span>: 31 43 </td> 32 44 <td> 33 <span tal: replace="python:here.aq_parent.aq_parent.id" />45 <span tal:content="python:context.getStudentBaseInfo()['id']" /> 34 46 </td> 35 47 </tr> … … 40 52 id python:widget.getHtmlWidgetId()+'_widget';" 41 53 > 42 <td >54 <td valign="top"> 43 55 <span class="dlabel" 44 56 tal:condition="widget/label" 45 57 tal:content="widget/label">label</span>: 46 58 </td> 47 <td >59 <td valign="top"> 48 60 <span tal:replace="structure cell/widget_rendered" /> 49 61 </td>
Note: See TracChangeset for help on using the changeset viewer.