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

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

/trunk/dnsbl

Web UI template tweaks

File size: 411 bytes
Line 
1<html>
2<head>
3<title><TMPL_IF pgtitle><TMPL_VAR pgtitle><TMPL_ELSE>DNSBL database</TMPL_IF></title>
4<link rel="stylesheet" type="text/css" href="templates/dnsbl.css" />
5</head>
6<body>
7<TMPL_VAR NAME=pgcomment>
8<table>
9<form action="dnsbl.cgi"><input type=hidden name=page value=report>
10<tr><td>Add an IP:</td>
11<td><input name=ip></td></tr>
12<tr><td><input type=submit></td></tr>
13</form>
14</table>
15</body>
16</html>
Note: See TracBrowser for help on using the repository browser.