source: trunk/dnsbl/templates/index.tmpl@ 31

Last change on this file since 31 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: 342 bytes
RevLine 
[2]1<html>
2<head>
[25]3<title><TMPL_IF pgtitle><TMPL_VAR pgtitle><TMPL_ELSE>DNSBL database</TMPL_IF></title>
[2]4</head>
5<body>
[25]6<TMPL_VAR NAME=pgcomment>
[2]7<table>
8<form action="dnsbl.cgi"><input type=hidden name=page value=report>
[22]9<tr><td>Add an IP:</td>
[2]10<td><input name=ip></td></tr>
11<tr><td><input type=submit></td></tr>
12</form>
13</table>
14</body>
15</html>
Note: See TracBrowser for help on using the repository browser.