2013-02-26 10:09:41 +01:00
|
|
|
<div id="footer">
|
2016-05-08 18:58:59 +02:00
|
|
|
<strong><a href="https://github.com/shaarli/Shaarli">Shaarli</a></strong>
|
|
|
|
- The personal, minimalist, super-fast, database free, bookmarking service by the Shaarli community
|
2018-07-07 19:03:12 +02:00
|
|
|
- <a href="doc/html/index.html" rel="nofollow">Help/documentation</a>
|
2015-07-15 11:47:12 +02:00
|
|
|
{loop="$plugins_footer.text"}
|
|
|
|
{$value}
|
|
|
|
{/loop}
|
2013-02-26 10:09:41 +01:00
|
|
|
</div>
|
2015-12-07 11:54:18 +01:00
|
|
|
|
|
|
|
{loop="$plugins_footer.endofpage"}
|
|
|
|
{$value}
|
|
|
|
{/loop}
|
|
|
|
|
2015-11-27 00:10:43 +01:00
|
|
|
{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>
|
2013-02-26 10:09:41 +01:00
|
|
|
{/if}
|
2018-02-24 18:34:50 +01:00
|
|
|
|
|
|
|
<script src="js/shaarli.min.js"></script>
|
|
|
|
|
2018-04-18 23:45:05 +02:00
|
|
|
{if="$is_logged_in"}
|
2014-12-12 17:01:02 +01:00
|
|
|
<script>function confirmDeleteLink() { var agree=confirm("Are you sure you want to delete this link ?"); if (agree) return true ; else return false ; }</script>
|
2013-02-26 10:09:41 +01:00
|
|
|
{/if}
|
2015-07-15 11:47:12 +02:00
|
|
|
|
|
|
|
{loop="$plugins_footer.js_files"}
|
|
|
|
<script src="{$value}#"></script>
|
|
|
|
{/loop}
|