stas 02/03/05 07:18:41 Modified: tmpl/custom/html head index page search Log: - naming the search form: site_search_form - adding onLoad focus on the search box - moving the start of the form to the search template Revision Changes Path 1.5 +1 -1 modperl-docs/tmpl/custom/html/head Index: head =================================================================== RCS file: /home/cvs/modperl-docs/tmpl/custom/html/head,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- head 22 Feb 2002 10:08:31 -0000 1.4 +++ head 5 Mar 2002 15:18:41 -0000 1.5 @@ -10,5 +10,5 @@ <title>[% doc.meta.title %]</title> [% INCLUDE headers -%] </head> -<body background="[% doc.dir.abs_doc_root %]/images/bgline.gif" bgcolor="#ffffff" > +<body background="[% doc.dir.abs_doc_root %]/images/bgline.gif" bgcolor="#ffffff" onLoad="document.site_search_form.query.focus()"> <a name="top"></a> 1.16 +0 -1 modperl-docs/tmpl/custom/html/index Index: index =================================================================== RCS file: /home/cvs/modperl-docs/tmpl/custom/html/index,v retrieving revision 1.15 retrieving revision 1.16 diff -u -r1.15 -r1.16 --- index 28 Feb 2002 04:13:47 -0000 1.15 +++ index 5 Mar 2002 15:18:41 -0000 1.16 @@ -21,7 +21,6 @@ <!-- right box--> <div class="rightbox"> -<form method="post" action="/modperl-site/search/swish.cgi" enctype="application/x-www-form-urlencoded"> [% INCLUDE index_body %] <br> <hr noshade size="1"> 1.18 +0 -1 modperl-docs/tmpl/custom/html/page Index: page =================================================================== RCS file: /home/cvs/modperl-docs/tmpl/custom/html/page,v retrieving revision 1.17 retrieving revision 1.18 diff -u -r1.17 -r1.18 --- page 28 Feb 2002 04:13:47 -0000 1.17 +++ page 5 Mar 2002 15:18:41 -0000 1.18 @@ -23,7 +23,6 @@ <!-- right box--> <div class="rightbox"> -<form method="post" action="/modperl-site/search/swish.cgi" enctype="application/x-www-form-urlencoded"> [% INCLUDE page_body %] <br> <hr noshade size="1"> 1.8 +1 -0 modperl-docs/tmpl/custom/html/search Index: search =================================================================== RCS file: /home/cvs/modperl-docs/tmpl/custom/html/search,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- search 5 Mar 2002 05:09:30 -0000 1.7 +++ search 5 Mar 2002 15:18:41 -0000 1.8 @@ -1,3 +1,4 @@ +<form method="post" action="/modperl-site/search/swish.cgi" enctype="application/x-www-form-urlencoded" name="site_search_form"> <table border="0" cellspacing="0" cellpadding="0"> <tr> <td class="menu-border" colspan="5" height="1"><br class="smallbr"></td>
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]