You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by br...@apache.org on 2001/04/15 00:04:21 UTC

cvs commit: apache-search-site index.cgi

brian       01/04/14 15:04:21

  Modified:    .        index.cgi
  Log:
  Cleaned up HTML (I think dirk made this change, I'm just syncing with CVS)
  
  Revision  Changes    Path
  1.5       +9 -3      apache-search-site/index.cgi
  
  Index: index.cgi
  ===================================================================
  RCS file: /home/cvs/apache-search-site/index.cgi,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- index.cgi	2001/01/28 23:05:15	1.4
  +++ index.cgi	2001/04/14 22:04:20	1.5
  @@ -93,9 +93,15 @@
      exit 1;
   }
   
  -&search_bang("Hmm, I am just a bit confused as to how you got here. There seems to be \
  -	no form input information telling me what to search for.")
  -	unless length($query_string)>0;
  +&search_bang("
  +	<center>
  +	Hmm, I am just a bit confused as to how you got here. There seems to be \
  +	no form input information telling me what to search for.
  +	<p>
  +	<b><a href='/search.html'>Please Go Back and try again</a></b>
  +	<p>
  +	</center>
  +") unless length($query_string)>0;
   
   foreach (split(/&/,$query_string)) {
      ($key,  $val) = map {