diff options
Diffstat (limited to 'templates/ro/private.html')
-rw-r--r-- | templates/ro/private.html | 42 |
1 files changed, 42 insertions, 0 deletions
diff --git a/templates/ro/private.html b/templates/ro/private.html new file mode 100644 index 00000000..a3a491b4 --- /dev/null +++ b/templates/ro/private.html @@ -0,0 +1,42 @@ +<html> +<head> + <title>Autentificare la arhivele private %(realname)s</title> + <META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=ISO-8859-2"> +</head> +<body bgcolor="#ffffff"> +<FORM METHOD=POST ACTION="%(action)s/"> +%(message)s + <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">Arhivele private %(realname)s - Autentificare</FONT></B> + </TD> + </TR> + <tr> + <TD><div ALIGN="Right">Adresa de email:</div></TD> + <TD><INPUT TYPE="text" NAME="username" SIZE="30"></TD> + </tr> + <tr> + <TD><div ALIGN="Right">Parola:</div></TD> + <TD><INPUT TYPE="password" NAME="password" SIZE="30"></TD> + </tr> + <tr> + <td colspan=2 align="middle"><INPUT type="SUBMIT" + name="submit" + value="Vreau sÄ intru..."> + </td> + </tr> + </TABLE> + <p><strong><em>Important:</em></strong> De aici înainte trebuie să aveți + activate cookie-urile în browser; altfel nici o acțiune administrativă + nu va avea efect. + + <p>Interfața administrativă Mailman folosește cookie-urile de sesiune, + astfel încât nu trebuie să vă re-autentificați la fiecare operațiune + administrativă. Acest cookie va expira automat la ieșire, sau + explicit, la apăsarea linkului <em>Logout</em>, sub linkul <em>Alte activități + administrative</em> (care va apare de îndată ce vă autentificați cu succes). + +</FORM> +</body> +</html> |