Add value attribute for submit and reset button.
Submitted by: Tyler Spivey <tspivey8@home.com>
This commit is contained in:
parent
faba7443db
commit
9e1dbd9ce4
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=11582
1 changed files with 3 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN" [
|
||||
<!ENTITY base CDATA "..">
|
||||
<!ENTITY date "$FreeBSD: www/en/search/search.sgml,v 1.73 2001/11/18 00:47:39 dd Exp $">
|
||||
<!ENTITY date "$FreeBSD: www/en/search/search.sgml,v 1.74 2001/11/18 05:59:50 mike Exp $">
|
||||
<!ENTITY title "Search">
|
||||
<!ENTITY % includes SYSTEM "../includes.sgml"> %includes;
|
||||
]>
|
||||
|
@ -53,8 +53,8 @@ Limit the number of results to <select name="max"
|
|||
<OPTION VALUE="pkgdescr">Ported Applications</OPTION>
|
||||
</SELECT>
|
||||
<br>
|
||||
<INPUT type="submit">
|
||||
<input type="reset">
|
||||
<INPUT type="submit" value="Submit Query">
|
||||
<input type="reset" value="Reset">
|
||||
</p>
|
||||
</form>
|
||||
|
||||
|
|
Loading…
Reference in a new issue