Changeset 5157
- Timestamp:
- 17 Apr 2010, 16:04:35 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
WAeUP_SRP/trunk/skins/waeup_layout/layout_clearance_view_slip.pt
r5135 r5157 14 14 <span tal:condition="python:cell['widget_id'] == 'fst_sit_fname'" style="page-break-after:always"> 15 15 <span tal:condition="not:context/isStudent"> 16 <br /><br /> 16 17 <strong tal:define="co_id context/clearance_officer|nothing;" tal:condition="co_id"> 18 <table> 19 <tr tal:define="co_member python:context.waeup_tool.getOfficerName(co_id);"> 20 <td width="180px" >Cleared By:</td> 21 <td><span tal:content="co_member" /></td> 22 </tr> 23 </table> 24 </strong> 25 <br /> 26 27 17 28 <table width=100%> 18 29 <tr > … … 23 34 <table width=100%> 24 35 <tr > 25 <td width=50% style="border-top-style:solid; border-top-width:1px; border-top-color:black">Student </td>26 <td width=50% style="border-top-style:solid; border-top-width:1px; border-top-color:black">Clearance Officer </td>36 <td width=50% style="border-top-style:solid; border-top-width:1px; border-top-color:black">Student Signature</td> 37 <td width=50% style="border-top-style:solid; border-top-width:1px; border-top-color:black">Clearance Officer Signature</td> 27 38 </tr> 28 39 </table> … … 91 102 <table width=100%> 92 103 <tr > 93 <td width=50% style="border-top-style:solid; border-top-width:1px; border-top-color:black">Student </td>94 <td width=50% style="border-top-style:solid; border-top-width:1px; border-top-color:black">Clearance Officer </td>104 <td width=50% style="border-top-style:solid; border-top-width:1px; border-top-color:black">Student Signature</td> 105 <td width=50% style="border-top-style:solid; border-top-width:1px; border-top-color:black">Clearance Officer Signature</td> 95 106 </tr> 96 107 </table>
Note: See TracChangeset for help on using the changeset viewer.