aboutsummaryrefslogtreecommitdiffstats
path: root/template/login.html
diff options
context:
space:
mode:
authorGuilhem Moulin <guilhem.moulin@fripost.org>2013-01-18 21:05:05 +0100
committerGuilhem Moulin <guilhem.moulin@fripost.org>2013-01-18 21:07:07 +0100
commitbbf7a4b561414d43bedde682c9f7b041c6de88ad (patch)
tree6cf07611b0cfeca6c2297792347b916a6c0ff5ef /template/login.html
parent58bf9c43bf20c060a9e0623cb9f032b63889b384 (diff)
Amavis attributes and templates.
Diffstat (limited to 'template/login.html')
-rw-r--r--template/login.html41
1 files changed, 0 insertions, 41 deletions
diff --git a/template/login.html b/template/login.html
deleted file mode 100644
index ed10d20..0000000
--- a/template/login.html
+++ /dev/null
@@ -1,41 +0,0 @@
-<!DOCTYPE html>
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
- <head>
- <meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
- <title>Log In | Fripost Administrator Panel</title>
- <link href="/css/style.css" media="all" rel="stylesheet" type="text/css" />
- </head>
- <body class="loginform" onload="document.loginform.authen_username.focus();">
- <div>
- <br/>
- <a href="https://fripost.org"
- ><img alt="Fripost"
- src="/img/fripost_logo.png"
- title="fripost.org|demokratisk e-post"
- /></a>
-
- <h2>Administrator Panel</h2>
- <br/>
- <br/>
-
- <form class="loginform" name="loginform" method="post">
- <table class="loginform">
- <tr>
- <td class="label">Username</td>
- <td><input type="text" name="authen_username" size="20" /></td>
- </tr>
- <tr>
- <td class="label">Password</td>
- <td><input type="password" name="authen_password" size="20" /></td>
- </tr>
- </table>
- <div>
- <input type="hidden" name="redirect" value="<TMPL_VAR NAME=redirect>" />
- <input type="submit" name="login" value="Log in" />
- </div>
- </form>
- <TMPL_IF NAME=error><p class="error">Invalid username or password.</p></TMPL_IF>
- </div>
- </body>
-</html>
-