]> git.immae.eu Git - github/wallabag/wallabag.git/blame - tpl/home.html
lors de l'import, les liens déjà lus dans Pocket étaient repris en tant que non lus...
[github/wallabag/wallabag.git] / tpl / home.html
CommitLineData
8046748b 1 <body>
2 <header>
3 <h1><img src="./img/logo.png" alt="logo poche" />poche</h1>
4 </header>
5 <div id="main">
6 <ul id="links">
7 <li><a href="index.php" {if="$view == 'index'"}class="current"{/if}>home</a></li>
8 <li><a href="?view=fav" {if="$view == 'fav'"}class="current"{/if}>favorites</a></li>
9 <li><a href="?view=archive" {if="$view == 'archive'"}class="current"{/if}>archive</a></li>
cf3180f6 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>
8046748b 11 </ul>
9fee2e72 12 <ul id="sort">
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><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 </ul>
139769aa 16 <div id="content">