VirtualTam 2f3e74090a Merge pull request #408 from ArthurHoaro/gototop vor 8 Jahren
..
addlink.html c133612f32 CSS: remove hardcoded style from templates vor 9 Jahren
changepassword.html 8079dfd1cd W3C compliance (work on issue #64 - https://github.com/shaarli/Shaarli/issues/64): vor 9 Jahren
changetag.html bdd1715b24 Use awesomplete as autocomplete lib and remove jQuery - shaarli/Shaarli#148 vor 9 Jahren
configure.html 567967fdf9 Template upgrade to handle plugin zones vor 8 Jahren
daily.html 90e5bd65c9 URL encode links when a redirector is set. vor 8 Jahren
dailyrss.html f3b8f9f0f8 Include the whole <item> in dailyRSS vor 9 Jahren
editlink.html b39b1bc2ee Fixes #360 - Auto-complete more than one tag in tag filter field vor 8 Jahren
export.html 8079dfd1cd W3C compliance (work on issue #64 - https://github.com/shaarli/Shaarli/issues/64): vor 9 Jahren
import.html 5f85fcd863 Working on shaarli/Shaarli#224 vor 9 Jahren
includes.html 8f8113b94b Fixes #176 - Add opensearch functionality vor 8 Jahren
install.html 329e076879 shaarli/Shaarli#34: Make update check optional vor 9 Jahren
linklist.html 90e5bd65c9 URL encode links when a redirector is set. vor 8 Jahren
linklist.paging.html 567967fdf9 Template upgrade to handle plugin zones vor 8 Jahren
loginform.html 5f85fcd863 Working on shaarli/Shaarli#224 vor 9 Jahren
opensearch.html 8f8113b94b Fixes #176 - Add opensearch functionality vor 8 Jahren
page.footer.html 40a5f296a6 Adding a new placeholder in render_footer hook. vor 8 Jahren
page.header.html 056107ab4e Handle errors raised by plugins in template. fixes #370 vor 8 Jahren
page.html 450342737c Initial commit (version 0.0.40 beta) vor 11 Jahren
picwall.html 90e5bd65c9 URL encode links when a redirector is set. vor 8 Jahren
readme.txt 450342737c Initial commit (version 0.0.40 beta) vor 11 Jahren
tagcloud.html 567967fdf9 Template upgrade to handle plugin zones vor 8 Jahren
tools.html 0504659db7 Minimal indent of tools.html vor 8 Jahren

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


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