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

Last change on this file since 52 was 52, checked in by Kris Deugau, 9 years ago

/trunk/dnsbl

Update data entry templates and CSS for extended depth entries. Note
that entry has only been extended 2 levels (to level 4) instead of the
maximum possible 6, since even level 3 should be quite rare, and mainly
shows up on reparenting due to discovering a superblock parent.

File size: 2.9 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<tr>
11<td><TMPL_VAR NAME=ip><TMPL_IF NAME=nreports></td>
12<td>(reported <TMPL_VAR NAME=nreports> time(s))</TMPL_IF></td>
13<td><a href="<TMPL_VAR NAME=dnsblsiteroot>">Back</a></td></tr>
14<form action="dnsbl.cgi">
15<input type=hidden name=page value=dbreport>
16<input type=hidden name=ip value=<TMPL_VAR NAME=ip>>
17
18<tr><td nowrap>Registrar delegation</td></tr>
19<tr<TMPL_IF autob0> class="auto0"</TMPL_IF>>
20<td><span class="<TMPL_IF listb0>b0list</TMPL_IF>">Netblock:</span></td>
21<td colspan=2><input name=block0 value="<TMPL_VAR block0>" size=40></td>
22</tr>
23<tr<TMPL_IF autob0> class="auto0"</TMPL_IF>>
24<td><span class="<TMPL_IF listorg0>b0org</TMPL_IF>">Org/Person:</span></td>
25<td colspan=2><input name=org0 value="<TMPL_VAR org0>" size=40></td>
26</tr>
27
28<tr><td>1st subdelegation</td></tr>
29<tr<TMPL_IF autob1> class="auto1"</TMPL_IF>>
30<td><span class="<TMPL_IF listb1>b1list</TMPL_IF>">Netblock:</span></td>
31<td colspan=2><input name=block1 value="<TMPL_VAR block1>" size=40></td>
32</tr>
33<tr<TMPL_IF autob1> class="auto1"</TMPL_IF>>
34<td><span class="<TMPL_IF listorg1>b1org</TMPL_IF>">Org/Person:</span></td>
35<td colspan=2><input name=org1 value="<TMPL_VAR org1>" size=40></td>
36</tr>
37
38<tr><td>2nd subdelegation</td></tr>
39<tr<TMPL_IF autob2> class="auto2"</TMPL_IF>>
40<td><span class="<TMPL_IF listb2>b2list</TMPL_IF>">Netblock:</span></td>
41<td colspan=2><input name=block2 value="<TMPL_VAR block2>" size=40></td>
42</tr>
43<tr<TMPL_IF autob2> class="auto2"</TMPL_IF>>
44<td><span class="<TMPL_IF listorg2>b2org</TMPL_IF>">Org/Person:</span></td>
45<td colspan=2><input name=org2 value="<TMPL_VAR org2>" size=40></td>
46</tr>
47
48<tr><td>3rd subdelegation</td></tr>
49<tr<TMPL_IF autob3> class="auto3"</TMPL_IF>>
50<td><span class="<TMPL_IF listb3>b3list</TMPL_IF>">Netblock:</span></td>
51<td colspan=2><input name=block3 value="<TMPL_VAR block3>" size=40></td>
52</tr>
53<tr<TMPL_IF autob3> class="auto3"</TMPL_IF>>
54<td><span class="<TMPL_IF listorg3>b3org</TMPL_IF>">Org/Person:</span></td>
55<td colspan=2><input name=org3 value="<TMPL_VAR org3>" size=40></td>
56</tr>
57
58<tr><td>4th subdelegation</td></tr>
59<tr<TMPL_IF autob4> class="auto4"</TMPL_IF>>
60<td><span class="<TMPL_IF listb4>b4list</TMPL_IF>">Netblock:</span></td>
61<td colspan=2><input name=block4 value="<TMPL_VAR block4>" size=40></td>
62</tr>
63<tr<TMPL_IF autob4> class="auto4"</TMPL_IF>>
64<td><span class="<TMPL_IF listorg4>b4org</TMPL_IF>">Org/Person:</span></td>
65<td colspan=2><input name=org4 value="<TMPL_VAR org4>" size=40></td>
66</tr>
67
68<tr><td><input type=submit></td></tr>
69
70</form>
71</table>
72</td>
73<TMPL_IF NAME=browsebits>
74<td valign=top>
75<div class="scroll780">
76<TMPL_VAR NAME=browsebits>
77</div>
78</td>
79</TMPL_IF>
80</tr></table>
81
82</body>
83</html>
Note: See TracBrowser for help on using the repository browser.