Viewing File: /usr/local/cpanel/3rdparty/mailman/templates/de/admlogin.html

<html>
<head>
  <title>Anmeldung als %(listname)s-%(who)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">Anmeldung als %(listname)s-%(who)s
	    </FONT></B>
      </TD>
    </TR>
	<tr>
	  <td colspan="2"><b>If you have mailman %(who)s access:</b></td>
	</tr>
	<tr>
	  <TD><div ALIGN="Right">%(who)s-Passwort:</div></TD>
	  <TD>
	      <INPUT TYPE="password" NAME="adminpw" SIZE="30">
	      <INPUT type="SUBMIT" name="admlogin" value="Sesam, &ouml;ffne dich...">
	  </TD>
	</tr>
	<tr>
	  <td colspan="2"><b>If you have been delegated access and have a username and password:</b></td>
	</tr>
	<tr>
	  <td align="right">cPanel Webmail Access</td>
	  <td><a href="%(cpanel_url)s">Login here</a></td>
	</tr>
  </TABLE>
      <p><strong><em>Wichtig:</em></strong> Ab diesem Punkt m&uuml;ssen in Ihrem
      Browser "Cookies" aktiviert sein, da ansonsten keine Ihrer &Auml;nderungen
      gespeichert werden kann.

      <p>Mailmans Administrationsinterface benutzt sog. "Session Cookies",
      damit Sie sich nicht f&uuml;r jede Administrationsaufgabe erneut
      authentifizieren m&uuml;ssen. Diese "Cookies" verfallen automatisch beim
      Schlie&szlig;en Ihres Webbrowsers, Sie k&ouml;nnen Sie allerdings auch sofort
      verfallen lassen, indem Sie auf den <em>Abmelden</em> Link unter
      <em>Andere administrative T&auml;tigkeiten</em> klicken (den Sie sehen
      werden, sobald Sie erfolgreich eingeloggt sind).
</FORM>
</body>
</html>
Back to Directory File Manager