Last change
on this file since 32 was 27, checked in by Kris Deugau, 14 years ago |
/trunk/uribl
Add URI blacklist database interface code
|
File size:
1.2 KB
|
Rev | Line | |
---|
[27] | 1 | <html>
|
---|
| 2 | <head>
|
---|
| 3 | <title><TMPL_IF pgtitle><TMPL_VAR pgtitle><TMPL_ELSE>DNSBL database</TMPL_IF> - adding <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><br>
|
---|
| 8 | <a href="<TMPL_VAR NAME=uridbsiteroot>">Back</a>
|
---|
| 9 | <form action="<TMPL_VAR NAME=cgiself>">
|
---|
| 10 | <input type=hidden name=page value="dbreport">
|
---|
| 11 | <table border=1>
|
---|
| 12 | <tr><td> </td><td colspan=4 align=center>List as:</td></tr>
|
---|
| 13 | <tr><td>Domain</td><td>Don't list</td><td>Black</td><td>Grey</td><td>URL shortener</td><td>Comment</td></tr>
|
---|
| 14 | <TMPL_LOOP NAME=domlist>
|
---|
| 15 | <tr>
|
---|
| 16 | <td><TMPL_VAR NAME=domain><input type=hidden name=dom<TMPL_VAR NAME=domindex> value="<TMPL_VAR NAME=domain>"></td>
|
---|
| 17 | <td align="center"><input type=radio name=dom<TMPL_VAR NAME=domindex>type value="0"></td>
|
---|
| 18 | <td align="center"><input type=radio name=dom<TMPL_VAR NAME=domindex>type value="2" checked></td>
|
---|
| 19 | <td align="center"><input type=radio name=dom<TMPL_VAR NAME=domindex>type value="4"></td>
|
---|
| 20 | <td align="center"><input type=radio name=dom<TMPL_VAR NAME=domindex>type value="8"></td>
|
---|
| 21 | <td><input name=dom<TMPL_VAR NAME=domindex>comment></td>
|
---|
| 22 | </tr>
|
---|
| 23 | </TMPL_LOOP>
|
---|
| 24 | <tr><td colspan=5 align=center><input type=submit></td></tr>
|
---|
| 25 | </table>
|
---|
| 26 | </form>
|
---|
| 27 | </body>
|
---|
| 28 | </html>
|
---|
Note:
See
TracBrowser
for help on using the repository browser.