VirtualTam dec5fe9c69 Cleanup: explicitely loop over PHP variables in templates преди 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 2e193ad387 Fix variable in configure.php преди 8 години
daily.html dec5fe9c69 Cleanup: explicitely loop over PHP variables in templates преди 7 години
dailyrss.html dec5fe9c69 Cleanup: explicitely loop over PHP variables in templates преди 7 години
editlink.html da10377b3c Rename configuration keys and fix GLOBALS in templates преди 8 години
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 dec5fe9c69 Cleanup: explicitely loop over PHP variables in templates преди 7 години
feed.rss.html dec5fe9c69 Cleanup: explicitely loop over PHP variables in templates преди 7 години
import.html a973afeac7 Refactor bookmark import using a generic Netscape parser преди 8 години
includes.html 8f8113b94b Fixes #176 - Add opensearch functionality преди 8 години
install.html 329e076879 shaarli/Shaarli#34: Make update check optional преди 9 години
linklist.html dec5fe9c69 Cleanup: explicitely loop over PHP variables in templates преди 7 години
linklist.paging.html 567967fdf9 Template upgrade to handle plugin zones преди 8 години
loginform.html 85c4bdc235 Prefill the login field when the authentication has failed преди 8 години
opensearch.html 8f8113b94b Fixes #176 - Add opensearch functionality преди 8 години
page.footer.html 70860f30d5 Remove delicious from Shaarli description преди 8 години
page.header.html dec5fe9c69 Cleanup: explicitely loop over PHP variables in templates преди 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 e3de09b4c8 Bugfix: display plugin parameter description only if it exists преди 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 15ff4745ff Bugfix: enable change password if open shaarli is disabled преди 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"}


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