diff options
Diffstat (limited to 'templates/hr/private.html')
-rw-r--r-- | templates/hr/private.html | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/templates/hr/private.html b/templates/hr/private.html index a3110846..972331bb 100644 --- a/templates/hr/private.html +++ b/templates/hr/private.html @@ -36,6 +36,21 @@ Ovaj kolačić (cookie) će automatski isteći kada izađete iz browsera, ali ga možete i eksplicitno uništiti kolačić klikanjem na link <em>Izlaz</em> pod <em>Druge Administracijske Aktivnosti</em> (koji ćete vidjeti onda kad se uspješno prijavite). + <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> |