svn commit: r50733 - head/en_US.ISO8859-1/htdocs/cgi

Wolfram Schneider <[email protected]>
Newsgroups gmane.os.freebsd.devel.cvs.doc
Message-ID <[email protected]>
Author: wosch
Date: Sun Aug 27 17:45:58 2017
New Revision: 50733
URL: https://svnweb.freebsd.org/changeset/doc/50733

Log:
  refactor apropos radio button into 2 submit buttons

Modified:
  head/en_US.ISO8859-1/htdocs/cgi/man.cgi

Modified: head/en_US.ISO8859-1/htdocs/cgi/man.cgi
==============================================================================
--- head/en_US.ISO8859-1/htdocs/cgi/man.cgi	Sun Aug 27 17:45:55 2017	(r50732)
+++ head/en_US.ISO8859-1/htdocs/cgi/man.cgi	Sun Aug 27 17:45:58 2017	(r50733)
@@ -1717,9 +1717,9 @@ sub formquery {
 <form method="get" action="$BASE">
 Man Page or Keyword Search:
 <input value="$query" name="query" />
-<input type="submit" value="Submit" />
+<button type="submit" name="man" value="man">man</button>
+<button type="submit" name="apropos" value="1">apropos</button>
 <br />
-<input name="apropos" value="0" type="radio"$astring /> <a href="$BASE?query=man&amp;sektion=1&amp;apropos=0">Man</a>
 <select name="sektion">
 ETX
 
@@ -1767,7 +1767,6 @@ ETX
 
     print <<ETX;
 <br />
-<input name="apropos" value="1" type="radio"$bstring /> <a href="$BASE?query=apropos&amp;sektion=1&amp;apropos=0">Apropos</a> Keyword Search (all sections)
 <select name="format">
 ETX
 
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/svn-doc-all
To unsubscribe, send any mail to "[email protected]"
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.