Changeset 669
- Timestamp:
- 12 Oct 2006, 15:00:42 (18 years ago)
- Location:
- WAeUP_SRP/trunk
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
WAeUP_SRP/trunk/profiles/default/layouts/student_accommodation.xml
r667 r669 8 8 <property name="validate_values_expr"></property> 9 9 <widget name="acco_maint_date" meta_type="DateTime Widget"> 10 <property name="title"> Accommodation Maintainance Date</property>10 <property name="title">Maintainance Fee Date</property> 11 11 <property name="fields"> 12 12 <element value="acco_maint_date"/> 13 13 </property> 14 <property name="label"> Accommodation Maintainance Date</property>15 <property name="label_edit"> Accommodation Maintainance Date</property>14 <property name="label">Maintainance Fee Date</property> 15 <property name="label_edit">Maintainance Fee Date</property> 16 16 <property name="readonly_layout_modes"/> 17 17 <property name="hidden_layout_modes"/> … … 21 21 </widget> 22 22 <widget name="acco_maint_sc_pin" meta_type="String Widget"> 23 <property name="title"> Accommodation Maintainance SC-Pin</property>23 <property name="title">Maintainance Fee Access Code</property> 24 24 <property name="fields"> 25 25 <element value="acco_maint_sc_pin"/> 26 26 </property> 27 <property name="label"> Accommodation Maintainance SC-Pin</property>28 <property name="label_edit"> Accommodation Maintainance SC-Pin</property>27 <property name="label">Maintainance Fee Access Code</property> 28 <property name="label_edit">Maintainance Fee Access Code</property> 29 29 <property name="readonly_layout_modes"/> 30 30 <property name="hidden_layout_modes"/> … … 33 33 </widget> 34 34 <widget name="acco_res_date" meta_type="DateTime Widget"> 35 <property name="title"> AccommodationReservation Date</property>35 <property name="title">Reservation Date</property> 36 36 <property name="fields"> 37 37 <element value="acco_res_date"/> 38 38 </property> 39 <property name="label"> AccommodationReservation Date</property>40 <property name="label_edit"> AccommodationReservation Date</property>39 <property name="label">Reservation Date</property> 40 <property name="label_edit">Reservation Date</property> 41 41 <property name="readonly_layout_modes"/> 42 42 <property name="hidden_layout_modes"/> … … 45 45 </widget> 46 46 <widget name="acco_res_sc_pin" meta_type="String Widget"> 47 <property name="title"> Accommodation Reservation SC-Pin</property>47 <property name="title">Reservation Access Code</property> 48 48 <property name="fields"> 49 49 <element value="acco_res_sc_pin"/> 50 50 </property> 51 <property name="label"> Accommodation Reservation SC-Pin</property>52 <property name="label_edit"> Accommodation Reservation SC-Pin</property>51 <property name="label">Reservation Access Code</property> 52 <property name="label_edit">Reservation Access Code</property> 53 53 <property name="readonly_layout_modes"/> 54 54 <property name="hidden_layout_modes"/> -
WAeUP_SRP/trunk/skins/waeup_accommodation/formatBed.py
r667 r669 11 11 if res and len(res) == 1: 12 12 hall_title = res[0].Title 13 return " Bed %s in Room %s in Block %s in Hall %s" % (letter,room,block,hall_title)13 return " %s / Block %s / Room %s / Bed %s" % (hall_title,block,room,letter) -
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.