ArthurHoaro dea0ba28f9 Fixes #378 - Plugin administration UI. преди 8 години
..
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 567967fdf9 Template upgrade to handle plugin zones преди 8 години
daily.html 90e5bd65c9 URL encode links when a redirector is set. преди 8 години
dailyrss.html f3b8f9f0f8 Include the whole <item> in dailyRSS преди 9 години
editlink.html b39b1bc2ee Fixes #360 - Auto-complete more than one tag in tag filter field преди 8 години
export.html 8079dfd1cd W3C compliance (work on issue #64 - https://github.com/shaarli/Shaarli/issues/64): преди 9 години
import.html 5f85fcd863 Working on shaarli/Shaarli#224 преди 9 години
includes.html 8f8113b94b Fixes #176 - Add opensearch functionality преди 8 години
install.html 329e076879 shaarli/Shaarli#34: Make update check optional преди 9 години
linklist.html 55d0a5c445 Bugfix: prevent LinkFilter to work on outdated data. преди 8 години
linklist.paging.html 567967fdf9 Template upgrade to handle plugin zones преди 8 години
loginform.html 5f85fcd863 Working on shaarli/Shaarli#224 преди 9 години
opensearch.html 8f8113b94b Fixes #176 - Add opensearch functionality преди 8 години
page.footer.html 40a5f296a6 Adding a new placeholder in render_footer hook. преди 8 години
page.header.html 056107ab4e Handle errors raised by plugins in template. fixes #370 преди 8 години
page.html 450342737c Initial commit (version 0.0.40 beta) преди 11 години
picwall.html 90e5bd65c9 URL encode links when a redirector is set. преди 8 години
pluginsadmin.html dea0ba28f9 Fixes #378 - Plugin administration UI. преди 8 години
readme.txt 450342737c Initial commit (version 0.0.40 beta) преди 11 години
tagcloud.html 567967fdf9 Template upgrade to handle plugin zones преди 8 години
tools.html dea0ba28f9 Fixes #378 - Plugin administration UI. преди 8 години

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


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