From b80676bba7e51620d470d18e73118de695cbc822 Mon Sep 17 00:00:00 2001 From: jongfoster Date: Sat, 9 Jun 2001 11:00:58 +0000 Subject: [PATCH] Changing "show URL info" handler to new style. --- templates/show-url-info | 35 +++++++++++++++++++++++++++++++++++ templates/show-url-info-form | 20 ++++++++++++++++++++ 2 files changed, 55 insertions(+) create mode 100644 templates/show-url-info create mode 100644 templates/show-url-info-form 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 @@ + + + + Internet Junkbuster: URL Info + + + + +

Internet JUNKBUSTER

+ +

Information for: http://@url@

+ +

Default settings:

+

{@default@}

+ +

Matches:

+

@matches@

+ +

Final settings:

+

{@final@}

+ +

 

+ +

Back to JunkBuster front page

+ +

Or look up another URL, (don't enter the leading "http://"):
+

+ + +
+

+ + + + 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 @@ + + + + Internet Junkbuster: URL Info + + + + +

Internet JUNKBUSTER

+ + +

Please enter a URL, without the leading "http://":
+

+ + +
+

+ + + -- 2.39.2