VirtualTam 8758bb0ac8 Merge pull request #619 from ArthurHoaro/plugins/param-desc 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 da10377b3c Rename configuration keys and fix GLOBALS in templates 8 роки тому
dailyrss.html da10377b3c Rename configuration keys and fix GLOBALS in templates 8 роки тому
editlink.html da10377b3c Rename configuration keys and fix GLOBALS in templates 8 роки тому
export.bookmarks.html cd5327bee8 Refactor Netscape bookmark exporting 8 роки тому
export.html bb4a23aa86 Export: allow prepending notes with the Shaarli instance's URL 8 роки тому
feed.atom.html 56e8ea2089 Create a template to handle ATOM feed 8 роки тому
feed.rss.html 5f8e6ebc6a Adds a RSS template file 8 роки тому
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 b74b96bfbd Adds ConfigJson which handle the configuration in JSON format. 8 роки тому
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 684e662a58 Replace $GLOBALS configuration with the configuration manager in the whole code base 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 1442afe3cf Plugin parameter description: Update the templates to display them 8 роки тому
readme.txt 450342737c Initial commit (version 0.0.40 beta) 11 роки тому
tagcloud.html b0128609f4 Fixes #526: bad font size separator in tagcloud with some locale 8 роки тому
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"}


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