ArthurHoaro dea0ba28f9 Fixes #378 - Plugin administration UI. před 8 roky
..
404.html abe330b5e9 fix whitespace před 8 roky
addlink.html c133612f32 CSS: remove hardcoded style from templates před 9 roky
changepassword.html 8079dfd1cd W3C compliance (work on issue #64 - https://github.com/shaarli/Shaarli/issues/64): před 9 roky
changetag.html bdd1715b24 Use awesomplete as autocomplete lib and remove jQuery - shaarli/Shaarli#148 před 9 roky
configure.html 567967fdf9 Template upgrade to handle plugin zones před 8 roky
daily.html 90e5bd65c9 URL encode links when a redirector is set. před 8 roky
dailyrss.html f3b8f9f0f8 Include the whole <item> in dailyRSS před 9 roky
editlink.html b39b1bc2ee Fixes #360 - Auto-complete more than one tag in tag filter field před 8 roky
export.html 8079dfd1cd W3C compliance (work on issue #64 - https://github.com/shaarli/Shaarli/issues/64): před 9 roky
import.html 5f85fcd863 Working on shaarli/Shaarli#224 před 9 roky
includes.html 8f8113b94b Fixes #176 - Add opensearch functionality před 8 roky
install.html 329e076879 shaarli/Shaarli#34: Make update check optional před 9 roky
linklist.html 55d0a5c445 Bugfix: prevent LinkFilter to work on outdated data. před 8 roky
linklist.paging.html 567967fdf9 Template upgrade to handle plugin zones před 8 roky
loginform.html 5f85fcd863 Working on shaarli/Shaarli#224 před 9 roky
opensearch.html 8f8113b94b Fixes #176 - Add opensearch functionality před 8 roky
page.footer.html 40a5f296a6 Adding a new placeholder in render_footer hook. před 8 roky
page.header.html 056107ab4e Handle errors raised by plugins in template. fixes #370 před 8 roky
page.html 450342737c Initial commit (version 0.0.40 beta) před 11 roky
picwall.html 90e5bd65c9 URL encode links when a redirector is set. před 8 roky
pluginsadmin.html dea0ba28f9 Fixes #378 - Plugin administration UI. před 8 roky
readme.txt 450342737c Initial commit (version 0.0.40 beta) před 11 roky
tagcloud.html 567967fdf9 Template upgrade to handle plugin zones před 8 roky
tools.html dea0ba28f9 Fixes #378 - Plugin administration UI. před 8 roky

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


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