diff options
author | nicosomb <nicolas@loeuillet.org> | 2013-04-20 10:12:22 +0200 |
---|---|---|
committer | nicosomb <nicolas@loeuillet.org> | 2013-04-20 10:12:22 +0200 |
commit | 6a02410a9b0edb0d95e5355bc1793043d63d6a10 (patch) | |
tree | 6dc5b6d2e7e5409e2bbd709acf256ce9daa57de4 /tpl | |
parent | 2cd263e0bd8a36344e1dac5585b362b25ec19261 (diff) | |
download | wallabag-6a02410a9b0edb0d95e5355bc1793043d63d6a10.tar.gz wallabag-6a02410a9b0edb0d95e5355bc1793043d63d6a10.tar.zst wallabag-6a02410a9b0edb0d95e5355bc1793043d63d6a10.zip |
les versions sombre / claire ne concernent que l'affichage de l'article pour l'instant
Diffstat (limited to 'tpl')
-rw-r--r-- | tpl/home.html | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/tpl/home.html b/tpl/home.html index 62c77bd3..28db89c2 100644 --- a/tpl/home.html +++ b/tpl/home.html | |||
@@ -2,7 +2,6 @@ | |||
2 | <li><a href="index.php" {if="$view == 'index'"}class="current"{/if}>home</a></li> | 2 | <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> | 3 | <li><a href="?view=fav" {if="$view == 'fav'"}class="current"{/if}>favorites</a></li> |
4 | <li><a href="?view=archive" {if="$view == 'archive'"}class="current"{/if}>archive</a></li> | 4 | <li><a href="?view=archive" {if="$view == 'archive'"}class="current"{/if}>archive</a></li> |
5 | <li><a href="#" id="themeswitch">dark</a></li> | ||
6 | <li><a style="cursor: move" title="i am a bookmarklet, use me !" href="javascript:(function(){var%20url%20=%20location.href%20||%20url;window.open('{$poche_url}?action=add&url='%20+%20encodeURIComponent(url),'_self');})();">poche it !</a></li> | 5 | <li><a style="cursor: move" title="i am a bookmarklet, use me !" href="javascript:(function(){var%20url%20=%20location.href%20||%20url;window.open('{$poche_url}?action=add&url='%20+%20encodeURIComponent(url),'_self');})();">poche it !</a></li> |
7 | <li><a href="?logout" title="Logout">logout</a></li> | 6 | <li><a href="?logout" title="Logout">logout</a></li> |
8 | </ul> | 7 | </ul> |
@@ -10,4 +9,4 @@ | |||
10 | <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> | 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> |
11 | <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> | 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> |
12 | </ul> | 11 | </ul> |
13 | <div id="content"> \ No newline at end of file | 12 | <div id="content"> |