]> git.immae.eu Git - github/wallabag/wallabag.git/blame - tpl/view.html
README, CREDITS & chmod
[github/wallabag/wallabag.git] / tpl / view.html
CommitLineData
8046748b 1{include="head"}
2 <body class="article">
3 <div id="article" class="w600p">
4 <div class="backhome">
5 <a href="index.php" title="back to home">&larr;</a>
6 </div>
7 <div class="tools">
cf3180f6 8 <ul>
9 <li><a title="toggle mark as read" class="tool archive {if="$is_read == '0'"}archive-off{/if}" onclick="toggle_archive(this, {$id}, '{$token}')"><span></span></a></li>
10 <li><a title="toggle favorite" class="tool fav {if="$is_fav == '0'"}fav-off{/if}" onclick="toggle_favorite(this, {$id}, '{$token}')"><span></span></a></li>
11 <li><form method="post" onsubmit="return confirm('Are you sure?')" style="display: inline;"><input type="hidden" name="token" id="token" value="{$token}" /><input type="hidden" id="action" name="action" value="delete" /><input type="hidden" id="id" name="id" value="{$id}" /><input type="submit" class="delete" title="toggle delete" /></form></li>
12 </ul>
8046748b 13 </div>
14 <header class="mbm">
15 <h1><a href="{$url}">{$title}</a></h1>
16 <div class="vieworiginal txtright small"><a href="{$url}" target="_blank" title="original : {$title}">view original</a></div>
17 </header>
18 <article>
19 <div id="readityourselfcontent">
20 {$content}
21 </div>
22 </article>
23 <div class="vieworiginal txtright small"><a href="{$url}" target="_blank" title="original : {$title}">view original</a></div>
24 <div class="backhome">
25 <a href="index.php" title="back to home">&larr;</a>
26 </div>
27 </div>
28 {include="footer"}
29 {include="js"}
30 </body>
31</html>