source: trunk/uribl/templates/index.tmpl@ 27

Last change on this file since 27 was 27, checked in by Kris Deugau, 14 years ago

/trunk/uribl

Add URI blacklist database interface code

File size: 449 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>">
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.