Arthur 9cf93bcfc5 Merge pull request #697 from ArthurHoaro/feature/ids-bis %!s(int64=7) %!d(string=hai) anos
..
404.html abe330b5e9 fix whitespace %!s(int64=8) %!d(string=hai) anos
addlink.html c133612f32 CSS: remove hardcoded style from templates %!s(int64=9) %!d(string=hai) anos
changepassword.html 8079dfd1cd W3C compliance (work on issue #64 - https://github.com/shaarli/Shaarli/issues/64): %!s(int64=9) %!d(string=hai) anos
changetag.html bdd1715b24 Use awesomplete as autocomplete lib and remove jQuery - shaarli/Shaarli#148 %!s(int64=9) %!d(string=hai) anos
configure.html 2e193ad387 Fix variable in configure.php %!s(int64=8) %!d(string=hai) anos
daily.html 01878a75b9 Apply the new ID system accros the whole codebase %!s(int64=7) %!d(string=hai) anos
dailyrss.html dec5fe9c69 Cleanup: explicitely loop over PHP variables in templates %!s(int64=7) %!d(string=hai) anos
editlink.html 01878a75b9 Apply the new ID system accros the whole codebase %!s(int64=7) %!d(string=hai) anos
export.bookmarks.html dec5fe9c69 Cleanup: explicitely loop over PHP variables in templates %!s(int64=7) %!d(string=hai) anos
export.html bb4a23aa86 Export: allow prepending notes with the Shaarli instance's URL %!s(int64=8) %!d(string=hai) anos
feed.atom.html 1d2cef8aef Remove new line between content tag and CDATA in ATOM feed %!s(int64=7) %!d(string=hai) anos
feed.rss.html dec5fe9c69 Cleanup: explicitely loop over PHP variables in templates %!s(int64=7) %!d(string=hai) anos
import.html a973afeac7 Refactor bookmark import using a generic Netscape parser %!s(int64=8) %!d(string=hai) anos
includes.html 1ef05d3601 Add meta tag to block sending the referrer %!s(int64=7) %!d(string=hai) anos
install.html 329e076879 shaarli/Shaarli#34: Make update check optional %!s(int64=9) %!d(string=hai) anos
linklist.html 9cf93bcfc5 Merge pull request #697 from ArthurHoaro/feature/ids-bis %!s(int64=7) %!d(string=hai) anos
linklist.paging.html ba0fd80732 Improve theme dependent plugin placeholders: %!s(int64=7) %!d(string=hai) anos
loginform.html 85c4bdc235 Prefill the login field when the authentication has failed %!s(int64=8) %!d(string=hai) anos
opensearch.html 8f8113b94b Fixes #176 - Add opensearch functionality %!s(int64=8) %!d(string=hai) anos
page.footer.html 70860f30d5 Remove delicious from Shaarli description %!s(int64=8) %!d(string=hai) anos
page.header.html ba0fd80732 Improve theme dependent plugin placeholders: %!s(int64=7) %!d(string=hai) anos
page.html 450342737c Initial commit (version 0.0.40 beta) %!s(int64=11) %!d(string=hai) anos
picwall.html dec5fe9c69 Cleanup: explicitely loop over PHP variables in templates %!s(int64=7) %!d(string=hai) anos
pluginsadmin.html 3d8f5cf84b Describe markdown HTML rendering and display a warning %!s(int64=7) %!d(string=hai) anos
readme.txt 450342737c Initial commit (version 0.0.40 beta) %!s(int64=11) %!d(string=hai) anos
tagcloud.html dec5fe9c69 Cleanup: explicitely loop over PHP variables in templates %!s(int64=7) %!d(string=hai) anos
tools.html caa382dd55 Disable Firefox Social in the tools section if the page is not loaded using HTTPS, as Firefox will deny the request. %!s(int64=7) %!d(string=hai) anos

readme.txt

===== Shaarli template organisation =====

Any Shaarli page should conform to this RainTPL template:

-----------------------------------------------------

{include="includes"}


You body goes here...
{include="page.footer"}


-----------------------------------------------------

If you want to also add something in the page header (in the dark area), do it here:




Example: "Add new link" form:
-----------------------------------------------------

{include="includes"}


{include="page.footer"}


-----------------------------------------------------