Miloš Jovanović 4aca798e47 added menu div and cleaned up code 9 жил өмнө
..
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 fe16b01edb * removed the language attribute on the script element since it is obsolete and we can safely omit it. 9 жил өмнө
configure.html 329e076879 shaarli/Shaarli#34: Make update check optional 9 жил өмнө
daily.html 38a2d03e34 daily: display link timestamps 9 жил өмнө
dailyrss.html 450342737c Initial commit (version 0.0.40 beta) 11 жил өмнө
editlink.html 4e7b1bf698 Merge pull request #99 from pikzen/license-version 9 жил өмнө
export.html 8079dfd1cd W3C compliance (work on issue #64 - https://github.com/shaarli/Shaarli/issues/64): 9 жил өмнө
import.html 8079dfd1cd W3C compliance (work on issue #64 - https://github.com/shaarli/Shaarli/issues/64): 9 жил өмнө
includes.html 3a10fa0e3f fix broken URL for user.css 9 жил өмнө
install.html 329e076879 shaarli/Shaarli#34: Make update check optional 9 жил өмнө
linklist.html 4e7b1bf698 Merge pull request #99 from pikzen/license-version 9 жил өмнө
linklist.paging.html 8079dfd1cd W3C compliance (work on issue #64 - https://github.com/shaarli/Shaarli/issues/64): 9 жил өмнө
loginform.html c133612f32 CSS: remove hardcoded style from templates 9 жил өмнө
page.footer.html e6ea0f9653 Update README and Shaarli's footer 9 жил өмнө
page.header.html 4aca798e47 added menu div and cleaned up code 9 жил өмнө
page.html 450342737c Initial commit (version 0.0.40 beta) 11 жил өмнө
picwall.html 34047d23fb Lazy load images with the light lib bLazy.js instead of jQuery: 9 жил өмнө
readme.txt 450342737c Initial commit (version 0.0.40 beta) 11 жил өмнө
tagcloud.html 8079dfd1cd W3C compliance (work on issue #64 - https://github.com/shaarli/Shaarli/issues/64): 9 жил өмнө
tools.html 1b434b5270 tools dialog: add a 'Add Note' bookmarklet to immediatly open a note (text post) compose window 9 жил өмнө

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


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