diff options
Diffstat (limited to 'debian/htdig/htdig-3.2.0b6/contrib/scriptname/templates/nomatch.html')
-rw-r--r-- | debian/htdig/htdig-3.2.0b6/contrib/scriptname/templates/nomatch.html | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/debian/htdig/htdig-3.2.0b6/contrib/scriptname/templates/nomatch.html b/debian/htdig/htdig-3.2.0b6/contrib/scriptname/templates/nomatch.html new file mode 100644 index 00000000..840e4098 --- /dev/null +++ b/debian/htdig/htdig-3.2.0b6/contrib/scriptname/templates/nomatch.html @@ -0,0 +1,30 @@ +Search results</h1> +<hr noshade size=4> +<h2>No matches were found for '$(LOGICAL_WORDS)'</h2> +<p> +Check the spelling of the search word(s) you used. +If the spelling is correct and you only used one word, +try using one or more similar search words with "<b>Any</b>." +</p><p> +If the spelling is correct and you used more than one +word with "<b>Any</b>," try using one or more similar search +words with "<b>Any</b>."</p><p> +If the spelling is correct and you used more than one +word with "<b>All</b>," try using one or more of the same words +with "<b>Any</b>."</p> +<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"> +</select> +</font> +</form> |