2013-02-26 10:09:41 +01:00
< div id = "footer" >
2015-04-05 22:39:34 +02:00
< b > < a href = "https://github.com/shaarli/Shaarli" > Shaarli< / a > < / b > - The personal, minimalist, super-fast, no-database delicious clone by the < a href = "https://github.com/shaarli/Shaarli" > Shaarli< / a > community - < a href = "doc/Home.html" > 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}
{if="isLoggedIn()"}
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"}
< script src = "{$value}#" > < / script >
{/loop}