Changeset 470 for branches/htmlform/templates
- Timestamp:
- 08/17/10 15:32:16 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/htmlform/templates/edit.tmpl
r469 r470 2 2 <div class="heading">Edit the information below</div> 3 3 4 <!-- table class="indent" size="33%" cellspacing=1 bgcolor="black" --> 5 6 <table> 4 <table cellpadding="0" cellspacing="0"> 7 5 <tr> 8 6 <td> … … 15 13 </TMPL_IF> 16 14 17 <table cellspacing= 1>15 <table cellspacing="1"> 18 16 19 17 <tr class="row0"> … … 43 41 <TMPL_ELSE> 44 42 <TMPL_VAR NAME=disptype> 43 <input type="hidden" name="alloctype" value="<TMPL_VAR NAME=type>"> 45 44 </TMPL_IF> 46 45 </td> … … 58 57 </select> 59 58 <TMPL_ELSE> 60 <TMPL_ VAR NAME=nodename>59 <TMPL_IF nodename><TMPL_VAR NAME=nodename><TMPL_ELSE>N/A</TMPL_IF> 61 60 </TMPL_IF> 62 61 <TMPL_ELSE> … … 80 79 <td class=heading>SWIPed?:</td> 81 80 <td class=regular> 81 <TMPL_IF swipable> 82 82 <TMPL_IF maychange> 83 <input type= checkbox name=swip <TMPL_IF swip>checked=yes</TMPL_IF>>83 <input type="checkbox" name="swip" <TMPL_IF swip>checked="checked"</TMPL_IF>> 84 84 <TMPL_ELSE> 85 85 <TMPL_IF swip>Yes<TMPL_ELSE>No</TMPL_IF> 86 </TMPL_IF> 87 <TMPL_ELSE> 88 N/A 86 89 </TMPL_IF> 87 90 </td> … … 127 130 <TMPL_IF nocling> 128 131 <tr class="row0"> 129 <td class= heading>Restricted data:</td>130 <td class= regular>132 <td class="heading" valign="top">Restricted data:</td> 133 <td class="regular"> 131 134 <TMPL_IF maychange> 132 135 <textarea rows="3" cols="64" name="privdata" class="regular"><TMPL_VAR NAME=privdata></textarea> … … 137 140 </tr> 138 141 </TMPL_IF> 139 </table>140 142 141 143 <TMPL_IF maychange> 142 <div class="row0"><input type="submit" value=" Update this block " class="regular"></div> 144 <tr class="row<TMPL_IF nocling>1<TMPL_ELSE>0</TMPL_IF>"> 145 <td colspan="2" class="center"> 146 <input type="submit" value=" Update this block " class="regular"> 147 </td> 148 </tr> 149 </TMPL_IF> 150 </table> 151 <TMPL_IF maychange> 143 152 </fieldset> 144 153 </form> … … 146 155 147 156 <TMPL_IF maydel> 157 </td></tr> 158 <tr><td class="center"> 148 159 <form method="POST" action="main.cgi"> 149 <div class="row1"> 160 <fieldset><legend></legend> 161 <div class="row<TMPL_IF nocling><TMPL_IF maychange>0<TMPL_ELSE>1</TMPL_IF><TMPL_ELSE><TMPL_IF maychange>1<TMPL_ELSE>0</TMPL_IF></TMPL_IF>"> 150 162 <input type="hidden" name="action" value="delete"> 151 <input type="hidden" name="block" value=" 1.2.14.24/29">152 <input type="hidden" name="alloctype" value=" me">163 <input type="hidden" name="block" value="<TMPL_VAR NAME=block>"> 164 <input type="hidden" name="alloctype" value="<TMPL_VAR NAME=type>"> 153 165 <input type=submit value=" Delete this block "> 154 166 </div> 167 </fieldset> 155 168 </form> 156 169 </TMPL_IF> 170 157 171 </td> 158 172 </tr>
Note:
See TracChangeset
for help on using the changeset viewer.