Commit Graph

17 Commits

Author SHA1 Message Date
kakwa a56c491ee1 cleanup in html template + tidylib
* few small cleanup in html template (avoid empty tbody, put id between
quotes)
* switch to tidylib to validate the html instead of the previous hack
calling an external service (https://html5.validator.nu/)
* remove the previous validator script
* add exception for tidylib on empty <span> (these are required by
bootstrap)
2019-02-09 18:31:37 +01:00
kakwa 2df56d2de2 fix template over-escaping + python 3 support
The templates were html escaping the generated js code for the
autofill and the role management. This was breaking these features.
It's okay to not escape these as they are coming from a trusted source
(configuration file).

Also make the templates python3 compatible (not need to import Set in
python 3)
2019-02-06 21:38:11 +01:00
kakwa a33a46e8b8 add dynamic resizing to align input-group-addon
* add class to identify the 2 form columns
* add a js that calculate max width and resize all input-group-addon
spans
* load the js in the base template
2017-04-05 23:24:19 +02:00
kakwa 9edc7e545a increment version + changelog + copyright to 2016 2016-07-05 20:33:06 +02:00
kakwa 2451b2efdd adding notification after an action is performed 2015-10-28 23:11:23 +01:00
kakwa 61df2094c4 implementing custom js 2015-08-09 10:35:28 +02:00
kakwa 6dd81f5a91 implementing various autofill javascript functions 2015-07-08 01:55:31 +02:00
kakwa 665195fef4 adding autofill js file in base templates 2015-07-08 00:43:26 +02:00
kakwa af4e24218e adding js to replace diacritic char in js 2015-07-06 10:18:51 +02:00
kakwa bf13f2a4f4 fix favicon 2015-07-05 14:30:53 +02:00
kakwa 147cad3511 fix unicode 2015-06-27 22:35:34 +02:00
kakwa 9bb2105322 begin implementing confirmation for deleting user 2015-06-23 10:42:10 +02:00
kakwa 6eece6f7ff implementing notification to explain automatic adding of roles 2015-06-12 00:25:17 +02:00
kakwa 68c481c390 adding bootstrap switch to base template 2015-06-09 08:54:14 +02:00
kakwa 247a1fed3a removing trailling spaces 2015-06-06 22:23:21 +02:00
kakwa 2b52e121d1 adding basic js validation for forms 2015-06-03 23:57:22 +02:00
kakwa 8a0404d48e adding base template for web pages 2015-05-19 17:54:17 +02:00