]> git.immae.eu Git - github/shaarli/Shaarli.git/blob - tpl/default/page.footer.html
Feature: support any tag separator
[github/shaarli/Shaarli.git] / tpl / default / page.footer.html
1 </main>
2
3 <div class="pure-g">
4 <div class="pure-u-2-24"></div>
5 <footer id="footer" class="pure-u-20-24 footer-container" role="contentinfo">
6 <i class="fa fa-shaarli" aria-hidden="true"></i>
7 <strong><a href="https://github.com/shaarli/Shaarli">Shaarli</a></strong>
8 {if="$is_logged_in===true"}
9 {$version}
10 {/if}
11 &middot;
12 {'The personal, minimalist, super-fast, database free, bookmarking service'|t} {'by the Shaarli community'|t} &middot;
13 <a href="{$root_path}/doc/html/index.html" rel="nofollow">{'Documentation'|t}</a>
14 {loop="$plugins_footer.text"}
15 {$value}
16 {/loop}
17 </footer>
18 <div class="pure-u-2-24"></div>
19 </div>
20
21 {loop="$plugins_footer.endofpage"}
22 {$value}
23 {/loop}
24
25 {loop="$plugins_footer.js_files"}
26 <script src="{$root_path}/{$value}#"></script>
27 {/loop}
28
29 <div id="js-translations" class="hidden" aria-hidden="true">
30 <span id="translation-fold">{'Fold'|t}</span>
31 <span id="translation-fold-all">{'Fold all'|t}</span>
32 <span id="translation-expand">{'Expand'|t}</span>
33 <span id="translation-expand-all">{'Expand all'|t}</span>
34 <span id="translation-delete-link">{'Are you sure you want to delete this link?'|t}</span>
35 <span id="translation-delete-tag">{'Are you sure you want to delete this tag?'|t}</span>
36 <span id="translation-shaarli-desc">
37 {'The personal, minimalist, super-fast, database free, bookmarking service'|t} {'by the Shaarli community'|t}
38 </span>
39 </div>
40
41 <input type="hidden" name="js_base_path" value="{$base_path}" />
42 <input type="hidden" name="token" value="{$token}" id="token" />
43 <input type="hidden" name="tags_separator" value="{$tags_separator}" id="tags_separator" />
44
45 <script src="{$asset_path}/js/shaarli.min.js?v={$version_hash}#"></script>