removed _users stuff, not used - swerc - anselm's simpler werc fork | |
git clone git://git.suckless.org/swerc | |
Log | |
Files | |
Refs | |
README | |
--- | |
commit 4e7233c7ec5bbcd3ade9ef6ff6b1fa7bf9981dc0 | |
parent ea0d2cc4fd35ebf761c2771c59c1f6d44eeae7e9 | |
Author: Anselm R Garbe <[email protected]> | |
Date: Mon, 18 Apr 2011 14:06:33 +0000 | |
removed _users stuff, not used | |
Diffstat: | |
D tpl/_users/login.tpl | 18 ------------------ | |
1 file changed, 0 insertions(+), 18 deletions(-) | |
--- | |
diff --git a/tpl/_users/login.tpl b/tpl/_users/login.tpl | |
@@ -1,18 +0,0 @@ | |
-<h1>User login</h1> | |
-<br /> | |
-% if(check_user) { | |
- You are logged in as: <b>%($logged_user%)</b> | |
-% } | |
-% if not { | |
-% if (~ $REQUEST_METHOD POST) | |
-% echo '<div class="notify_errors">Login failed!</div>' | |
-<form method="POST" action="" style="text-align: right; float: left;"> | |
-<fieldset> | |
- <label>User name: <input type="text" name="user_name" value="%($"post_arg_… | |
- <label>User password: <input type="password" name="user_password"></label>… | |
- <input name="s" type="submit" value="Login"> | |
-</fieldset> | |
-</form> | |
-% } | |
- | |
-<br style="clear:left"> |