From: jongfoster <jongfoster@users.sourceforge.net>
Date: Sat, 9 Jun 2001 11:00:58 +0000 (+0000)
Subject: Changing "show URL info" handler to new style.
X-Git-Tag: v_2_9_9~345
X-Git-Url: http://www.privoxy.org/gitweb/@default-cgi@/faq/%22https:/%22javascript:back()/@default-cgi@edit-actions-add-url-form?a=commitdiff_plain;h=b80676bba7e51620d470d18e73118de695cbc822;p=privoxy.git

Changing "show URL info" handler to new style.
---

diff --git a/templates/show-url-info b/templates/show-url-info
new file mode 100644
index 00000000..1c96a96e
--- /dev/null
+++ b/templates/show-url-info
@@ -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
index 00000000..25928fd4
--- /dev/null
+++ b/templates/show-url-info-form
@@ -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>