page.footer.html 941 B

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