www-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

www/server body-include-2.html


From: Waclaw Jacek
Subject: www/server body-include-2.html
Date: Fri, 26 Nov 2010 09:51:46 +0000

CVSROOT:        /web/www
Module name:    www
Changes by:     Waclaw Jacek <wwj>      10/11/26 09:51:46

Modified files:
        server         : body-include-2.html 

Log message:
        Adding a JS property that removes all the text from #searcher's input 
field when you give it focus, like in the fssbox

CVSWeb URLs:
http://web.cvs.savannah.gnu.org/viewcvs/www/server/body-include-2.html?cvsroot=www&r1=1.16&r2=1.17

Patches:
Index: body-include-2.html
===================================================================
RCS file: /web/www/www/server/body-include-2.html,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -b -r1.16 -r1.17
--- body-include-2.html 23 Nov 2010 19:21:20 -0000      1.16
+++ body-include-2.html 26 Nov 2010 09:51:43 -0000      1.17
@@ -24,7 +24,7 @@
    <form method="get" action="http://www.gnu.org/cgi-bin/estseek.cgi";>
     <div><label class="netscape4" for="phrase">Search:</label>
     <input name="phrase" id="phrase" type="text" size="18" accesskey="s"
-           value="Why GNU/Linux?" />
+           value="Why GNU/Linux?" onfocus="this.value=''" />
     <input type="submit" value="Search" /></div><!-- unnamed label -->
    </form>
   </div><!-- /searcher -->



reply via email to

[Prev in Thread] Current Thread [Next in Thread]