File: admlogin.html

package info (click to toggle)
mailman 1%3A2.1.13-5
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 33,156 kB
  • ctags: 3,451
  • sloc: python: 22,833; perl: 1,204; makefile: 1,062; sh: 835; ansic: 319
file content (40 lines) | stat: -rw-r--r-- 1,466 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
<html>
<head>
<title>Autenticazione per %(who)s di %(listname)s</title>
<script>function sf(){document.f.adminpw.focus();}</script>
</head>
<body bgcolor="#ffffff" onLoad="sf()">
<FORM METHOD=POST ACTION="%(path)s" name="f">
%(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">Autenticazione per %(who)s di
			%(listname)s</FONT></B>
      </TD>
    </TR>
    <tr>
    <TD><div ALIGN="Right">Password di lista per %(who)s:</div></TD>
      <TD><INPUT TYPE="password" NAME="adminpw" SIZE="30"></TD>
    </tr>
    <tr>
      <td colspan=2 align=middle><INPUT type="SUBMIT"
                                        name="admlogin"
					value="Fammi entrare...">
      </td>
    </tr>
  </TABLE>
  <p><strong><em>Importante:</em></strong> Da questo momento in
  avanti devi avere i cookie abilitati nel browser o non potrai
  effettuare nessuna operazione.

  <p>I cookie di sessione sono usati dal pannello di controllo
  di mailman in modo che tu non sia costretto a ri-autenticarti ad 
  ogni operazione.  Questo cookie sar&agrave; cancellato
  automaticamente all'uscita dal tuo browser oppure puoi chiedere
  la cancellazione esplicita cliccando il link <em>Termina sessione</em> nella
  sezione <em>Altre attivit&agrave; amministrative</em> (che vedrai
  quando ti sarai correttamente autenticato).
</FORM>
</body>
</html>