From 8311cba002dfcaf1836530b978f944f7228ac004 Mon Sep 17 00:00:00 2001 From: Kevin Chabowski Date: Wed, 21 Sep 2011 17:00:50 +0200 Subject: Replaced Smarty with STE and started the backend. --- ratatoeskr/templates/.htaccess | 0 .../src/systemtemplates/backend_login.html | 34 ++++++++++++++++++++++ .../templates/systemtemplates/backend_login.html | 13 --------- ratatoeskr/templates/usertemplates/foo.tpl | 14 --------- 4 files changed, 34 insertions(+), 27 deletions(-) mode change 100644 => 100755 ratatoeskr/templates/.htaccess create mode 100755 ratatoeskr/templates/src/systemtemplates/backend_login.html delete mode 100644 ratatoeskr/templates/systemtemplates/backend_login.html delete mode 100644 ratatoeskr/templates/usertemplates/foo.tpl (limited to 'ratatoeskr/templates') diff --git a/ratatoeskr/templates/.htaccess b/ratatoeskr/templates/.htaccess old mode 100644 new mode 100755 diff --git a/ratatoeskr/templates/src/systemtemplates/backend_login.html b/ratatoeskr/templates/src/systemtemplates/backend_login.html new file mode 100755 index 0000000..84b4cd9 --- /dev/null +++ b/ratatoeskr/templates/src/systemtemplates/backend_login.html @@ -0,0 +1,34 @@ + + + + + + Login - Ratatöskr + + + + +
+
Ratatöskr::Noctilucent clouds (v. 0.1)
+
+
+

+ + $login_failed + +
+ +
+
+
+

:

+

:

+

+
+
+ +
+ + diff --git a/ratatoeskr/templates/systemtemplates/backend_login.html b/ratatoeskr/templates/systemtemplates/backend_login.html deleted file mode 100644 index 24738d2..0000000 --- a/ratatoeskr/templates/systemtemplates/backend_login.html +++ /dev/null @@ -1,13 +0,0 @@ - - - - - - Login - Ratatöskr - - - - - - diff --git a/ratatoeskr/templates/usertemplates/foo.tpl b/ratatoeskr/templates/usertemplates/foo.tpl deleted file mode 100644 index af1564c..0000000 --- a/ratatoeskr/templates/usertemplates/foo.tpl +++ /dev/null @@ -1,14 +0,0 @@ -<{*HEADER -Ratatoeskr template -DO NOT REMOVE THIS COMMENT! ------BEGIN META----- -{ - "Content-Type": "text/html", - "ACL": { - "users": ["foo"], - "groups": [], - "rights": {"users": ["read", "write", "delete"], "groups": ["read"], "others": ["read"]} - }, "author": "Kevin Chabowski" -} ------END META----- -/HEADER*}> -- cgit v1.2.3-54-g00ecf