summaryrefslogtreecommitdiff
path: root/yaksh/templates/base.html
AgeCommit message (Collapse)Author
2020-11-03Resolve conflictsadityacp
2020-11-03Fix katex render to allow math inlineadityacp
2020-10-24Improve lesson statisticsadityacp
2020-10-08Add footer and CSSankitjavalkar
2020-09-30Add table of contents for lesson with yaml uploadadityacp
2020-09-30Resolve Conflictsadityacp
2020-09-24Add katex CDNankitjavalkar
2020-09-12Mulitple changesadityacp
- Remove all alerts and add toast messages - Accept user submissions for the lesson quiz and evaluate - Initial lesson statistics
2020-09-09Show the toc quiz on the student dashboardadityacp
2020-08-26First cut for in video quizzesadityacp
2020-01-30Change in js, templatesadityacp
- Replace manual django url pattern in course progress and course js - Add overflow horizontal scroll in quiz side bar - Use bootstrap input text style in quiz
2020-01-02Resolve conflictsCruiseDevice
2019-12-20Use reverse url instead of traditional url in templatesadityacp
2019-12-20Change base templates for moderator side pagesadityacp
2019-01-28Multiple Frontend changes:CruiseDevice
- Remove bootstrap-tabs.js - Minor UI changes in some templates
2019-01-21Fix Monitor in Moderator interface:ankitjavalkar
- Fix indentation - Add proper corresponding closing <div> tags - Add closing <span> tags - Minor changes in inconsistent HTML tags and commented HTML code
2018-10-12Make changes as per PR reviewankitjavalkar
2018-09-26Remove unnecessary html blocks, add popper.js link, fix error message in ↵Shelsy
templates
2018-09-26Change templates with new UIShelsy
2017-12-24Modify Student side UImahesh
- Add yaksh_logo to navbar - Add yaksh_text image on login page - Modify footer bar - Remove fron sidebar and add on navbar
2017-11-23Put page footer outside div containermaheshgudi
2017-10-05changed div class to avoid conflict with bootstrapprathamesh
2017-10-05Show logged in user info in all templatesadityacp
2017-08-14Changes related to front-endprathamesh
Removed snippet append in the check view as snippet is not posted in request. Added an overlay when an user submits a code, with a status text on it. This is to block user from triggering any other event when JS is running. Overlay disappears when JS complete its execution. On time out a request is posted via JS, it receives a JSON response but cannot display user the error as time is over. So in such case, the django itself handles the result and does not return JSONv response.
2017-01-12Exam interface improvedprathamesh
2017-01-04Student UI modification.prathamesh
Added side navigation bar. Edit and view Profile base template set properly. Added a tab "Enrolled Courses" for students to only view the courses they are enrolled in.
2017-01-03navbar display was not proper in small devices. modified navabar.prathamesh
Looks better in small devices as well.
2016-11-17Improved Student Interfaceprathamesh
Student test interface improved. Made time-left component fixed at the top Reset button for code question shifted inside the editor panel. Reduced the empty space at the top and few improvement in look and feel.
2016-10-26Migration from bootstrap 1.4 to bootstrap 3.3prathamesh
Removed css redundancy. Removed unwanted css. Included css and js imports in base template. Upgraded jquery to v1.9 for now.
2016-08-25Students can view their submission i.e. answer paperprathamesh
A simple interface for students to view their answerpaper. Moderator has an option where he can allow to students to view their answerpaper.
2016-06-03Add codemirrorankitjavalkar
2016-05-12Add bootstrap 3 filesankitjavalkar
2016-04-22added jquery file in base.html and manage.htmladityacp
2016-03-11Frontend design changesadityacp
remove older change Remove further changes interface changes interface changes small views.py change change in code evaluator code evaluator changes python code evaluator change exception changes in code evaluator and test cases for python Update test_python_evaluation.py changed variable name in test case Views.py conflict resolve
2015-09-15Remove testapp dir, remove reference to testapp in paths, filesankitjavalkar