CVS: tmda-cgi/display/themes/Blue/template login.html,1.7,1.8
Cory Wright <[email protected]>
| Newsgroups | gmane.mail.spam.tmda.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /cvsroot/tmda/tmda-cgi/display/themes/Blue/template
In directory sc8-pr-cvs1:/tmp/cvs-serv26504/template
Modified Files:
login.html
Log Message:
Added a little bit of javascript to bring the user entry box to focus
when the page is loaded.
Index: login.html
===================================================================
RCS file: /cvsroot/tmda/tmda-cgi/display/themes/Blue/template/login.html,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- login.html 2 May 2003 22:05:27 -0000 1.7
+++ login.html 9 May 2003 02:17:42 -0000 1.8
@@ -16,13 +16,13 @@
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<link href="%(ThemeDir)s/styles.css" rel="stylesheet" type="text/css">
</head>
-<body bgcolor="#A6A6B3">
+<body bgcolor="#A6A6B3" onload="javascript: document.loginform.user.focus();">
<table width="100%" height="100%">
<tr>
<td align="center"><table width="383" height="215" border="0"
cellpadding="0" cellspacing="0">
<tr>
- <form method="post" action="%(Script)s">
+ <form method="post" action="%(Script)s" name="loginform">
<td valign="top" background="%(ThemeDir)s/login.gif"><table border="0"
cellpadding="0" cellspacing="0">
<tr>
_______________________________________
tmda-cvs mailing list
http://tmda.net/lists/listinfo/tmda-cvs