Arthur fc11ab2f29 Merge pull request #682 from ArthurHoaro/delete-button 7 سال پیش
..
404.html abe330b5e9 fix whitespace 8 سال پیش
addlink.html c133612f32 CSS: remove hardcoded style from templates 9 سال پیش
changepassword.html 8079dfd1cd W3C compliance (work on issue #64 - https://github.com/shaarli/Shaarli/issues/64): 9 سال پیش
changetag.html bdd1715b24 Use awesomplete as autocomplete lib and remove jQuery - shaarli/Shaarli#148 9 سال پیش
configure.html 18e6796726 REST API structure using Slim framework 7 سال پیش
daily.html 01878a75b9 Apply the new ID system accros the whole codebase 7 سال پیش
dailyrss.html dec5fe9c69 Cleanup: explicitely loop over PHP variables in templates 7 سال پیش
editlink.html 01878a75b9 Apply the new ID system accros the whole codebase 7 سال پیش
export.bookmarks.html dec5fe9c69 Cleanup: explicitely loop over PHP variables in templates 7 سال پیش
export.html bb4a23aa86 Export: allow prepending notes with the Shaarli instance's URL 8 سال پیش
feed.atom.html af815f771c Add opensearch to RSS and ATOM feeds 7 سال پیش
feed.rss.html af815f771c Add opensearch to RSS and ATOM feeds 7 سال پیش
import.html a973afeac7 Refactor bookmark import using a generic Netscape parser 8 سال پیش
includes.html 1ef05d3601 Add meta tag to block sending the referrer 7 سال پیش
install.html 18e6796726 REST API structure using Slim framework 7 سال پیش
linklist.html f4ebd5fed2 Bugfixes on link deletion, and use a GET form 7 سال پیش
linklist.paging.html ba0fd80732 Improve theme dependent plugin placeholders: 7 سال پیش
loginform.html 4cfe8d3303 Fixes can login function call in loginform.html 7 سال پیش
opensearch.html 8f8113b94b Fixes #176 - Add opensearch functionality 8 سال پیش
page.footer.html 70860f30d5 Remove delicious from Shaarli description 8 سال پیش
page.header.html ba0fd80732 Improve theme dependent plugin placeholders: 7 سال پیش
page.html 450342737c Initial commit (version 0.0.40 beta) 11 سال پیش
picwall.html dec5fe9c69 Cleanup: explicitely loop over PHP variables in templates 7 سال پیش
pluginsadmin.html 3d8f5cf84b Describe markdown HTML rendering and display a warning 7 سال پیش
readme.txt 450342737c Initial commit (version 0.0.40 beta) 11 سال پیش
tagcloud.html dec5fe9c69 Cleanup: explicitely loop over PHP variables in templates 7 سال پیش
tools.html caa382dd55 Disable Firefox Social in the tools section if the page is not loaded using HTTPS, as Firefox will deny the request. 7 سال پیش

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"}


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