aboutsummaryrefslogtreecommitdiffstats
path: root/templates/cs/admlogin.html
blob: 3955a1cfe5a2fd91019d13a5720f75519aae6455 (plain) (blame)
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
<html>
<head>
  <title>%(listname)s %(who)s p�ihl&aacute;&scaron;en&iacute;</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">%(listname)s %(who)s
	    p�ihl&aacute;&scaron;en&iacute;</FONT></B>
      </TD>
    </TR>
    <tr>
      <TD><div ALIGN="Right">Heslo pro %(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="Pus� m� dovnit�...">
      </td>
    </tr>
  </TABLE>
      <p><strong><em>Pozor:</em></strong> Aby syst&eacute;m fungoval 
      spr&aacute;vn� mus&iacute;te m&iacute;t povolen&eacute; cookie ve Va&scaron;em prohl&iacute;�e�i.

      <p>Cookies se pou�&iacute;vaj&iacute; na to, abyste nemuseli jeden
      ka�d&yacute; po�adavek znovu potvrzovat heslem. Zaniknou
      pokud ukon�&iacute;te prohl&iacute;�e� a nebo kdy� se odhl&aacute;s&iacute;te.
      Odhl&aacute;sit se m��ete kliknut&iacute;m na <em>Odhl&aacute;sit</em>. 
      Tento odkaz uvid&iacute;te a� po &uacute;sp�&scaron;n&eacute;m p�ihl&aacute;&scaron;en&iacute;.
</FORM>
</body>
</html>