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: Pavel Kharitonov
Subject: www/server body-include-2.html
Date: Mon, 28 Apr 2014 11:50:57 +0000

CVSROOT:        /web/www
Module name:    www
Changes by:     Pavel Kharitonov <ineiev>       14/04/28 11:50:57

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

Log message:
        (frmEmail): Add onfocus="this.value=''".

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

Patches:
Index: body-include-2.html
===================================================================
RCS file: /web/www/www/server/body-include-2.html,v
retrieving revision 1.63
retrieving revision 1.64
diff -u -b -r1.63 -r1.64
--- body-include-2.html 29 Mar 2014 06:49:54 -0000      1.63
+++ body-include-2.html 28 Apr 2014 11:50:57 -0000      1.64
@@ -13,7 +13,8 @@
   <input name="_qf_default" type="hidden" value="Edit:cancel" />
  </div>
  <p>
-  <input type="text" id="frmEmail" name="email-Primary" size="18" 
maxlength="80" value="email address"/>
+  <input type="text" id="frmEmail" name="email-Primary" size="18" 
maxlength="80"
+         value="email address" onfocus="this.value=''"/>
   <input type="submit" name="_qf_Edit_next" value="Sign up" />
  </p>
 </form>



reply via email to

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