diff options
Diffstat (limited to '')
-rw-r--r-- | templates/ko/admlogin.html | 5 | ||||
-rw-r--r-- | templates/ko/private.html | 5 |
2 files changed, 6 insertions, 4 deletions
diff --git a/templates/ko/admlogin.html b/templates/ko/admlogin.html index b857f931..fac35fad 100644 --- a/templates/ko/admlogin.html +++ b/templates/ko/admlogin.html @@ -1,9 +1,10 @@ <html> <head> <title>%(listname)s °ü¸®ÀÚ ÀÎÁõ</title> +<script>function sf(){document.f.adminpw.focus();}</script> </head> -<body bgcolor="#ffffff"> -<FORM METHOD=POST ACTION="%(path)s"> +<body bgcolor="#ffffff" onLoad="sf()"> +<FORM METHOD=POST ACTION="%(path)s" name="f"> %(message)s <TABLE WIDTH="100%%" BORDER="0" CELLSPACING="4" CELLPADDING="5"> <TR> diff --git a/templates/ko/private.html b/templates/ko/private.html index 57406107..e42cf5b1 100644 --- a/templates/ko/private.html +++ b/templates/ko/private.html @@ -1,9 +1,10 @@ <html> <head> <title>%(realname)s ºñ°ø°³ ÀúÀå¼Ò ÀÎÁõ</title> +<script>function sf(){document.f.username.focus();}</script> </head> -<body bgcolor="#ffffff"> -<FORM METHOD=POST ACTION="%(action)s"> +<body bgcolor="#ffffff" onLoad="sf()"> +<FORM METHOD=POST ACTION="%(action)s" name="f"> %(message)s <TABLE WIDTH="100%%" BORDER="0" CELLSPACING="4" CELLPADDING="5"> <TR> |