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

Last change on this file since 67 was 67, checked in by Kris Deugau, 6 years ago

/trunk/dnsbl

Review and update copyright dates on DNSBL.pm, DNSBLweb.pm, browse.cgi,

delist-ip, dnsbl.cgi, and export-dnsbl. Also add a version requirement
on DNSBL.pm in any callers.

Update browse.cgi with limited search and some operational-sanity boundaries

instead of blindly barfing out the entire dataset, requiring code changes
to view only a subset of data.

File size: 384 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><br>
8<a href="browse.cgi">Return to lookup form</a>
9<TMPL_VAR NAME=enchilada>
10<a href="browse.cgi">Return to lookup form</a>
11</body>
12</html>
Note: See TracBrowser for help on using the repository browser.