source: trunk/templates/whoisq.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: 1.0 KB
Line 
1<table class="wholepage"><tr>
2<TMPL_INCLUDE NAME="menu.tmpl">
3
4<td align="center" valign="top">
5
6<TMPL_IF errmsg><div class="errmsg">Query error: <TMPL_VARNAME=errmsg></div></TMPL_IF>
7
8<form action="<TMPL_VAR NAME=script_self>" method="post">
9<fieldset>
10<input type="hidden" name="page" value="whoisq" />
11<input type="hidden" name="askaway" value="y" />
12
13<table>
14<tr class="tableheader"><td align="center" colspan="2">WHOIS Query</td></tr>
15<tr class="datalinelight">
16 <td>Host/Name:</td>
17 <td><input name="qfor" value="<TMPL_VAR NAME=qfor>" /></td>
18</tr>
19<tr class="datalinelight"><td align="center" colspan="2"><input type="submit" value=" Query WHOIS " /></td></tr>
20</table>
21
22</fieldset>
23</form>
24
25<br />
26<TMPL_IF dominfo>
27<table>
28<tr class="tableheader"><td>Query:</td></tr>
29<tr class="datalinelight">
30 <td>
31 <TMPL_VAR NAME=qfor>
32 </td>
33</tr>
34<tr class="tableheader"><td>Response from <TMPL_VAR NAME=whois_server>:</td></tr>
35<tr class="datalinelight" valign="top">
36<td><pre><TMPL_VAR NAME=dominfo>
37</pre></td>
38</tr>
39</table>
40</TMPL_IF>
41
42</td>
43</tr>
44</table>
Note: See TracBrowser for help on using the repository browser.