source: trunk/dnsbl/templates/dbreport.tmpl@ 66

Last change on this file since 66 was 66, checked in by Kris Deugau, 6 years ago

/trunk/dnsbl

Add exclusion flagging and block-comment handling to IP list tools. Exclusion
flags can be set or unset on each submit; netblock comments can be added,
updated, or removed (or at least "set empty") on each submit.

Note this is focused on the CIDR (rbldnsd) export format, and may produce
excitingly weird results with the default "classful"/tinydns mode.

File size: 1.7 KB
Line 
1<html>
2<head>
3<title><TMPL_IF pgtitle><TMPL_VAR NAME=pgtitle><TMPL_ELSE>DNSBL Database</TMPL_IF> - added <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>
9added <TMPL_VAR NAME=ip><TMPL_IF ipexcl> as excluded</TMPL_IF>
10<TMPL_IF org0><br>added <TMPL_VAR NAME=org0></TMPL_IF>
11<TMPL_IF block0><br>added level 0 block <TMPL_VAR NAME=block0></TMPL_IF>
12<TMPL_IF excl0> as excluded</TMPL_IF>
13<TMPL_IF org1><br>added <TMPL_VAR NAME=org1></TMPL_IF>
14<TMPL_IF block1><br>added level 1 block <TMPL_VAR NAME=block1></TMPL_IF>
15<TMPL_IF excl1> as excluded</TMPL_IF>
16<TMPL_IF org2><br>added <TMPL_VAR NAME=org2></TMPL_IF>
17<TMPL_IF block2><br>added level 2 block <TMPL_VAR NAME=block2></TMPL_IF>
18<TMPL_IF excl2> as excluded</TMPL_IF>
19<TMPL_IF org3><br>added <TMPL_VAR NAME=org3></TMPL_IF>
20<TMPL_IF block3><br>added level 3 block <TMPL_VAR NAME=block3></TMPL_IF>
21<TMPL_IF excl3> as excluded</TMPL_IF>
22<TMPL_IF org4><br>added <TMPL_VAR NAME=org4></TMPL_IF>
23<TMPL_IF block4><br>added level 4 block <TMPL_VAR NAME=block4></TMPL_IF>
24<TMPL_IF excl4> as excluded</TMPL_IF>
25<TMPL_IF org5><br>added <TMPL_VAR NAME=org5></TMPL_IF>
26<TMPL_IF block5><br>added level 5 block <TMPL_VAR NAME=block5></TMPL_IF>
27<TMPL_IF excl5> as excluded</TMPL_IF>
28<TMPL_IF org6><br>added <TMPL_VAR NAME=org6></TMPL_IF>
29<TMPL_IF block6><br>added level 6 block <TMPL_VAR NAME=block6></TMPL_IF>
30<TMPL_IF excl6> as excluded</TMPL_IF>
31<TMPL_IF err><hr><TMPL_VAR NAME=err></TMPL_IF>
32<hr><a href="<TMPL_VAR NAME=dnsblsiteroot>">Back</a>
33<TMPL_IF NAME=browsebits>
34<td valign=top>
35<div class="scroll780">
36<TMPL_VAR NAME=browsebits>
37</div>
38</td>
39</TMPL_IF>
40</td></tr></table>
41</body>
42</html>
Note: See TracBrowser for help on using the repository browser.