From a54b2d5a6c90a460a3b27833f2dd9b8f626fba50 Mon Sep 17 00:00:00 2001 From: pixeldesu Date: Mon, 18 Aug 2014 14:30:29 +0200 Subject: [PATCH] removed ucp template --- views/inbox.html | 32 +++++++++++++++------ views/login.html | 29 +++++++++++-------- views/settings.html | 69 +++++++++++++++++++++++++++------------------ views/ucp.html | 24 ---------------- 4 files changed, 82 insertions(+), 72 deletions(-) delete mode 100644 views/ucp.html diff --git a/views/inbox.html b/views/inbox.html index 30c89b5..7aa1a0f 100644 --- a/views/inbox.html +++ b/views/inbox.html @@ -1,9 +1,23 @@ -

Answers you got:

- - - -{loop="$words"} - -{/loop} - -
{$value.author} wrote that you are {$value.first}, {$value.second} and {$value.third}
\ No newline at end of file +{include="layout"} +{include="navbar"} +
+
+
+ +
+
+

Answers you got:

+ + + {loop="$words"} + + {/loop} + +
{$value.author} wrote that you are {$value.first}, {$value.second} and {$value.third}
+
+
+
+{include="footer"} diff --git a/views/login.html b/views/login.html index 0a10417..d2ce75d 100644 --- a/views/login.html +++ b/views/login.html @@ -1,12 +1,17 @@ -
-
- - -
-
- - -
- - -
\ No newline at end of file +{include="layout"} +{include="navbar"} +
+
+
+ + +
+
+ + +
+ + +
+
+{include="footer"} \ No newline at end of file diff --git a/views/settings.html b/views/settings.html index 12bff7d..31ec6c9 100644 --- a/views/settings.html +++ b/views/settings.html @@ -1,29 +1,44 @@ -
-
- - +{include="layout"} +{include="navbar"} +
+
+
+
-
- +
+ +
+ + +
+
+ +
+ +
+ + +
+ + +
+
+
+ + +
+
+ + +
+ +
- -
- - -
- - -
-
-
- - -
-
- - -
- -
\ No newline at end of file +
+
+{include="footer"} \ No newline at end of file diff --git a/views/ucp.html b/views/ucp.html deleted file mode 100644 index 753b4f1..0000000 --- a/views/ucp.html +++ /dev/null @@ -1,24 +0,0 @@ -{include="layout"} -{include="navbar"} -
-{if="$logged_in"} -
-
- -
-
- {if="$ucp_page === 'inbox'"} - {include="inbox"} - {else} - {include="settings"} - {/if} -
-
-{else} - {include="login"} -{/if} -
-{include="footer"} \ No newline at end of file