MyShaarli/tpl/myShaarli/page.footer.html

40 lines
1.5 KiB
HTML
Raw Permalink Normal View History

2023-05-25 11:13:43 +02:00
</main>
2017-12-15 12:16:50 +01:00
<footer id="footer" role="contentinfo">
<a href="https://github.com/shaarli/Shaarli">Shaarli</a>
2018-10-05 11:55:51 +02:00
{if="$is_logged_in===true"}
2017-12-15 12:16:50 +01:00
{$version}
{/if}
&middot;
2018-10-05 11:55:51 +02:00
{'The personal, minimalist, super-fast, database free, bookmarking service'|t} {'by the Shaarli community'|t} &middot;
<a href="https://demo.shaarli.org/doc/html/index.html" rel="nofollow">{'Documentation'|t}</a>
2017-12-15 12:16:50 +01:00
{loop="$plugins_footer.text"}
{$value}
{/loop}
2023-05-25 11:13:43 +02:00
</footer>
2017-12-15 12:16:50 +01:00
{loop="$plugins_footer.endofpage"}
{$value}
{/loop}
{loop="$plugins_footer.js_files"}
2023-05-25 11:13:43 +02:00
<script src="{$root_path}/{$value}#"></script>
2017-12-15 12:16:50 +01:00
{/loop}
<div id="js-translations" aria-hidden="true">
2018-10-05 11:55:51 +02:00
<span id="translation-fold">{'Fold'|t}</span>
<span id="translation-fold-all">{'Fold all'|t}</span>
<span id="translation-expand">{'Expand'|t}</span>
<span id="translation-expand-all">{'Expand all'|t}</span>
<span id="translation-delete-link">{'Are you sure you want to delete this link?'|t}</span>
2023-05-25 11:13:43 +02:00
<span id="translation-delete-tag">{'Are you sure you want to delete this tag?'|t}</span>
2018-10-05 11:55:51 +02:00
<span id="translation-shaarli-desc">
{'The personal, minimalist, super-fast, database free, bookmarking service'|t} {'by the Shaarli community'|t}
</span>
</div>
<input type="hidden" name="js_base_path" value="{$base_path}">
<input type="hidden" name="token" value="{$token}" id="token">
<input type="hidden" name="tags_separator" value="{$tags_separator}" id="tags_separator">
2023-05-25 11:13:43 +02:00
<script src="{$asset_path}/js/shaarli.min.js?v={$version_hash}#"></script>