source: trunk/templates/bulkchange.tmpl@ 750

Last change on this file since 750 was 589, checked in by Kris Deugau, 10 years ago

/trunk

Le sigh. Move a small fragment of HTML from the header back to all the
individual pages that need it, so we can selectively load and use
Javascript, and do some initial tweaking with body.onload.

File size: 561 bytes
Line 
1<body>
2<div id="main">
3
4<table class="wholepage"><tr>
5<TMPL_INCLUDE NAME="menu.tmpl">
6
7<td align="center" valign="top">
8
9<table>
10<tr class="tableheader"><td colspan="2">Bulk Change Results (<TMPL_VAR NAME=action>)</td></tr>
11<TMPL_LOOP NAME=bulkresults>
12<tr class="datalinelight">
13 <td><TMPL_VAR NAME=domain></td>
14<TMPL_IF domok> <td><TMPL_VAR NAME=domok></td>
15<TMPL_ELSE><TMPL_IF domwarn> <td class="warn"><TMPL_VAR NAME=domwarn></td>
16<TMPL_ELSE> <td class="err"><TMPL_VAR NAME=domerr></td>
17</TMPL_IF></TMPL_IF>
18</tr>
19</TMPL_LOOP>
20</table>
21</td>
22</tr>
23</table>
Note: See TracBrowser for help on using the repository browser.