Changeset 295 for WAeUP_SRP/trunk/skins/waeup_default
- Timestamp:
- 13 Jul 2006, 11:37:54 (18 years ago)
- File:
-
- 1 copied
Legend:
- Unmodified
- Added
- Removed
-
WAeUP_SRP/trunk/skins/waeup_default/layout_row_edit.pt
r289 r295 15 15 is_flexible options/is_flexible; 16 16 cpsmcat nocall:here/translation_service; 17 results options/ schoolresults;17 results options/items; 18 18 " 19 19 > 20 <form action='eligibility' method='post' tal:attributes="action formaction" 20 <span tal:content="structure layout" tal:condition="python: 0" /> 21 <form tal:condition="python: 1" action='tobereplaced' method='post' tal:attributes="action formaction" 21 22 enctype='multipart/form-data' class='workflow'> 22 23 <div class=''> 23 24 <div class='documentFields'> 25 <table width="100%" cellpadding="2" cellspacing="2" summary="Form layout"> 26 <tr tal:repeat="item results" valign="top"> 27 <td> 24 28 <table width="100%" cellpadding="2" cellspacing="2" summary="Form layout"> 25 29 <tr tal:repeat="row layout/rows" valign="top"> … … 77 81 </tr> 78 82 </table> 79 <table cellspacing="0" cellpadding="2" border="0" width="100%" tal:condition="results|nothing"> 83 </td> 84 </tr> 85 <tr> 86 <td align="left" colspan="3"> 87 <input class="standalone" type="submit" name="change" value=" Change " /> 88 <input class="standalone" type="submit" name="delete" value=" Delete " /> 89 </td> 90 </tr> 91 </table> 92 <table cellspacing="0" cellpadding="2" border="0" width="100%" tal:condition="nothing"> 80 93 <tr> 81 94 <td align="left" valign="top"> … … 92 105 </td> 93 106 </tr> 94 <span tal:repeat="row results" tal: omit-tag="">107 <span tal:repeat="row results" tal:condition="python: 0" tal:omit-tag=""> 95 108 <tr tal:define="rindex repeat/row/index"> 96 109 <td align="left" valign="top"> … … 124 137 </tr> 125 138 </table> 126 <table cellspacing="0" cellpadding="2" border="0" width="100%">139 <table tal:condition="python:0" cellspacing="0" cellpadding="2" border="0" width="100%"> 127 140 <tr> 128 141 <td align="left" valign="top" colspan="2">
Note: See TracChangeset for help on using the changeset viewer.