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

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

/trunk/dnsbl

Web UI template tweaks

File size: 411 bytes
RevLine 
[2]1<html>
2<head>
[25]3<title><TMPL_IF pgtitle><TMPL_VAR pgtitle><TMPL_ELSE>DNSBL database</TMPL_IF></title>
[47]4<link rel="stylesheet" type="text/css" href="templates/dnsbl.css" />
[2]5</head>
6<body>
[25]7<TMPL_VAR NAME=pgcomment>
[2]8<table>
9<form action="dnsbl.cgi"><input type=hidden name=page value=report>
[22]10<tr><td>Add an IP:</td>
[2]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.