Author: pfrields
Update of /cvs/docs/homepage/F-8/en_US In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv8478/F-8/en_US
Modified Files: startpage.xml Log Message: Give startpage search field focus (#426924)
Index: startpage.xml =================================================================== RCS file: /cvs/docs/homepage/F-8/en_US/startpage.xml,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- startpage.xml 25 Oct 2007 01:06:23 -0000 1.2 +++ startpage.xml 28 Dec 2007 22:25:39 -0000 1.3 @@ -135,7 +135,7 @@ } </style> </head> - <body> + <body onload="document.f.q.focus();"> <div id="rhPage"> <div id="rhTopStuff"> <div id="rhTopLogoStuff" style="margin-bottom: 10px;"> @@ -162,7 +162,7 @@ <center> <div style="position: relative; width: 650px; height: 175px; background-image: url('images/faint_box_650x175.png'); background-repeat: no-repeat;"> <div style="margin: 0px;"> - <form action="http://www.google.com/search"> + <form action="http://www.google.com/search" name="f"> <!-- height 155px here is a little hack to shift the content up in the box --> <table style="width: 650px; height: 155px;" cellpadding="0" cellspacing="0"> <tbody>
docs-commits@lists.fedoraproject.org