diff options
author | nicosomb <nicolas@loeuillet.org> | 2013-04-21 12:17:56 +0200 |
---|---|---|
committer | nicosomb <nicolas@loeuillet.org> | 2013-04-21 12:17:56 +0200 |
commit | cddd8e90f4f6a5312acef88b70e386fca08d36a9 (patch) | |
tree | 7531829eb2fdfb7fec6aac0f642ec1d929232b8c /tpl/home.html | |
parent | bbff4b57a9692580c87135055928851ca368ab4f (diff) | |
download | wallabag-cddd8e90f4f6a5312acef88b70e386fca08d36a9.tar.gz wallabag-cddd8e90f4f6a5312acef88b70e386fca08d36a9.tar.zst wallabag-cddd8e90f4f6a5312acef88b70e386fca08d36a9.zip |
modif tpl
Diffstat (limited to 'tpl/home.html')
-rw-r--r-- | tpl/home.html | 6 |
1 files changed, 5 insertions, 1 deletions
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"> | ||