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

Last change on this file since 47 was 29, checked in by Kris Deugau, 13 years ago

/trunk/dnsbl

Add islisted()
Add waslisted table in SQL def
Indicate block status on adding an IP to an existing block
Fix for scripts-not-at-webroot
Tweak for scrolling "blocks in this registrar block" list
Load more config from DB on export

File size: 930 bytes
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>
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 org1><br>added <TMPL_VAR NAME=org1></TMPL_IF>
13<TMPL_IF block1><br>added level 1 block <TMPL_VAR NAME=block1></TMPL_IF>
14<TMPL_IF org2><br>added <TMPL_VAR NAME=org2></TMPL_IF>
15<TMPL_IF block2><br>added level 2 block <TMPL_VAR NAME=block2></TMPL_IF>
16<TMPL_IF err><hr><TMPL_VAR NAME=err></TMPL_IF>
17<hr><a href="<TMPL_VAR NAME=dnsblsiteroot>">Back</a>
18<TMPL_IF NAME=browsebits>
19<td valign=top>
20<div class="scroll780">
21<TMPL_VAR NAME=browsebits>
22</div>
23</td>
24</TMPL_IF>
25</td></tr></table>
26</body>
27</html>
Note: See TracBrowser for help on using the repository browser.