]> git.immae.eu Git - github/shaarli/Shaarli.git/blobdiff - tpl/default/page.footer.html
Minor adjustments
[github/shaarli/Shaarli.git] / tpl / default / page.footer.html
index 5e4ff9ee4237ada1a7480e20a84ae7b72872fbe5..527c0504c017558641554246ff1fc8ff8989bf4c 100644 (file)
@@ -1,29 +1,19 @@
-<div id="footer">
-    <b><a href="https://github.com/shaarli/Shaarli">Shaarli</a></b> - The personal, minimalist, super-fast, no-database delicious clone by the <a href="https://github.com/shaarli/Shaarli">Shaarli</a> community - <a href="doc/Home.html">Help/documentation</a>
-    {loop="$plugins_footer.text"}
-        {$value}
-    {/loop}
+<div class="pure-g">
+  <div class="pure-u-2-24"></div>
+  <div id="footer" class="pure-u-20-24">
+    <strong><a href="https://github.com/shaarli/Shaarli">Shaarli</a></strong> &middot;
+    The personal, minimalist, super-fast, database free, bookmarking service by the Shaarli community &middot;
+    <a href="doc/Home.html" rel="nofollow">Documentation</a>
+      {loop="$plugins_footer.text"}
+          {$value}
+      {/loop}
+  </div>
+  <div class="pure-u-2-24"></div>
 </div>
-
 {loop="$plugins_footer.endofpage"}
     {$value}
 {/loop}
 
-{if="$newVersion"}
-<div id="newversion">
-  <span id="version_id">&#x25CF;</span> Shaarli {$newVersion} is
-  <a href="https://github.com/shaarli/Shaarli/releases">available</a>.
-</div>
-{/if}
-{if="$versionError"}
-<div id="newversion">
-  Error: {$versionError}
-</div>
-{/if}
-{if="isLoggedIn()"}
-<script>function confirmDeleteLink() { var agree=confirm("Are you sure you want to delete this link ?"); if (agree) return true ; else return false ; }</script>
-{/if}
-
 {loop="$plugins_footer.js_files"}
        <script src="{$value}#"></script>
 {/loop}