diff options
author | Nicolas Lœuillet <nicolas@loeuillet.org> | 2013-04-22 23:04:18 -0700 |
---|---|---|
committer | Nicolas Lœuillet <nicolas@loeuillet.org> | 2013-04-22 23:04:18 -0700 |
commit | 2761de0184d03ad85f69589c379c94049bb43d24 (patch) | |
tree | c28cb3df3f1069934ec1be771e344879a7d09222 /tpl/home.html | |
parent | d3607de9297d1af9a788c90b1297e644ce882ca7 (diff) | |
parent | d2beefd27c814acdfa248e4ca469e6cad06288a4 (diff) | |
download | wallabag-2761de0184d03ad85f69589c379c94049bb43d24.tar.gz wallabag-2761de0184d03ad85f69589c379c94049bb43d24.tar.zst wallabag-2761de0184d03ad85f69589c379c94049bb43d24.zip |
Merge pull request #72 from Silvus/dev
Style de l'écran de connexion
Diffstat (limited to 'tpl/home.html')
-rw-r--r-- | tpl/home.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tpl/home.html b/tpl/home.html index ad881997..e99e1680 100644 --- a/tpl/home.html +++ b/tpl/home.html | |||
@@ -1,6 +1,6 @@ | |||
1 | <body class="light-style"> | 1 | <body class="light-style"> |
2 | <header> | 2 | <header> |
3 | <h1><img src="./img/logo.png" alt="logo poche" />poche</h1> | 3 | <h1><a href="/"><img src="./img/logo.png" alt="logo poche" /></a>poche</h1> |
4 | </header> | 4 | </header> |
5 | <div id="main"> | 5 | <div id="main"> |
6 | <ul id="links"> | 6 | <ul id="links"> |
@@ -10,7 +10,7 @@ | |||
10 | <li><a href="?view=config" {if="$view == 'config'"}class="current"{/if}>config</a></li> | 10 | <li><a href="?view=config" {if="$view == 'config'"}class="current"{/if}>config</a></li> |
11 | <li><a href="?logout" title="Logout">logout</a></li> | 11 | <li><a href="?logout" title="Logout">logout</a></li> |
12 | </ul> | 12 | </ul> |
13 | {if condition="isset($entries)"} | 13 | {if condition="isset($entries)"} |
14 | <ul id="sort"> | 14 | <ul id="sort"> |
15 | <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> | 15 | <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> |
16 | <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> | 16 | <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> |