refactor apropos radio button into 2 submit buttons
This commit is contained in:
parent
933d2e6fec
commit
ca9f7175fd
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=50733
1 changed files with 2 additions and 3 deletions
|
@ -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&sektion=1&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&sektion=1&apropos=0">Apropos</a> Keyword Search (all sections)
|
||||
<select name="format">
|
||||
ETX
|
||||
|
||||
|
|
Loading…
Reference in a new issue