]> git.immae.eu Git - github/wallabag/wallabag.git/commitdiff
modif tpl
authornicosomb <nicolas@loeuillet.org>
Sun, 21 Apr 2013 10:17:56 +0000 (12:17 +0200)
committernicosomb <nicolas@loeuillet.org>
Sun, 21 Apr 2013 10:17:56 +0000 (12:17 +0200)
tpl/entries.html
tpl/footer.html
tpl/head.html
tpl/home.html
tpl/login.html
tpl/view.html

index 648e1ce9d85098a8dadfbf9754fd61807745de63..8526a3c9dfa9769507c671b19147956acf9f58f2 100644 (file)
@@ -1,3 +1,4 @@
+            <div id="content">
                 {loop="entries"}
                     <div id="entry-{$value.id}" class="entrie mb2">
                         <span class="content">
@@ -13,4 +14,5 @@
                             </div>
                         </span>
                     </div>
-                {/loop}
\ No newline at end of file
+                {/loop}
+            </div>
\ No newline at end of file
index 04bedabcbe42e12852c337be6ca81a14efdb4778..b8bd755c8e5a8a68afaaad60319cbc4ad2fb2c01 100644 (file)
@@ -1,6 +1,4 @@
-            </div>
-        </div>
-
+               </div>
         <footer class="mr2 mt3 smaller">
             <p>powered by <a href="http://inthepoche.com">poche</a><br />follow us on <a href="https://twitter.com/getpoche" title="follow us on twitter">twitter</a></p>
         </footer>
index 66b6895d7225c6f5ed78b1e72aa088ba40f0cd31..e95f61001c11bdc8fbc3747755b5da0ab48aa7e0 100644 (file)
@@ -19,9 +19,4 @@
         <link rel="stylesheet" href="./css/style-light.css" media="all" title="light-style">
         <!-- Dark Theme -->
         <link rel="alternate stylesheet" href="./css/style-dark.css" media="all" title="dark-style">
-    </head>
-    <body class="light-style">
-        <header>
-            <h1><img src="./img/logo.png" alt="logo poche" />poche</h1>
-        </header>
-        <div id="main">
\ No newline at end of file
+    </head>
\ No newline at end of file
index 28db89c2040b040314ec7d2a9cd7b899424a6afb..752a571b89df1303d69f3ccd973f44bb29fc4afc 100644 (file)
@@ -1,3 +1,8 @@
+    <body class="light-style">
+        <header>
+            <h1><img src="./img/logo.png" alt="logo poche" />poche</h1>
+        </header>
+        <div id="main">
             <ul id="links">
                 <li><a href="index.php" {if="$view == 'index'"}class="current"{/if}>home</a></li>
                 <li><a href="?view=fav" {if="$view == 'fav'"}class="current"{/if}>favorites</a></li>
@@ -9,4 +14,3 @@
                 <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>
                 <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>
             </ul>
-            <div id="content">
index b78b72e1e351f2c0b5ceecad5ab69b907e17c667..12927692eabaa24ccf998ec3aaafcad77f379249 100644 (file)
@@ -1,5 +1,9 @@
 {include="head"}
-        <div>
+    <body class="light-style">
+        <header>
+            <h1><img src="./img/logo.png" alt="logo poche" />poche</h1>
+        </header>
+        <div id="main">
             <form method="post" action="?login" name="loginform">
                 <fieldset>
                     <h2>login to your poche</h2>
index 9ba5e208d45cd45f84b97ea4f95c5fd66ec6c3c1..4384631b41925e1b327c3ee5668e23d79711feab 100644 (file)
             <div class="backhome">
                 <a href="index.php" title="back to home">&larr;</a>
             </div>
-        </div>
 
         {include="js"}
-
-        <footer class="mr2 mt3 smaller">
-            <p>powered by <a href="http://inthepoche.com">poche</a><br />follow us on <a href="https://twitter.com/getpoche" title="follow us on twitter">twitter</a></p>
-        </footer>
-
-    </body>
-</html>
\ No newline at end of file
+        {include="footer"}
\ No newline at end of file