]> Devoid-pointer.net GitWeb - Nine-Q.git/commit
- Add static error pages to display when template generation fails
authorMichal Malý <madcatxster@devoid-pointer.net>
Sun, 30 Nov 2014 19:32:12 +0000 (20:32 +0100)
committerMichal Malý <madcatxster@devoid-pointer.net>
Sun, 30 Nov 2014 19:32:12 +0000 (20:32 +0100)
commitb3270be50bf3053c290784ed1f90a4210d714baf
tree311425814432d6527c1e7ef8dd565c35b1838949
parent3e3cd26b9187a50e324420c6760954c604afb8f7
- Add static error pages to display when template generation fails
- Redirect to index only when problem_category GET parameters is empty
15 files changed:
bin/styles/main.css
bin/templates/error.html [new file with mode: 0644]
bin/templates/static/error_display_answer.html [new file with mode: 0644]
bin/templates/static/error_display_assignment.html [new file with mode: 0644]
bin/templates/static/error_prepare_problem.html [new file with mode: 0644]
bin/templates/static/error_problem_category.html [new file with mode: 0644]
bin/templates/static/error_problem_id.html [new file with mode: 0644]
bin/templates/static/error_uid_registration.html [new file with mode: 0644]
src/face_generators/face_generator.adb
src/face_generators/face_generator.ads
src/handlers/handler_check_answer.adb
src/handlers/handler_next_problem.adb
src/handlers/handler_start.adb
src/problem_manager.adb
src/problem_manager.ads