Last change
on this file was 27, checked in by Kris Deugau, 14 years ago |
/trunk/uribl
Add URI blacklist database interface code
|
File size:
590 bytes
|
Rev | Line | |
---|
[27] | 1 | <html>
|
---|
| 2 | <head>
|
---|
| 3 | <title><TMPL_IF pgtitle><TMPL_VAR NAME=pgtitle><TMPL_ELSE>DNSBL Database</TMPL_IF> - added <TMPL_VAR NAME=ip></title>
|
---|
| 4 | <link rel="stylesheet" type="text/css" href="templates/dnsbl.css">
|
---|
| 5 | </head>
|
---|
| 6 | <body>
|
---|
| 7 | <TMPL_VAR NAME=pgcomment>
|
---|
| 8 | <TMPL_IF err><TMPL_VAR NAME=err>
|
---|
| 9 | <hr></TMPL_IF>
|
---|
| 10 | <table border=1>
|
---|
| 11 | <TMPL_LOOP NAME=domlist>
|
---|
| 12 | <tr>
|
---|
| 13 | <td><TMPL_VAR NAME=domain></td>
|
---|
| 14 | <td><TMPL_VAR NAME=listnum> (<TMPL_VAR NAME=listtext>)</td>
|
---|
| 15 | <td><TMPL_VAR NAME=comment></td>
|
---|
| 16 | </tr>
|
---|
| 17 | </TMPL_LOOP>
|
---|
| 18 | </table>
|
---|
| 19 | <hr><a href="<TMPL_VAR NAME=uridbsiteroot>">Back</a>
|
---|
| 20 | <!-- <TMPL_VAR NAME=cgiself> -->
|
---|
| 21 | </body>
|
---|
| 22 | </html>
|
---|
Note:
See
TracBrowser
for help on using the repository browser.