User: gropi Date: 01/11/03 16:20:49 Modified: src/docs/common doco.jsp Log: Search now searches the whole website. For searching only the manual the "manual" subsection is used. Revision Changes Path 1.5 +6 -2 newsite/src/docs/common/doco.jsp Index: doco.jsp =================================================================== RCS file: /cvsroot/jboss/newsite/src/docs/common/doco.jsp,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- doco.jsp 2001/11/02 04:05:41 1.4 +++ doco.jsp 2001/11/04 00:20:49 1.5 @@ -21,13 +21,17 @@ CVS. </li> <li> <FORM ACTION="http://search.freefind.com/find.html" METHOD="GET"> -Search the manual for a keyword: +Search the <select name="s"> + <option value="Manual" selected>manual only</option> + <option value="">entire JBoss site</option> +</select> +for a keyword: <INPUT TYPE="HIDDEN" NAME="id" SIZE="-1" VALUE="811347"> <INPUT TYPE="HIDDEN" NAME="pageid" SIZE="-1" VALUE="r"> <INPUT TYPE="HIDDEN" NAME="mode" SIZE="-1" VALUE="ALL"> <INPUT type="HIDDEN" name="n" value="0"> <INPUT TYPE="TEXT" NAME="query" SIZE="15"> -<INPUT TYPE="SUBMIT" VALUE=" Find "> +<INPUT TYPE="SUBMIT" VALUE=" Search "> </FORM> </li>
_______________________________________________ Jboss-development mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-development
