diff options
-rw-r--r-- | tpl/entries.html | 4 | ||||
-rw-r--r-- | tpl/footer.html | 4 | ||||
-rw-r--r-- | tpl/head.html | 7 | ||||
-rw-r--r-- | tpl/home.html | 6 | ||||
-rw-r--r-- | tpl/login.html | 6 | ||||
-rw-r--r-- | tpl/view.html | 9 |
6 files changed, 16 insertions, 20 deletions
diff --git a/tpl/entries.html b/tpl/entries.html index 648e1ce9..8526a3c9 100644 --- a/tpl/entries.html +++ b/tpl/entries.html | |||
@@ -1,3 +1,4 @@ | |||
1 | <div id="content"> | ||
1 | {loop="entries"} | 2 | {loop="entries"} |
2 | <div id="entry-{$value.id}" class="entrie mb2"> | 3 | <div id="entry-{$value.id}" class="entrie mb2"> |
3 | <span class="content"> | 4 | <span class="content"> |
@@ -13,4 +14,5 @@ | |||
13 | </div> | 14 | </div> |
14 | </span> | 15 | </span> |
15 | </div> | 16 | </div> |
16 | {/loop} \ No newline at end of file | 17 | {/loop} |
18 | </div> \ No newline at end of file | ||
diff --git a/tpl/footer.html b/tpl/footer.html index 04bedabc..b8bd755c 100644 --- a/tpl/footer.html +++ b/tpl/footer.html | |||
@@ -1,6 +1,4 @@ | |||
1 | </div> | 1 | </div> |
2 | </div> | ||
3 | |||
4 | <footer class="mr2 mt3 smaller"> | 2 | <footer class="mr2 mt3 smaller"> |
5 | <p>powered by <a href="http://inthepoche.com">poche</a><br />follow us on <a href="https://twitter.com/getpoche" title="follow us on twitter">twitter</a></p> | 3 | <p>powered by <a href="http://inthepoche.com">poche</a><br />follow us on <a href="https://twitter.com/getpoche" title="follow us on twitter">twitter</a></p> |
6 | </footer> | 4 | </footer> |
diff --git a/tpl/head.html b/tpl/head.html index 66b6895d..e95f6100 100644 --- a/tpl/head.html +++ b/tpl/head.html | |||
@@ -19,9 +19,4 @@ | |||
19 | <link rel="stylesheet" href="./css/style-light.css" media="all" title="light-style"> | 19 | <link rel="stylesheet" href="./css/style-light.css" media="all" title="light-style"> |
20 | <!-- Dark Theme --> | 20 | <!-- Dark Theme --> |
21 | <link rel="alternate stylesheet" href="./css/style-dark.css" media="all" title="dark-style"> | 21 | <link rel="alternate stylesheet" href="./css/style-dark.css" media="all" title="dark-style"> |
22 | </head> | 22 | </head> \ No newline at end of file |
23 | <body class="light-style"> | ||
24 | <header> | ||
25 | <h1><img src="./img/logo.png" alt="logo poche" />poche</h1> | ||
26 | </header> | ||
27 | <div id="main"> \ No newline at end of file | ||
diff --git a/tpl/home.html b/tpl/home.html index 28db89c2..752a571b 100644 --- a/tpl/home.html +++ b/tpl/home.html | |||
@@ -1,3 +1,8 @@ | |||
1 | <body class="light-style"> | ||
2 | <header> | ||
3 | <h1><img src="./img/logo.png" alt="logo poche" />poche</h1> | ||
4 | </header> | ||
5 | <div id="main"> | ||
1 | <ul id="links"> | 6 | <ul id="links"> |
2 | <li><a href="index.php" {if="$view == 'index'"}class="current"{/if}>home</a></li> | 7 | <li><a href="index.php" {if="$view == 'index'"}class="current"{/if}>home</a></li> |
3 | <li><a href="?view=fav" {if="$view == 'fav'"}class="current"{/if}>favorites</a></li> | 8 | <li><a href="?view=fav" {if="$view == 'fav'"}class="current"{/if}>favorites</a></li> |
@@ -9,4 +14,3 @@ | |||
9 | <li><img src="img/up.png" onclick="sort_links('{$view}', 'ia');" title="by date asc" /> by date <img src="img/down.png" onclick="sort_links('{$view}', 'id');" title="by date desc" /></li> | 14 | <li><img src="img/up.png" onclick="sort_links('{$view}', 'ia');" title="by date asc" /> by date <img src="img/down.png" onclick="sort_links('{$view}', 'id');" title="by date desc" /></li> |
10 | <li><img src="img/up.png" onclick="sort_links('{$view}', 'ta');" title="by title asc" /> by title <img src="img/down.png" onclick="sort_links('{$view}', 'td');" title="by title desc" /></li> | 15 | <li><img src="img/up.png" onclick="sort_links('{$view}', 'ta');" title="by title asc" /> by title <img src="img/down.png" onclick="sort_links('{$view}', 'td');" title="by title desc" /></li> |
11 | </ul> | 16 | </ul> |
12 | <div id="content"> | ||
diff --git a/tpl/login.html b/tpl/login.html index b78b72e1..12927692 100644 --- a/tpl/login.html +++ b/tpl/login.html | |||
@@ -1,5 +1,9 @@ | |||
1 | {include="head"} | 1 | {include="head"} |
2 | <div> | 2 | <body class="light-style"> |
3 | <header> | ||
4 | <h1><img src="./img/logo.png" alt="logo poche" />poche</h1> | ||
5 | </header> | ||
6 | <div id="main"> | ||
3 | <form method="post" action="?login" name="loginform"> | 7 | <form method="post" action="?login" name="loginform"> |
4 | <fieldset> | 8 | <fieldset> |
5 | <h2>login to your poche</h2> | 9 | <h2>login to your poche</h2> |
diff --git a/tpl/view.html b/tpl/view.html index 9ba5e208..4384631b 100644 --- a/tpl/view.html +++ b/tpl/view.html | |||
@@ -47,13 +47,6 @@ | |||
47 | <div class="backhome"> | 47 | <div class="backhome"> |
48 | <a href="index.php" title="back to home">←</a> | 48 | <a href="index.php" title="back to home">←</a> |
49 | </div> | 49 | </div> |
50 | </div> | ||
51 | 50 | ||
52 | {include="js"} | 51 | {include="js"} |
53 | 52 | {include="footer"} \ No newline at end of file | |
54 | <footer class="mr2 mt3 smaller"> | ||
55 | <p>powered by <a href="http://inthepoche.com">poche</a><br />follow us on <a href="https://twitter.com/getpoche" title="follow us on twitter">twitter</a></p> | ||
56 | </footer> | ||
57 | |||
58 | </body> | ||
59 | </html> \ No newline at end of file | ||