diff options
Diffstat (limited to 'debian/htdig/htdig-3.2.0b6/contrib/scriptname/results.shtml')
-rw-r--r-- | debian/htdig/htdig-3.2.0b6/contrib/scriptname/results.shtml | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/debian/htdig/htdig-3.2.0b6/contrib/scriptname/results.shtml b/debian/htdig/htdig-3.2.0b6/contrib/scriptname/results.shtml new file mode 100644 index 00000000..86e09563 --- /dev/null +++ b/debian/htdig/htdig-3.2.0b6/contrib/scriptname/results.shtml @@ -0,0 +1,17 @@ +<!-- + -- script_name example using SSI + -- This is the results page. + -- Note the server side include directive calling /cgi-bin/htsearch. + -- The page's parameters will be handed over to htsearch. + --> + +<html><head><title>Search results (SHTML)</title></head> +<body bgcolor="#eef7ff"> +<h2><img src="/htdig/htdig.gif"> + +<!--#exec cgi="/cgi-bin/htsearch" --> + +<hr noshade size=4> +<a href="http://www.htdig.org"> +<img src="/htdig/htdig.gif" border=0>ht://Dig</a> +</body></html> |