]>
Commit | Line | Data |
---|---|---|
719ef8e8 | 1 | </main> |
402b0346 A |
2 | |
3 | <div class="pure-g"> | |
4 | <div class="pure-u-2-24"></div> | |
c31dd67c | 5 | <footer id="footer" class="pure-u-20-24 footer-container" role="contentinfo"> |
b2143ff4 | 6 | <i class="fa fa-shaarli" aria-hidden="true"></i> |
82941956 | 7 | <strong><a href="https://github.com/shaarli/Shaarli">Shaarli</a></strong> |
89ccc83b | 8 | {if="$is_logged_in===true"} |
82941956 A |
9 | {$version} |
10 | {/if} | |
11 | · | |
12266213 | 12 | {'The personal, minimalist, super-fast, database free, bookmarking service'|t} {'by the Shaarli community'|t} · |
7f525042 | 13 | <a href="{$root_path}/doc/html/index.html" rel="nofollow">{'Documentation'|t}</a> |
402b0346 A |
14 | {loop="$plugins_footer.text"} |
15 | {$value} | |
16 | {/loop} | |
c31dd67c | 17 | </footer> |
402b0346 A |
18 | <div class="pure-u-2-24"></div> |
19 | </div> | |
bc988eb0 A |
20 | |
21 | <input type="hidden" name="token" value="{$token}" id="token" /> | |
22 | ||
402b0346 A |
23 | {loop="$plugins_footer.endofpage"} |
24 | {$value} | |
25 | {/loop} | |
26 | ||
27 | {loop="$plugins_footer.js_files"} | |
7f525042 | 28 | <script src="{$root_path}/{$value}#"></script> |
402b0346 A |
29 | {/loop} |
30 | ||
5f987a64 | 31 | <div id="js-translations" class="hidden" aria-hidden="true"> |
40ec173e A |
32 | <span id="translation-fold">{'Fold'|t}</span> |
33 | <span id="translation-fold-all">{'Fold all'|t}</span> | |
34 | <span id="translation-expand">{'Expand'|t}</span> | |
35 | <span id="translation-expand-all">{'Expand all'|t}</span> | |
5f987a64 A |
36 | <span id="translation-delete-link">{'Are you sure you want to delete this link?'|t}</span> |
37 | <span id="translation-delete-tag">{'Are you sure you want to delete this tag?'|t}</span> | |
40ec173e A |
38 | <span id="translation-shaarli-desc"> |
39 | {'The personal, minimalist, super-fast, database free, bookmarking service'|t} {'by the Shaarli community'|t} | |
40 | </span> | |
41 | </div> | |
42 | ||
818b3193 A |
43 | <input type="hidden" name="js_base_path" value="{$base_path}" /> |
44 | <script src="{$asset_path}/js/shaarli.min.js?v={$version_hash}#"></script> |