]>
Commit | Line | Data |
---|---|---|
45034273 | 1 | <div id="footer"> |
b84c913f | 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> |
45034273 SS |
3 | </div> |
4 | {if="$newversion"} | |
e6ea0f96 | 5 | <div id="newversion"><span id="version_id">●</span> Shaarli {$newversion|htmlspecialchars} is <a href="https://github.com/shaarli/Shaarli/releases">available</a>.</div> |
45034273 SS |
6 | {/if} |
7 | {if="isLoggedIn()"} | |
8079dfd1 | 8 | <script>function confirmDeleteLink() { var agree=confirm("Are you sure you want to delete this link ?"); if (agree) return true ; else return false ; }</script> |
45034273 | 9 | {/if} |