Last change
on this file was 62, checked in by Kris Deugau, 9 years ago |
/trunk/uribl
Commit accumulated tweaks and fixes from production:
- add "use Encode;" and set the HTTP charset header to deal with
non-ASCII more sanely
- reorder mangling of request-URI components a little so we can
symlink index.cgi -> uridb.cgi
- collapse results from extract-data showing a hit on some other
DNSBL into a single field rather than just treating it as
"another domain" that needs to be hand-reflagged as "don't list"
- use POST for form submissions; mainly to clean up the working URL
|
File size:
463 bytes
|
Line | |
---|
1 | <html>
|
---|
2 | <head>
|
---|
3 | <title><TMPL_IF pgtitle><TMPL_VAR pgtitle><TMPL_ELSE>URI database</TMPL_IF></title>
|
---|
4 | </head>
|
---|
5 | <body>
|
---|
6 | <TMPL_VAR NAME=pgcomment>
|
---|
7 | <!-- <TMPL_VAR NAME=uridbsiteroot> -->
|
---|
8 | <form action="<TMPL_VAR NAME=cgiself>" method="POST">
|
---|
9 | <input type=hidden name=page value=report>
|
---|
10 | <table>
|
---|
11 | <tr><td valign="top">Add URI(s):</td>
|
---|
12 | <td><textarea name="domlist" rows="10" cols="60"></textarea></td></tr>
|
---|
13 | <tr><td><input type=submit></td></tr>
|
---|
14 | </table>
|
---|
15 | </form>
|
---|
16 | </body>
|
---|
17 | </html>
|
---|
Note:
See
TracBrowser
for help on using the repository browser.