2017-01-26 18:52:54 +01:00
|
|
|
<<<<<<< HEAD
|
|
|
|
=======
|
|
|
|
<div id="footer">
|
|
|
|
<strong><a href="https://github.com/shaarli/Shaarli">Shaarli</a></strong>
|
|
|
|
- The personal, minimalist, super-fast, database free, bookmarking service by the Shaarli community
|
|
|
|
- <a href="doc/html/index.html" rel="nofollow">Help/documentation</a>
|
|
|
|
{loop="$plugins_footer.text"}
|
|
|
|
{$value}
|
|
|
|
{/loop}
|
|
|
|
>>>>>>> Generate HTML documentation using MkDocs (WIP)
|
2017-01-14 15:52:17 +01:00
|
|
|
</div>
|
|
|
|
|
|
|
|
<div class="pure-g">
|
|
|
|
<div class="pure-u-2-24"></div>
|
|
|
|
<div id="footer" class="pure-u-20-24">
|
2017-03-12 14:52:44 +01:00
|
|
|
<strong><a href="https://github.com/shaarli/Shaarli">Shaarli</a></strong>
|
|
|
|
{if="isLoggedIn()===true"}
|
|
|
|
{$version}
|
|
|
|
{/if}
|
|
|
|
·
|
2017-01-14 15:52:17 +01:00
|
|
|
The personal, minimalist, super-fast, database free, bookmarking service by the Shaarli community ·
|
|
|
|
<a href="doc/Home.html" rel="nofollow">Documentation</a>
|
|
|
|
{loop="$plugins_footer.text"}
|
|
|
|
{$value}
|
|
|
|
{/loop}
|
|
|
|
</div>
|
|
|
|
<div class="pure-u-2-24"></div>
|
|
|
|
</div>
|
2017-03-25 15:58:30 +01:00
|
|
|
|
|
|
|
<input type="hidden" name="token" value="{$token}" id="token" />
|
|
|
|
|
2017-01-14 15:52:17 +01:00
|
|
|
{loop="$plugins_footer.endofpage"}
|
|
|
|
{$value}
|
|
|
|
{/loop}
|
|
|
|
|
|
|
|
{loop="$plugins_footer.js_files"}
|
|
|
|
<script src="{$value}#"></script>
|
|
|
|
{/loop}
|
|
|
|
|
|
|
|
<script src="js/shaarli.js"></script>
|
|
|
|
<script src="inc/awesomplete.js#"></script>
|
|
|
|
<script src="inc/awesomplete-multiple-tags.js#"></script>
|