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

Last change on this file since 5 was 5, checked in by Kris Deugau, 15 years ago

/trunk/dnsbl

Tweak IP-adding script, template, and the DNSBL::ipexists to show how
many times an IP has been reported

File size: 1.1 KB
Line 
1<html>
2<head>
3<title>adding <TMPL_VAR NAME=ip></title>
4</head>
5<body>
6<table border=1><tr><td>
7<TMPL_VAR NAME=ip><TMPL_IF NAME=nreports></td><td>(reported <TMPL_VAR NAME=nreports> time(s)) <a href="/">Back</a></TMPL_IF></td></tr>
8<form action="dnsbl.cgi">
9<input type=hidden name=page value=dbreport>
10<input type=hidden name=ip value=<TMPL_VAR NAME=ip>>
11
12<tr><td>Registrar delegation</td></tr>
13<tr>
14<td>Netblock:</td>
15<td><input name=block0 value="<TMPL_VAR block0>" size=40></td>
16</tr>
17<tr>
18<td>Org/Person:</td>
19<td><input name=org0 value="<TMPL_VAR org0>" size=40></td>
20</tr>
21
22<tr><td>1st subdelegation</td></tr>
23<tr>
24<td>Netblock:</td>
25<td><input name=block1 value="<TMPL_VAR block1>" size=40></td>
26</tr>
27<tr>
28<td>Org/Person:</td>
29<td><input name=org1 value="<TMPL_VAR org1>" size=40></td>
30</tr>
31
32<tr><td>2nd subdelegation</td></tr>
33<tr>
34<td>Netblock:</td>
35<td><input name=block2 value="<TMPL_VAR block2>" size=40></td>
36</tr>
37<tr>
38<td>Org/Person:</td>
39<td><input name=org2 value="<TMPL_VAR org2>" size=40></td>
40</tr>
41
42<tr><td><input type=submit></td></tr>
43
44</form>
45</table>
46</body>
47</html>
Note: See TracBrowser for help on using the repository browser.