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

Last change on this file since 47 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: 286 bytes
Line 
1<html>
2<head>
3<title><TMPL_IF pgtitle><TMPL_VAR pgtitle><TMPL_ELSE>DNSBL database</TMPL_IF> - show all IPs and listing status</title>
4<link rel="stylesheet" type="text/css" href="templates/dnsbl.css" />
5</head>
6<body>
7<TMPL_VAR NAME=pgcomment>
8<TMPL_VAR NAME=enchilada>
9</body>
10</html>
Note: See TracBrowser for help on using the repository browser.