diff options
author | bwarsaw <> | 2003-12-13 16:35:54 +0000 |
---|---|---|
committer | bwarsaw <> | 2003-12-13 16:35:54 +0000 |
commit | 6cc926eb3c98e9646f923f6803fc72ec7b00bd80 (patch) | |
tree | 6334e656e66c1e4613e5a016f136e8b1f296c69e /templates/ro/private.html | |
parent | 456487f17a8eb35700558ce093e1dff92057bb90 (diff) | |
download | mailman2-6cc926eb3c98e9646f923f6803fc72ec7b00bd80.tar.gz mailman2-6cc926eb3c98e9646f923f6803fc72ec7b00bd80.tar.xz mailman2-6cc926eb3c98e9646f923f6803fc72ec7b00bd80.zip |
Romanian updates from Stefaniu Criste.
Diffstat (limited to '')
-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> |