aboutsummaryrefslogtreecommitdiffstats
path: root/template/login.html
diff options
context:
space:
mode:
Diffstat (limited to 'template/login.html')
-rw-r--r--template/login.html38
1 files changed, 38 insertions, 0 deletions
diff --git a/template/login.html b/template/login.html
new file mode 100644
index 0000000..676cc09
--- /dev/null
+++ b/template/login.html
@@ -0,0 +1,38 @@
+<html>
+ <head>
+ <meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
+ <title>Log In | Fripost's 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();">
+ </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 action="./" >
+ <table class=loginform>
+ <tr>
+ <td align="right">Username</td>
+ <td><input type="text" name="authen_username" size=20 /></td>
+ </tr>
+ <tr>
+ <td align="right">Password</td>
+ <td><input type="password" name="authen_password" size=20 /></td>
+ </tr>
+ <tr>
+ </table>
+ <div>
+ <input type="hidden" name="destination" value="<TMPL_VAR DESTINATION>" />
+ <input type="submit" name="login" value="Log in" />
+ </div>
+ </form>
+ <TMPL_IF NAME=ERROR><p class=error>Invalid username or password.</p></TMPL_IF>
+ </body>
+</html>
+