diff options
Diffstat (limited to 'tpl/index.html')
-rwxr-xr-x | tpl/index.html | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tpl/index.html b/tpl/index.html index c8b54c84..1c6c83b9 100755 --- a/tpl/index.html +++ b/tpl/index.html | |||
@@ -17,6 +17,11 @@ | |||
17 | <div class="backhome"> | 17 | <div class="backhome"> |
18 | <a href="index.php" title="back to home">←</a> | 18 | <a href="index.php" title="back to home">←</a> |
19 | </div> | 19 | </div> |
20 | <div class="tools"> | ||
21 | <a title="toggle mark as read" class="tool archive {if="$is_read == 0"}archive-off{/if}" onclick="toggle_archive(this, {$id}, 1)"><span></span></a> | ||
22 | <a title="toggle favorite" class="tool fav {if="$is_fav == 0"}fav-off{/if}" onclick="toggle_favorite(this, {$id})"><span></span></a> | ||
23 | <a href="index.php?action=delete&id={$id}" title="toggle delete" onclick="return confirm('Are you sure?')" class="tool delete"><span></span></a> | ||
24 | </div> | ||
20 | <header class="mbm"> | 25 | <header class="mbm"> |
21 | <h1><a href="{$url}">{$title}</a></h1> | 26 | <h1><a href="{$url}">{$title}</a></h1> |
22 | <div class="vieworiginal txtright small"><a href="{$url}" target="_blank" title="original : {$title}">view original</a></div> | 27 | <div class="vieworiginal txtright small"><a href="{$url}" target="_blank" title="original : {$title}">view original</a></div> |