-
Notifications
You must be signed in to change notification settings - Fork 3
/
page.footer.html
38 lines (35 loc) · 1.42 KB
/
page.footer.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
<script src="inc/awesomplete.min.js#"></script>
<script src="inc/awesomplete-multiple-tags.js#"></script>
<script>
awesompleteUniqueTag('#tagfilter_value');
</script>
<div id="footer">
<b><a href="https://github.com/shaarli/Shaarli">Shaarli {if="isLoggedIn()"}(version {$version}){/if}</a></b> - The personal, minimalist, super-fast, database free bookmarking service<br>
<a href="https://github.com/shaarli/Shaarli">by the Shaarli community</a> | <a href="doc/Home.html" rel="nofollow">Help / documentation</a><br>
<a href="https://github.com/alexisju/albinomouse-template" target="_blank">AlbinoMouse Template</a> by <a href="http://effingo.be/" target="_blank">alexisju</a> <br/>
<div class="am-plugin_footer">
{loop="$plugins_footer.text"}
{$value}
{/loop}
{loop="$plugins_footer.endofpage"}
{$value}
{/loop}
</div>
</div>
{if="$newVersion"}
<div id="newversion">
<span id="version_id">●</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}