page.footer.html 883 B

123456789101112131415161718192021222324
  1. <div id="footer">
  2. <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>
  3. {loop="$plugins_footer.text"}
  4. {$value}
  5. {/loop}
  6. </div>
  7. {if="$newVersion"}
  8. <div id="newversion">
  9. <span id="version_id">&#x25CF;</span> Shaarli {$newVersion} is
  10. <a href="https://github.com/shaarli/Shaarli/releases">available</a>.
  11. </div>
  12. {/if}
  13. {if="$versionError"}
  14. <div id="newversion">
  15. Error: {$versionError}
  16. </div>
  17. {/if}
  18. {if="isLoggedIn()"}
  19. <script>function confirmDeleteLink() { var agree=confirm("Are you sure you want to delete this link ?"); if (agree) return true ; else return false ; }</script>
  20. {/if}
  21. {loop="$plugins_footer.js_files"}
  22. <script src="{$value}#"></script>
  23. {/loop}