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

Last change on this file since 25 was 25, checked in by Kris Deugau, 14 years ago

/trunk/dnsbl

Changes across the board to support multi-instance without code changes.
DB config is now loaded from a fragment in /etc/dnsbl, and the DB in turn
contains the autolist thresholds and some visual sugar for the web
interface so you know which DB you're dealing with.

File size: 871 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="/">Back</a>
18<TMPL_IF NAME=browsebits>
19<td valign=top>
20<TMPL_VAR NAME=browsebits>
21</td>
22</TMPL_IF>
23</td></tr></table>
24</body>
25</html>
Note: See TracBrowser for help on using the repository browser.