diff options
Diffstat (limited to 'debian/htdig/htdig-3.2.0b6/installdir/wrapper.html')
-rw-r--r-- | debian/htdig/htdig-3.2.0b6/installdir/wrapper.html | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/debian/htdig/htdig-3.2.0b6/installdir/wrapper.html b/debian/htdig/htdig-3.2.0b6/installdir/wrapper.html new file mode 100644 index 00000000..d1aa8954 --- /dev/null +++ b/debian/htdig/htdig-3.2.0b6/installdir/wrapper.html @@ -0,0 +1,32 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> +<html><head><title>Search results for '$&(WORDS)'</title></head> +<body bgcolor="#eef7ff"> +<h2><img src="@IMAGEDIR@/htdig.gif" alt="ht://Dig"> +Search results for '$&(LOGICAL_WORDS)'</h2> +<hr noshade size="4"> +<form method="get" action="$(CGI)"> +<font size="-1"> +<input type="hidden" name="config" value="$&(CONFIG)"> +<input type="hidden" name="restrict" value="$&(RESTRICT)"> +<input type="hidden" name="exclude" value="$&(EXCLUDE)"> +Match: $(METHOD) +Format: $(FORMAT) +Sort by: $(SORT) +<br> +Refine search: +<input type="text" size="30" name="words" value="$&(WORDS)"> +<input type="submit" value="Search"> +</font> +</form> +<hr noshade size="1"> +<strong>Documents $(FIRSTDISPLAYED) - $(LASTDISPLAYED) of $(MATCHES) matches. +More <img src="@IMAGEDIR@/star.gif" alt="*">'s indicate a better match. +</strong> +<hr noshade size="1"> +$(HTSEARCH_RESULTS) +$(PAGEHEADER) +$(PREVPAGE) $(PAGELIST) $(NEXTPAGE) +<hr noshade size="4"> +<a href="http://www.htdig.org/"> +<img src="@IMAGEDIR@/htdig.gif" border="0" alt="">ht://Dig $(VERSION)</a> +</body></html> |