Changeset 5135 for WAeUP_SRP/trunk
- Timestamp:
- 9 Apr 2010, 12:44:50 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
WAeUP_SRP/trunk/skins/waeup_layout/layout_clearance_view_slip.pt
r5134 r5135 12 12 <span tal:omit-tag="" tal:repeat="cell row"> 13 13 14 <span tal:condition="python:cell['widget_id'] == 'fst_sit_ results'" style="page-break-after:always">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 16 <br /><br /> 17 <table width=100%> 18 <tr > 19 <td width=50%>Date:</td><td>Date:</td> 20 </tr> 21 </table> 17 22 <br /><br /><br /><br /> 18 23 <table width=100%> 19 24 <tr > 20 <td width=50% ></td>25 <td width=50% style="border-top-style:solid; border-top-width:1px; border-top-color:black">Student</td> 21 26 <td width=50% style="border-top-style:solid; border-top-width:1px; border-top-color:black">Clearance Officer</td> 22 27 </tr> 23 28 </table> 24 <br /> <br />29 <br /> 25 30 </span> 26 31 </span> … … 65 70 </span> 66 71 72 <strong tal:define="co_id context/clearance_officer|nothing;" tal:condition="co_id"> 67 73 <table> 68 <span tal:define="co_id context/clearance_officer|nothing;"69 tal:condition="co_id">70 74 <tr tal:define="co_member python:context.waeup_tool.getOfficerName(co_id);"> 71 75 <td width="180px" >Cleared By:</td> 72 76 <td><span tal:content="co_member" /></td> 73 77 </tr> 74 </span>75 76 78 </table> 79 </strong> 77 80 78 81
Note: See TracChangeset for help on using the changeset viewer.