From 878d0bb39a10c934740fac92335a36853286366b Mon Sep 17 00:00:00 2001 From: Loui Chang Date: Thu, 27 Sep 2007 20:22:09 -0400 Subject: Added header, footer, and login form templates Implemented the first two in web/lib/aur.inc. Signed-off-by: Loui Chang --- web/template/login_form.php | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 web/template/login_form.php (limited to 'web/template/login_form.php') diff --git a/web/template/login_form.php b/web/template/login_form.php new file mode 100644 index 0000000..89f11c1 --- /dev/null +++ b/web/template/login_form.php @@ -0,0 +1,33 @@ +' . $login['error'] + . ''; + } +?> + +
+ + + +
+ "> +
+ +", username_from_sid($_COOKIE["AURSID"]), "")); +endif; + +# vim: ts=2 sw=2 noet ft=php +?> -- cgit v1.2.3-70-g09d2