diff options
author | nodiscc <nodiscc@gmail.com> | 2015-02-14 13:49:36 +0100 |
---|---|---|
committer | nodiscc <nodiscc@gmail.com> | 2015-02-14 13:49:36 +0100 |
commit | 97f7ac4dd496a932ace59b6e316a1089aaf0a267 (patch) | |
tree | 541e775e9d4d13903bbbe585f7733490bae09939 /tpl | |
parent | aa69403cfff6734243f74a14251afd775bacc11a (diff) | |
parent | a6e0134d07f7a77f1da97d9d563e339057ff8d54 (diff) | |
download | Shaarli-97f7ac4dd496a932ace59b6e316a1089aaf0a267.tar.gz Shaarli-97f7ac4dd496a932ace59b6e316a1089aaf0a267.tar.zst Shaarli-97f7ac4dd496a932ace59b6e316a1089aaf0a267.zip |
Merge pull request #109 from nodiscc/version-check
Update README and Shaarli's footer
Diffstat (limited to 'tpl')
-rw-r--r-- | tpl/includes.html | 1 | ||||
-rw-r--r-- | tpl/page.footer.html | 4 |
2 files changed, 3 insertions, 2 deletions
diff --git a/tpl/includes.html b/tpl/includes.html index efc658eb..53996fb0 100644 --- a/tpl/includes.html +++ b/tpl/includes.html | |||
@@ -5,5 +5,6 @@ | |||
5 | <link rel="alternate" type="application/rss+xml" href="{$feedurl}?do=rss{$searchcrits}#" title="RSS Feed" /> | 5 | <link rel="alternate" type="application/rss+xml" href="{$feedurl}?do=rss{$searchcrits}#" title="RSS Feed" /> |
6 | <link rel="alternate" type="application/atom+xml" href="{$feedurl}?do=atom{$searchcrits}#" title="ATOM Feed" /> | 6 | <link rel="alternate" type="application/atom+xml" href="{$feedurl}?do=atom{$searchcrits}#" title="ATOM Feed" /> |
7 | <link href="images/favicon.ico#" rel="shortcut icon" type="image/x-icon" /> | 7 | <link href="images/favicon.ico#" rel="shortcut icon" type="image/x-icon" /> |
8 | <link type="text/css" rel="stylesheet" href="inc/reset.css" /> | ||
8 | <link type="text/css" rel="stylesheet" href="inc/shaarli.css?version={$version|urlencode}#" /> | 9 | <link type="text/css" rel="stylesheet" href="inc/shaarli.css?version={$version|urlencode}#" /> |
9 | {if="is_file('inc/user.css')"}<link type="text/css" rel="stylesheet" href="inc/user.css?version={$version|urlencode}#" />{/if} | 10 | {if="is_file('inc/user.css')"}<link type="text/css" rel="stylesheet" href="inc/user.css?version={$version|urlencode}#" />{/if} |
diff --git a/tpl/page.footer.html b/tpl/page.footer.html index e55a3cb4..448e9f8e 100644 --- a/tpl/page.footer.html +++ b/tpl/page.footer.html | |||
@@ -1,8 +1,8 @@ | |||
1 | <div id="footer"> | 1 | <div id="footer"> |
2 | <b><a href="http://sebsauvage.net/wiki/doku.php?id=php:shaarli">Shaarli {$version|htmlspecialchars}</a></b> - The personal, minimalist, super-fast, no-database delicious clone. By <a href="http://sebsauvage.net" target="_blank">sebsauvage.net</a>. Theme by <a href="http://blog.idleman.fr" target="_blank">idleman.fr</a>. | 2 | <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. |
3 | </div> | 3 | </div> |
4 | {if="$newversion"} | 4 | {if="$newversion"} |
5 | <div id="newversion"><span id="version_id">●</span> Shaarli {$newversion|htmlspecialchars} is <a href="http://sebsauvage.net/wiki/doku.php?id=php:shaarli#download">available</a>.</div> | 5 | <div id="newversion"><span id="version_id">●</span> Shaarli {$newversion|htmlspecialchars} is <a href="https://github.com/shaarli/Shaarli/releases">available</a>.</div> |
6 | {/if} | 6 | {/if} |
7 | {if="isLoggedIn()"} | 7 | {if="isLoggedIn()"} |
8 | <script>function confirmDeleteLink() { var agree=confirm("Are you sure you want to delete this link ?"); if (agree) return true ; else return false ; }</script> | 8 | <script>function confirmDeleteLink() { var agree=confirm("Are you sure you want to delete this link ?"); if (agree) return true ; else return false ; }</script> |