aboutsummaryrefslogtreecommitdiffstats
path: root/templates/ja
diff options
context:
space:
mode:
Diffstat (limited to 'templates/ja')
-rwxr-xr-x[-rw-r--r--]templates/ja/admlogin.html5
-rw-r--r--templates/ja/options.html2
-rwxr-xr-x[-rw-r--r--]templates/ja/private.html21
3 files changed, 24 insertions, 4 deletions
diff --git a/templates/ja/admlogin.html b/templates/ja/admlogin.html
index 5863b61e..ea98087d 100644..100755
--- a/templates/ja/admlogin.html
+++ b/templates/ja/admlogin.html
@@ -1,9 +1,10 @@
<html>
<head>
<title>%(listname)s %(who)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/ja/options.html b/templates/ja/options.html
index 1f19c2e7..6a54c791 100644
--- a/templates/ja/options.html
+++ b/templates/ja/options.html
@@ -166,6 +166,7 @@
<mm-global-deliver-button><i>全部設定</i>
</td></tr>
+<!--Start-Digests-Delete-->
<tr><TD BGCOLOR="#cccccc">
<strong> まとめ読みモードに設定</strong> <br>
有効 を選ぶと, 投稿のたびにメールを送らず、すべてのメールを
@@ -187,6 +188,7 @@
<MM-Plain-Digests-Button> 平文 <p>
<mm-global-mime-button><i>全部設定</i>
</td></tr>
+<!--End-Digests-Delete-->
<tr><TD BGCOLOR="#cccccc">
<strong> 自分が投稿したメールを受け取りますか? </strong><p>
diff --git a/templates/ja/private.html b/templates/ja/private.html
index 395d7f6d..cee73eb7 100644..100755
--- a/templates/ja/private.html
+++ b/templates/ja/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>
@@ -34,6 +35,22 @@
<p>限定公開保存書庫インターフェースでの操作をするたびに認証が要求
されないように, セッションクッキーを発行します.
このクッキーはブラウザの終了時に自動的に失効します.
+ <p>
+ <TABLE WIDTH="100%%" BORDER="0" CELLSPACING="4" CELLPADDING="5">
+ <TR>
+ <TD COLSPAN="2" WIDTH="100%%" BGCOLOR="#99CCFF" ALIGN="CENTER">
+ <B><FONT COLOR="#000000" SIZE="+1">Password Reminder</FONT></B>
+ </TD>
+ </TR>
+ <tr>
+ <td>If you don't remember your password, enter your email address
+ above and click the <em>Remind</em> button and your
+ password will be emailed to you.</td>
+ </tr>
+ <tr>
+ <td><center><INPUT name="login-remind" type="SUBMIT" value="Remind" ></center></td>
+ </tr>
+ </TABLE>
</FORM>
</body>
</html>