aboutsummaryrefslogtreecommitdiffstats
path: root/templates/tr
diff options
context:
space:
mode:
Diffstat (limited to 'templates/tr')
-rwxr-xr-x[-rw-r--r--]templates/tr/admlogin.html5
-rw-r--r--templates/tr/options.html2
-rwxr-xr-x[-rw-r--r--]templates/tr/private.html21
3 files changed, 24 insertions, 4 deletions
diff --git a/templates/tr/admlogin.html b/templates/tr/admlogin.html
index bc161845..15aff88b 100644..100755
--- a/templates/tr/admlogin.html
+++ b/templates/tr/admlogin.html
@@ -1,9 +1,10 @@
<html>
<head>
<title>%(listname)s %(who)s Girişi</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/tr/options.html b/templates/tr/options.html
index ac1694b1..4f66238d 100644
--- a/templates/tr/options.html
+++ b/templates/tr/options.html
@@ -172,6 +172,7 @@ Yukarıda <em>Diğer üyeliklerimi listele</em> düğmesine tıklayarak
<mm-global-deliver-button><i>Global olarak ayarla</i>
</td></tr>
+<!--Start-Digests-Delete-->
<tr><TD BGCOLOR="#cccccc">
<strong>Toplu Mesaj Modunu Ayarla</strong><p>
Toplu mesaj modunu açarsanız mesajları gönderildikleri anda tek tek
@@ -194,6 +195,7 @@ Yukarıda <em>Diğer üyeliklerimi listele</em> düğmesine tıklayarak
<MM-Plain-Digests-Button>Düz Yazı<p>
<mm-global-mime-button><i>Global olarak ayarla</i>
</td></tr>
+<!--End-Digests-Delete-->
<tr><TD BGCOLOR="#cccccc">
<strong>Mesaja kendi gönderdiğiniz mesajları istiyor musunuz?</strong><p>
diff --git a/templates/tr/private.html b/templates/tr/private.html
index 6301895c..52a02517 100644..100755
--- a/templates/tr/private.html
+++ b/templates/tr/private.html
@@ -1,9 +1,10 @@
<html>
<head>
<title>%(realname)s Özel Arşivleri Girişi</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>
@@ -38,6 +39,22 @@
bilgiyi <em>Diğer Yönetimsel Aktiviteler</em> başlığı altındaki
<em>Çıkış</em> linkine tıklayarak (başarıyla giriş yaptığınızda
bunu göreceksiniz) kendiniz yok edebilirsiniz.
+ <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>