diff options
Diffstat (limited to '')
-rw-r--r-- | templates/tr/private.html | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/templates/tr/private.html b/templates/tr/private.html index fa47ecb8..b6ae4521 100644 --- a/templates/tr/private.html +++ b/templates/tr/private.html @@ -39,6 +39,21 @@ 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> </FORM> </body> </html> |