diff options
author | <> | 2003-01-02 05:25:50 +0000 |
---|---|---|
committer | <> | 2003-01-02 05:25:50 +0000 |
commit | b132a73f15e432eaf43310fce9196ca0c0651465 (patch) | |
tree | c15f816ba7c4de99fef510e3bd75af0890d47441 /templates/nl/admlogin.html | |
download | mailman2-b132a73f15e432eaf43310fce9196ca0c0651465.tar.gz mailman2-b132a73f15e432eaf43310fce9196ca0c0651465.tar.xz mailman2-b132a73f15e432eaf43310fce9196ca0c0651465.zip |
This commit was manufactured by cvs2svn to create branch
'Release_2_1-maint'.
Diffstat (limited to 'templates/nl/admlogin.html')
-rw-r--r-- | templates/nl/admlogin.html | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/templates/nl/admlogin.html b/templates/nl/admlogin.html new file mode 100644 index 00000000..168d450e --- /dev/null +++ b/templates/nl/admlogin.html @@ -0,0 +1,30 @@ +<html> +<head> + <title>%(listname)s %(who)s inloggen</title> +</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 %(who)s + inloggen</FONT></B> + </TD> + </TR> + <tr> + <TD><div ALIGN="Right">List %(who)s Wachtwoord:</div></TD> + <TD><INPUT TYPE="password" NAME="adminpw" SIZE="30"></TD> + </tr> + <tr> + <td colspan=2 align=middle><INPUT type="SUBMIT" + name="admlogin" + value="Inloggen"> + </td> + </tr> + </TABLE> + <p><strong><em>Belangrijk:</em></strong><br> + Vanaf hier werkt het alleen met cookies, zet de cookies aan in je browser. Anders kun je niet inloggen. +</FORM> +</body> +</html>
\ No newline at end of file |