source: trunk/dnsbl/templates/report.tmpl@ 94

Last change on this file since 94 was 94, checked in by Kris Deugau, 4 days ago

/trunk/dnsbl

Switch form submissions to POST

File size: 4.3 KB
Line 
1<html>
2<head>
3<title><TMPL_IF pgtitle><TMPL_VAR pgtitle><TMPL_ELSE>DNSBL database</TMPL_IF> - adding <TMPL_VAR NAME=ip></title>
4<link rel="stylesheet" type="text/css" href="templates/dnsbl.css" />
5</head>
6<body>
7<TMPL_VAR NAME=pgcomment>
8<table><tr><td valign=top>
9<table border=1>
10
11<form action="dnsbl.cgi" method="POST">
12<input type=hidden name=page value=dbreport>
13<input type=hidden name=ip value=<TMPL_VAR NAME=ip>>
14
15<tr>
16<td><TMPL_VAR NAME=ip></td>
17<!-- fixme: find a way to "grey-ish" the IP exclude checkbox if any of the block exclude boxes are checked - note, we don't care about *disabling* it -->
18<td><input type="checkbox" name="excludeip"<TMPL_IF ipexclude> checked="checked"</TMPL_IF>>Exclude<TMPL_IF NAME=nreports></td>
19<td>(reported <TMPL_VAR NAME=nreports> time(s))</TMPL_IF></td>
20<td><a href="<TMPL_VAR NAME=dnsblsiteroot>">Back</a></td></tr>
21<tr><td colspan="4"><TMPL_VAR NAME=revinfo></td></tr>
22
23<tr><td colspan="4"></td></tr>
24<tr>
25<td nowrap>Registrar delegation</td>
26<td><input type="checkbox" name="exclude0"<TMPL_IF excl0> checked="checked"</TMPL_IF>>Exclude</td>
27<td>Comment: <input name="comment0" value="<TMPL_VAR NAME=comment0 ESCAPE=HTML>"></td>
28</tr>
29<tr<TMPL_IF autob0> class="auto0"</TMPL_IF>>
30<td><span class="<TMPL_VAR flag0>">Netblock:</span></td>
31<td colspan="3"><input name=block0 value="<TMPL_VAR block0>" size=40></td>
32</tr>
33<tr<TMPL_IF autob0> class="auto0"</TMPL_IF>>
34<td><span class="<TMPL_IF listorg0>b0org</TMPL_IF>">Org/Person:</span></td>
35<td colspan="3"><input name=org0 value="<TMPL_VAR org0 ESCAPE=HTML>" size=40></td>
36</tr>
37
38<tr><td colspan="4"></td></tr>
39<tr>
40<td>1st subdelegation</td>
41<td><input type="checkbox" name="exclude1"<TMPL_IF excl1> checked="checked"</TMPL_IF>>Exclude</td>
42<td>Comment: <input name="comment1" value="<TMPL_VAR NAME=comment1 ESCAPE=HTML>"></td>
43</tr>
44<tr<TMPL_IF autob1> class="auto1"</TMPL_IF>>
45<td><span class="<TMPL_VAR flag1>">Netblock:</span></td>
46<td colspan="3"><input name=block1 value="<TMPL_VAR block1>" size=40></td>
47</tr>
48<tr<TMPL_IF autob1> class="auto1"</TMPL_IF>>
49<td><span class="<TMPL_IF listorg1>b1org</TMPL_IF>">Org/Person:</span></td>
50<td colspan="3"><input name=org1 value="<TMPL_VAR org1 ESCAPE=HTML>" size=40></td>
51</tr>
52
53<tr><td colspan="4"></td></tr>
54<tr>
55<td>2nd subdelegation</td>
56<td><input type="checkbox" name="exclude2"<TMPL_IF excl2> checked="checked"</TMPL_IF>>Exclude</td>
57<td>Comment: <input name="comment2" value="<TMPL_VAR NAME=comment2 ESCAPE=HTML>"></td>
58</tr>
59<tr<TMPL_IF autob2> class="auto2"</TMPL_IF>>
60<td><span class="<TMPL_VAR flag2>">Netblock:</span></td>
61<td colspan="3"><input name=block2 value="<TMPL_VAR block2>" size=40></td>
62</tr>
63<tr<TMPL_IF autob2> class="auto2"</TMPL_IF>>
64<td><span class="<TMPL_IF listorg2>b2org</TMPL_IF>">Org/Person:</span></td>
65<td colspan="3"><input name=org2 value="<TMPL_VAR org2 ESCAPE=HTML>" size=40></td>
66</tr>
67
68<tr><td colspan="4"></td></tr>
69<tr>
70<td>3rd subdelegation</td>
71<td><input type="checkbox" name="exclude3"<TMPL_IF excl3> checked="checked"</TMPL_IF>>Exclude</td>
72<td>Comment: <input name="comment3" value="<TMPL_VAR NAME=comment3 ESCAPE=HTML>"></td>
73</tr>
74<tr<TMPL_IF autob3> class="auto3"</TMPL_IF>>
75<td><span class="<TMPL_VAR flag3>">Netblock:</span></td>
76<td colspan="3"><input name=block3 value="<TMPL_VAR block3>" size=40></td>
77</tr>
78<tr<TMPL_IF autob3> class="auto3"</TMPL_IF>>
79<td><span class="<TMPL_IF listorg3>b3org</TMPL_IF>">Org/Person:</span></td>
80<td colspan="3"><input name=org3 value="<TMPL_VAR org3 ESCAPE=HTML>" size=40></td>
81</tr>
82
83<tr><td colspan="4"></td></tr>
84<tr>
85<td>4th subdelegation</td>
86<td><input type="checkbox" name="exclude4"<TMPL_IF excl4> checked="checked"</TMPL_IF>>Exclude</td>
87<td>Comment: <input name="comment4" value="<TMPL_VAR NAME=comment4 ESCAPE=HTML>"></td>
88</tr>
89<tr<TMPL_IF autob4> class="auto4"</TMPL_IF>>
90<td><span class="<TMPL_VAR flag4>">Netblock:</span></td>
91<td colspan="3"><input name=block4 value="<TMPL_VAR block4>" size=40></td>
92</tr>
93<tr<TMPL_IF autob4> class="auto4"</TMPL_IF>>
94<td><span class="<TMPL_IF listorg4>b4org</TMPL_IF>">Org/Person:</span></td>
95<td colspan="3"><input name=org4 value="<TMPL_VAR org4 ESCAPE=HTML>" size=40></td>
96</tr>
97
98<tr><td><input type=submit></td></tr>
99
100</form>
101</table>
102</td>
103<TMPL_IF NAME=browsebits>
104<td valign=top>
105<div class="scroll780">
106<TMPL_VAR NAME=browsebits>
107</div>
108</td>
109</TMPL_IF>
110</tr></table>
111
112</body>
113</html>
Note: See TracBrowser for help on using the repository browser.