]>
git.immae.eu Git - github/wallabag/wallabag.git/blob - tpl/view.html
3 <div id =
"article" class =
"w600p" >
5 <a href =
"index.php" title =
"back to home" > ← </a>
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;" action =
"index.php" ><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>
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>
19 <div id =
"readityourselfcontent" >
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" > ← </a>