Changing "show URL info" handler to new style.
authorjongfoster <jongfoster@users.sourceforge.net>
Sat, 9 Jun 2001 11:00:58 +0000 (11:00 +0000)
committerjongfoster <jongfoster@users.sourceforge.net>
Sat, 9 Jun 2001 11:00:58 +0000 (11:00 +0000)
templates/show-url-info [new file with mode: 0644]
templates/show-url-info-form [new file with mode: 0644]

diff --git a/templates/show-url-info b/templates/show-url-info
new file mode 100644 (file)
index 0000000..1c96a96
--- /dev/null
@@ -0,0 +1,35 @@
+<html>
+
+<head>
+  <title>Internet Junkbuster: URL Info</title>
+</head>
+
+<body bgcolor="#ffffff">
+
+  <h1>Internet J<small>UNK<i><font color="red">BUSTER</font></i></small></h1>
+
+  <p>Information for: <a href="http://@url@">http://@url@</a></p>
+
+<h3>Default settings:</h3>
+<p><b>{@default@}</b></p>
+
+<h3>Matches:</h3>
+<p>@matches@</p>
+
+<h3>Final settings:</h3>
+<p><b>{@final@}</b></p>
+
+<p>&nbsp;</p>
+
+<p>Back to <a href="http://i.j.b/">JunkBuster front page</a></p>
+
+<p>Or look up another URL, (don't enter the leading &quot;http://&quot;):<br>
+<form method="GET" action="http://i.j.b/show-url-info">
+<input type="text" name="url" size="80" value="@url@"> 
+<input type="submit" value="Info">
+</form>
+</p>
+
+
+</body>
+</html>
diff --git a/templates/show-url-info-form b/templates/show-url-info-form
new file mode 100644 (file)
index 0000000..25928fd
--- /dev/null
@@ -0,0 +1,20 @@
+<html>
+
+<head>
+  <title>Internet Junkbuster: URL Info</title>
+</head>
+
+<body bgcolor="#ffffff">
+
+  <h1>Internet J<small>UNK<i><font color="red">BUSTER</font></i></small></h1>
+
+
+<p>Please enter a URL, without the leading &quot;http://&quot;:<br>
+<form method="GET" action="http://i.j.b/show-url-info">
+<input type="text" name="url" size="80"> 
+<input type="submit" value="Info">
+</form>
+</p>
+
+</body>
+</html>