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>
|
2023-07-06 18:57:10 +02:00
|
|
|
- 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
|
|
|
|
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"}
|
2020-07-26 14:43:10 +02:00
|
|
|
<script src="{$base_path}/{$value}#"></script>
|
2015-07-15 11:47:12 +02:00
|
|
|
{/loop}
|
2020-07-26 14:43:10 +02:00
|
|
|
|
|
|
|
<input type="hidden" name="js_base_path" value="{$base_path}" />
|
2020-11-05 18:16:52 +01:00
|
|
|
<input type="hidden" name="token" value="{$token}" id="token" />
|
|
|
|
<input type="hidden" name="tags_separator" value="{$tags_separator}" id="tags_separator" />
|
|
|
|
|
|
|
|
<script src="{$asset_path}/js/shaarli.min.js#"></script>
|