diff options
author | nicosomb <nicolas@loeuillet.org> | 2013-04-16 12:58:03 +0200 |
---|---|---|
committer | nicosomb <nicolas@loeuillet.org> | 2013-04-16 12:58:03 +0200 |
commit | 9fee2e7266a269a8795b96b972cdc62bbcb3329b (patch) | |
tree | 0abca9c0e46821a37d559d84051062b3ce431117 /tpl | |
parent | 139769aa245fd58d032cb009303b0ea2cc4187cd (diff) | |
download | wallabag-9fee2e7266a269a8795b96b972cdc62bbcb3329b.tar.gz wallabag-9fee2e7266a269a8795b96b972cdc62bbcb3329b.tar.zst wallabag-9fee2e7266a269a8795b96b972cdc62bbcb3329b.zip |
Fixed #13 - tri par date / tri par titre
Diffstat (limited to 'tpl')
-rw-r--r-- | tpl/home.html | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/tpl/home.html b/tpl/home.html index d9612532..568b9274 100644 --- a/tpl/home.html +++ b/tpl/home.html | |||
@@ -9,10 +9,8 @@ | |||
9 | <li><a href="?view=archive" {if="$view == 'archive'"}class="current"{/if}>archive</a></li> | 9 | <li><a href="?view=archive" {if="$view == 'archive'"}class="current"{/if}>archive</a></li> |
10 | <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> | 10 | <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> |
11 | </ul> | 11 | </ul> |
12 | <!-- <ul> | 12 | <ul id="sort"> |
13 | <li onclick="sort_links('ia', '{$token}');">tri par id asc</li> | 13 | <li><img src="img/up.png" onclick="sort_links('{$view}', 'ia', '{$token}');" title="by date asc" /> by date <img src="img/down.png" onclick="sort_links('{$view}', 'id', '{$token}');" title="by date desc" /></li> |
14 | <li onclick="sort_links('id', '{$token}');">tri par id desc</li> | 14 | <li><img src="img/up.png" onclick="sort_links('{$view}', 'ta', '{$token}');" title="by title asc" /> by title <img src="img/down.png" onclick="sort_links('{$view}', 'td', '{$token}');" title="by title desc" /></li> |
15 | <li onclick="sort_links('ta', '{$token}');">tri par title asc</li> | 15 | </ul> |
16 | <li onclick="sort_links('td', '{$token}');">tri par title desc</li> | ||
17 | </ul> --> | ||
18 | <div id="content"> \ No newline at end of file | 16 | <div id="content"> \ No newline at end of file |