Ignore:
Timestamp:
12 Oct 2006, 15:00:42 (18 years ago)
Author:
Henrik Bettermann
Message:

hostel application slip beautified

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  
    1111                                 )"
    1212                                 >
    13   <table cellpadding="2" cellspacing="2" summary="layout">
     13  <table cellpadding="10em" cellspacing="" summary="layout">
    1414    <tr tal:repeat="field fields">
    1515      <tal:block tal:define="cell python: widgets[field]">
     
    1717          <div tal:attributes="class cell/widget_css_class|string:label;
    1818            id python:widget.getHtmlWidgetId()+'_widget';">
    19             <td >
     19            <td width="180px">
    2020             <span class="dlabel"
    2121                    tal:condition="widget/label"
  • WAeUP_SRP/trunk/skins/waeup_student/layout_application_view_info.pt

    r667 r669  
    77              fields python:('jamb_lastname','jamb_sex',)"
    88              >
    9   <table cellpadding="10em" cellspacing="">
    10     <tr>
     9 
    1110      <tal:block define="cell widgets/passport;
    12                  widget cell/widget"
    13                  >
    14         <td valign="top">
     11                         widget cell/widget">
    1512          <img src="img" tal:replace="structure cell/widget_rendered" />
    16         </td>
    1713      </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>
    4340            </tal:block>
    44           </tr>
    45         </table>
    46       </td>
    47     </tr>
    48   </table>
     41          </tal:block>
     42        </tr>
     43      </table>
     44       
     45       
     46
    4947</metal:block>
Note: See TracChangeset for help on using the changeset viewer.