coar 98/05/24 06:51:01
Modified: . bugdb.cgi Log: Been meaning to do this for a while.. Save motion by putting a submit button right next to the 'go directly to' option. Revision Changes Path 1.29 +7 -3 apache-site/bugdb.cgi Index: bugdb.cgi =================================================================== RCS file: /export/home/cvs/apache-site/bugdb.cgi,v retrieving revision 1.28 retrieving revision 1.29 diff -u -r1.28 -r1.29 --- bugdb.cgi 1998/04/26 12:19:04 1.28 +++ bugdb.cgi 1998/05/24 13:51:00 1.29 @@ -117,6 +117,8 @@ # sentinels. # 04/24/1998 Ken Coar - change "chop" to "chomp" in a few places, add # email syntax validation (Dean Gaudet's suggestion). +# 05/24/1998 Ken Coar - change my address and put a 'Go' SUBMIT button right +# next to the 'go directly to' option (saves mouse motion). # ### End Modification log @@ -260,8 +262,8 @@ "with revamp work by ", "<A HREF=\"http://www.organic.com\">Brian Behlendorf</A> ", "[EMAIL PROTECTED] & ", - "<A HREF=\"http://www.golux.com/coar/\">Ken Coar</A> ", - "[EMAIL PROTECTED]</SMALL>\n"; + "<A HREF=\"http://Web.Golux.Com/coar/\">Ken Coar</A> ", + "[EMAIL PROTECTED]</SMALL>\n"; } else { &emit_preamble (0); print "<head><title>SPR Front End</title></head> @@ -1646,7 +1648,9 @@ # Choose quick output format. print "<TABLE BORDER=1><TR>\n"; print "<TD ALIGN=\"CENTER\">Go directly to the full display "; - print "for PR# <INPUT TYPE=\"text\" NAME=\"PR\" SIZE=4>"; + print "for PR# <INPUT TYPE=\"text\" NAME=\"PR\" SIZE=4>\n"; + print "<INPUT TYPE=\"submit\" VALUE=\"Go\">\n"; + print "<BR><STRONG><EM>OR</EM></STRONG></TD></TR><TR>\n"; print "<TD ALIGN=\"CENTER\"><P><STRONG>Compose a database query</STRONG></P>"; print "<TABLE BORDER=0><TR>";