aboutsummaryrefslogtreecommitdiffstats
path: root/templates/login.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/login.html')
-rw-r--r--templates/login.html41
1 files changed, 41 insertions, 0 deletions
diff --git a/templates/login.html b/templates/login.html
new file mode 100644
index 0000000..ed10d20
--- /dev/null
+++ b/templates/login.html
@@ -0,0 +1,41 @@
+<!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>
+