]> git.immae.eu Git - github/shaarli/Shaarli.git/blame - tpl/vintage/page.footer.html
tpl: default/vintage: pluginsadmin: fix link to documentation
[github/shaarli/Shaarli.git] / tpl / vintage / page.footer.html
CommitLineData
45034273 1<div id="footer">
70860f30
A
2 <strong><a href="https://github.com/shaarli/Shaarli">Shaarli</a></strong>
3 - The personal, minimalist, super-fast, database free, bookmarking service by the Shaarli community
738b1873 4 - <a href="doc/html/index.html" rel="nofollow">Help/documentation</a>
567967fd
A
5 {loop="$plugins_footer.text"}
6 {$value}
7 {/loop}
45034273 8</div>
40a5f296
A
9
10{loop="$plugins_footer.endofpage"}
11 {$value}
12{/loop}
13
4407b45f
V
14{if="$newVersion"}
15<div id="newversion">
16 <span id="version_id">&#x25CF;</span> Shaarli {$newVersion} is
17 <a href="https://github.com/shaarli/Shaarli/releases">available</a>.
18</div>
19{/if}
20{if="$versionError"}
21<div id="newversion">
22 Error: {$versionError}
23</div>
45034273 24{/if}
7e9bd977
A
25
26<script src="js/shaarli.min.js"></script>
27
89ccc83b 28{if="$is_logged_in"}
8079dfd1 29<script>function confirmDeleteLink() { var agree=confirm("Are you sure you want to delete this link ?"); if (agree) return true ; else return false ; }</script>
45034273 30{/if}
567967fd
A
31
32{loop="$plugins_footer.js_files"}
33 <script src="{$value}#"></script>
34{/loop}