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/admlogin.html | |
parent | 456487f17a8eb35700558ce093e1dff92057bb90 (diff) | |
download | mailman2-6cc926eb3c98e9646f923f6803fc72ec7b00bd80.tar.gz mailman2-6cc926eb3c98e9646f923f6803fc72ec7b00bd80.tar.xz mailman2-6cc926eb3c98e9646f923f6803fc72ec7b00bd80.zip |
Romanian updates from Stefaniu Criste.
Diffstat (limited to 'templates/ro/admlogin.html')
-rw-r--r-- | templates/ro/admlogin.html | 37 |
1 files changed, 37 insertions, 0 deletions
diff --git a/templates/ro/admlogin.html b/templates/ro/admlogin.html new file mode 100644 index 00000000..c3b8dac9 --- /dev/null +++ b/templates/ro/admlogin.html @@ -0,0 +1,37 @@ +<html> +<head> + <title>%(listname)s: Autentificare - %(who)s</title> + <META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=ISO-8859-2"> +</head> +<body bgcolor="#ffffff"> +<FORM METHOD=POST ACTION="%(path)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">%(listname)s: Autentificare - %(who)s</FONT></B> + </TD> + </TR> + <tr> + <TD><div ALIGN="Right"><b>%(who)s</b>: parola de acces</div></TD> + <TD><INPUT TYPE="password" NAME="adminpw" SIZE="30"></TD> + </tr> + <tr> + <td colspan=2 align=middle><INPUT type="SUBMIT" + name="admlogin" + value="Vreau să intru..."> + </td> + </tr> + </TABLE> + <p><strong><em>Important!</em></strong><br> + De aici înainte trebuie să aveți activate cookie-urile în browser, altfel nici o + modificare administrativă nu va avea efect. + + <p>Interfața de administrare 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> |