From 39318169e0b50551db511851829f9337c5fa6313 Mon Sep 17 00:00:00 2001 From: glenda Date: Sun, 15 Nov 2020 15:13:27 +0000 Subject: Import site to git --- tpl/_users/login.tpl | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 tpl/_users/login.tpl (limited to 'tpl/_users/login.tpl') diff --git a/tpl/_users/login.tpl b/tpl/_users/login.tpl new file mode 100644 index 0000000..5857188 --- /dev/null +++ b/tpl/_users/login.tpl @@ -0,0 +1,18 @@ +

User login

+
+% if(check_user) { + You are logged in as: %($logged_user%) +% } +% if not { +% if (~ $REQUEST_METHOD POST) +% echo '
Login failed!
' +
+
+
+
+ +
+
+% } + +
-- cgit v1.2.3