Migration SVN

This commit is contained in:
2016-02-21 14:28:40 +01:00
commit df45f10305
1455 changed files with 20440 additions and 0 deletions

9
web/javascript/general.js Executable file
View File

@@ -0,0 +1,9 @@
// Critical error, when exception is captured
var critical_error = 'Critical error : The script has generated an error. Our team was informed.';
// color of the inputs for tests
var color_ok = '#02bc6d';
var background_ok = '#c5fae4';
var color_nok = '#e00000';
var background_nok = '#efc0c0'