blob: e19f06914958df69be7ebeff7419c6864dd922ba (
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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
|
<html>
<head>
<title>%(realname)s Login til Private Arkiver</title>
<script>function sf(){document.f.username.focus();}</script>
</head>
<body bgcolor="#ffffff" onLoad="sf()">
<FORM METHOD=POST ACTION="%(action)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">%(realname)s Login til Private Arkiver</FONT></B>
</TD>
</TR>
<tr>
<TD><div ALIGN="Right">E-mail adresse:</div></TD>
<TD><INPUT TYPE="text" NAME="username" SIZE="30"></TD>
</tr>
<tr>
<TD><div ALIGN="Right">Password:</div></TD>
<TD><INPUT TYPE="password" NAME="password" SIZE="30"></TD>
</tr>
<tr>
<td colspan=2 align="middle"><INPUT type="SUBMIT"
name="submit"
value="Luk mig ind...">
</td>
</tr>
</TABLE>
<p><strong><em>Vigtigt:</em></strong> Fra nu af skal du ha cookies
slået til i din webbrowser, ellers vil ingen administrative ændringer
blive gemt.
<p><i>Session cookies</i> bruges på Mailmans administrative sider,
sådan at du ikke behøver at oplyse dit Password hver gang du laver en ændring.
De vil forsvinde automatisk når du lukker din webbrowser.
Du kan også fjerne cookies manuelt ved at klikke på
<em>Logout</em> linket under <em>Other Administrative
Activities</em> (som du får op efter at have logget ind).
<p>
<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">Password Reminder</FONT></B>
</TD>
</TR>
<tr>
<td>If you don't remember your password, enter your email address
above and click the <em>Remind</em> button and your
password will be emailed to you.</td>
</tr>
<tr>
<td><center><INPUT name="login-remind" type="SUBMIT" value="Remind" ></center></td>
</tr>
</TABLE>
</FORM>
</body>
</html>
|