]> git.immae.eu Git - github/wallabag/wallabag.git/commitdiff
suppression ancien fichier
authornicosomb <nicolas@loeuillet.org>
Mon, 15 Apr 2013 10:15:59 +0000 (12:15 +0200)
committernicosomb <nicolas@loeuillet.org>
Mon, 15 Apr 2013 10:15:59 +0000 (12:15 +0200)
tpl/index.html [deleted file]

diff --git a/tpl/index.html b/tpl/index.html
deleted file mode 100755 (executable)
index 1c6c83b..0000000
+++ /dev/null
@@ -1,41 +0,0 @@
-<!DOCTYPE html>
-<!--[if lte IE 6]> <html class="no-js ie6 ie67 ie678" lang="en"> <![endif]-->
-<!--[if lte IE 7]> <html class="no-js ie7 ie67 ie678" lang="en"> <![endif]-->
-<!--[if IE 8]> <html class="no-js ie8 ie678" lang="en"> <![endif]-->
-<!--[if gt IE 8]><!--> <html class="no-js" lang="en"> <!--<![endif]-->
-<html>
-    <head>
-        <meta name="viewport" content="width=device-width, minimum-scale=1.0, maximum-scale=1.0">
-        <meta charset="utf-8">
-        <meta http-equiv="X-UA-Compatible" content="IE=10">
-        <link rel="stylesheet" href="./css/knacss.css" media="all">
-        <link rel="stylesheet" href="./css/style.css" media="all">
-        <title>{$title}</title>
-    </head>
-    <body class="article">
-        <div id="article" class="w600p">
-               <div class="backhome">
-                       <a href="index.php" title="back to home">&larr;</a>
-               </div>
-            <div class="tools">
-                <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>
-                <a title="toggle favorite" class="tool fav  {if="$is_fav == 0"}fav-off{/if}" onclick="toggle_favorite(this, {$id})"><span></span></a>
-                <a href="index.php?action=delete&id={$id}" title="toggle delete" onclick="return confirm('Are you sure?')" class="tool delete"><span></span></a>
-            </div>
-            <header class="mbm">
-                <h1><a href="{$url}">{$title}</a></h1>
-                <div class="vieworiginal txtright small"><a href="{$url}" target="_blank" title="original : {$title}">view original</a></div>
-            </header>
-            <article>
-                <div id="readityourselfcontent">
-                    {$content}
-                </div>
-            </article>
-            <div class="vieworiginal txtright small"><a href="{$url}" target="_blank" title="original : {$title}">view original</a></div>
-            <div class="backhome">
-                <a href="index.php" title="back to home">&larr;</a>
-            </div>
-        </div>
-        {include="footer"}
-    </body>
-</html>