aboutsummaryrefslogtreecommitdiffhomepage
path: root/tpl/loginform.html
Commit message (Collapse)AuthorAgeFilesLines
* Prefill the login field when the authentication has failedArthurHoaro2016-05-061-3/+12
|
* Reindent the login templateArthurHoaro2016-05-061-18/+19
|
* 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.
* login enhance for mobilenda2015-06-191-4/+6
|
* CSS: remove hardcoded style from templatesVirtualTam2014-12-031-2/+2
| | | | | | | | | | | | | | | 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>
* Initial commit (version 0.0.40 beta)v0.0.40betaSébastien SAUVAGE2013-02-261-0/+26