aboutsummaryrefslogtreecommitdiffhomepage
path: root/tpl/page.footer.html
Commit message (Collapse)AuthorAgeFilesLines
* Adding a new placeholder in render_footer hook.ArthurHoaro2015-12-081-0/+5
| | | | Allow free elements at the end of the page.
* application: default to the "stable" branch for update checksVirtualTam2015-11-271-2/+10
| | | | | | | Relates to #372 Relates to #390 Signed-off-by: VirtualTam <virtualtam@flibidi.net>
* Template upgrade to handle plugin zonesArthurHoaro2015-11-071-0/+7
| | | | Add a bunch of plugin placeholders in templates
* Working on shaarli/Shaarli#224ArthurHoaro2015-06-231-1/+1
| | | | | | | | | | | | I reviewed character escaping everywhere with the following ideas: * use a single common function to escape user data: `escape` using `htmlspecialchars`. * sanitize fields in `index.php` after reading them from datastore and before sending them to templates. It means no escaping function in Twig templates. 2 reasons: * it reduces risks of security issue for future user made templates * more readable templates * sanitize user configuration fields after loading them.
* doc: point footer link to local html documentationnodiscc2015-04-051-1/+1
|
* Include documentation/wiki locally:nodiscc2015-03-141-1/+1
| | | | | | | * sync current wiki (https://github.com/shaarli/Shaarli/wiki) to the doc/ directory * fix missing logo in README * add link to local documentation in the page footer * add Makefile targets for doc generation by @virtualtam
* Update README and Shaarli's footernodiscc2015-02-141-2/+2
| | | | | | | | | * remove version number display from main page * update project URL in footer, fixes https://github.com/shaarli/Shaarli/issues/89 * update copyright notice in the footer * mention origins of the fork in README, fixes https://github.com/shaarli/Shaarli/issues/105 * update License section in the README * remove screenshots as mediacru.sh is down
* W3C compliance (work on issue #64 - ↵ArthurHoaro2015-01-081-1/+1
| | | | | | | | | | | | | | | | | | https://github.com/shaarli/Shaarli/issues/64): * fix duplicate IDs - #paging_older, #paging_newer become classes as the paging is displayed twice (top, bottom) in the linklist * fix duplicate IDs - #paging_privatelinks and #paging_linksperpage become classes * daily links are now valid (use &amp) * name attribute is not used anymore on a tag in link list * center tag is replaced by CSS in picwall and tag cloud * action in form tag can't be empty, use # instead * fixed configure table with CSS instead of cellpadding, border, and valign * export links are now valid * remove "size" in input tag * Fix missing alt attributes for img elements * tpl/daily: Use HTML entities instead of char escape codes * tpl/export: fix missing </span> closing tag * Remove obsolete language attribute on <script> elements
* CSS: remove hardcoded style from templatesVirtualTam2014-12-031-1/+1
| | | | | | | | | | | | | | | Fixes shaarli/Shaarli#29 Style elements refactored as follows: - use existing ids and classes if possible, - else, define new ones and stick with the existing naming convention, - remove hardcoded style attributes from RainTPL templates. Exception: In tpl/tagcloud.html, the display size of each tag is computed at page generation. Signed-off-by: VirtualTam <virtualtam@flibidi.org>
* Removed jQuery from almost all pagesSebastien SAUVAGE2013-09-251-21/+0
| | | | | | | | jQuery has been removed from all pages, except those who really require it (like autocomplete in link edition). Immediate gain: All pages weight 286 kb LESS ! \o/ Highlighting in search results has also been temporarly removed (and will be re-implemented).
* Avoid highlighting paging stuffDavid Sferruzza2013-03-101-1/+1
|
* Highlight search results (issue #4)David Sferruzza2013-03-101-0/+10
| | | | Uses http://bartaz.github.com/sandbox.js/jquery.highlight.html
* Added option to disable jQuery and heavy javascriptSebastien SAUVAGE2013-03-011-1/+1
| | | | | | | | | | | | | Shaarli uses light Javascript in its normal operation, and some jQuery for some features (autocomplete in tags, QR-Code popup...). jQuery can be slow on small computers. An option has been added in configuration screen to disable javascript features which are hard on CPU. (Note that the Picture Wall is awfully heavy *without* jQuery.) (Side note: A *LOT* of users want Shaarli to work without javasript at all, if possible. That's why I try to use as few javascript as possible: It keeps Shaarli pages fast.)
* Initial commit (version 0.0.40 beta)v0.0.40betaSébastien SAUVAGE2013-02-261-0/+20