source: trunk/dnsbl/templates/index.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: 342 bytes
Line 
1<html>
2<head>
3<title><TMPL_IF pgtitle><TMPL_VAR pgtitle><TMPL_ELSE>DNSBL database</TMPL_IF></title>
4</head>
5<body>
6<TMPL_VAR NAME=pgcomment>
7<table>
8<form action="dnsbl.cgi"><input type=hidden name=page value=report>
9<tr><td>Add an IP:</td>
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.