source: trunk/templates/bulkchange.tmpl@ 493

Last change on this file since 493 was 493, checked in by Kris Deugau, 11 years ago

/trunk

Overhaul session handling; pure URL-based sessions are subject to
copy-paste session-stealing. Convert to cookie-based session tracking
instead. This also provides bonuses in terms of inlinks from other
utilities or copy-paste links.
While session-handling was in pieces, add "pick-up-where-I-left-off"
login handling so that logins don't always end up only on the initial
domain list. This is especially handy for copy-paste links.

Also clean up some of the docucomments, use the CGI::Simple object to
do 302 redirects, and bring the revzone default sort field setup into
line with other thing-lists.

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