summaryrefslogtreecommitdiff
path: root/yaksh/templates
AgeCommit message (Collapse)Author
2020-01-24Change in views, forms and templatesadityacp
- Add django messages for showing success, warning messages - Add pagination in monitor and grade user - Remove unnecessary template blocks - Show add and view options for quizzes, lessons, modules - Add form-control bootstrap class for multiple forms - Fix the UI in grade user and monitor pages - Add font awesome icons in the login page
2020-01-21Change url pattern in design question paperadityacp
2020-01-21Fix design question paper UIadityacp
2020-01-20Change views, urls, forms, templates, staticadityacp
- Change course, quiz, module, lesson forms - Add messages for success and warning - Add proper redirections to the specifc urls - Remove unnecessary custom css
2020-01-17Revamp course detail and courses page templatesadityacp
2020-01-03Add fontawesome icons in questions page and change add question button positionadityacp
2020-01-03Remove unncessary break html tags and add bootstrap custom file inputadityacp
2020-01-02Resolve commentsCruiseDevice
2020-01-02Resolve commentsCruiseDevice
- Fix PEP8 - Change the url as per django urlpattern - Replace all the buttons by <a> tag - Use get_queryset() for filtering data for pagination - Make buttons large - Add Pagination in ajax_question_filter.html - Hide Pagination when there is no question object
2020-01-02Resolve conflictsCruiseDevice
2020-01-02Show the grading ranges in a single lineadityacp
2020-01-02Change courses page with new UIadityacp
2019-12-20Use reverse url instead of traditional url in templatesadityacp
2019-12-20Change in moderator dashboard templatesadityacp
- Add paginator template for pagination - Change moderator dashboard, edit profile and complete template
2019-12-20Change the password reset page and change password pageadityacp
2019-12-20Change base templates for moderator side pagesadityacp
2019-08-19Move all download related templates to a new subfolder and add homepage link ↵ankitjavalkar
to navbar logo
2019-07-26Move Download Course button on first page under "Enrolled Courses"CruiseDevice
2019-07-12Resolve commentsCruiseDevice
- Remove print statements. - Remove commented css from offline.css. - Change 127.0.0.1 to yaksh.fossee.in quiz.html for offline application.
2019-07-03Minor changesCruiseDevice
- Remove commented code. - Add active class to the tab selected on sidebar.
2019-06-20UI improvementsCruiseDevice
- show lessons in tree structure on sidebar menu. - Use div inplace of table in index.html to show modules and lessons.
2019-06-07Improve UI in offline YakshCruiseDevice
2019-05-31Add templates and more featuresCruiseDevice
2019-04-24Upgrade Jquery version from 1.9.1 to 3.3.1 in all templatesCruiseDevice
2019-04-09Merge pull request #592 from ankitjavalkar/add-prereq-passing-checkKing
Add functionality to restrict access to next module based on passing previous module
2019-03-12Add functionality to restrict access to next module based on passing ↵ankitjavalkar
previous module
2019-03-06Merge pull request #585 from CruiseDevice/course_status_uiKing
Multiple UI Changes
2019-02-28Use built-in django url tag inplace of hard-code URL in templateCruiseDevice
2019-02-28Add Download Course button in Course Module templateCruiseDevice
2019-02-27Fix table alignment, change completed paper to green.CruiseDevice
2019-02-27Fix Export to CSV button aligmentCruiseDevice
2019-02-27Multiple UI Changes:CruiseDevice
- Change Course Status page UI - Fix breaking alignment in Monitor Page summary table
2019-02-27Merge pull request #565 from ankitjavalkar/fix-review-module-pageKing
Make changes to View Module screen and Quiz screen interface for students
2019-02-27Remove commented code and inline stylingankitjavalkar
2019-02-26Merge pull request #576 from CruiseDevice/link_to_questionKing
Add link to the Question in Design QuestionPaper.
2019-02-26Merge pull request #566 from ankitjavalkar/toggle-view-gradeKing
Toggle view grade and other UI improvements
2019-02-18Mulitple UI changes in Quiz Edit Page:CruiseDevice
- Remove extra conditions - Rename View Questionpaper button to Edit Questionpaper button
2019-02-18Add Preview Question Paper button in add_quiz templateCruiseDevice
2019-02-18Add Preview QuestionPaper button in Quiz view pageCruiseDevice
2019-02-18Merge pull request #575 from CruiseDevice/file_download_issue_in_quizankitjavalkar
Fix download file for a question in quiz
2019-02-18Reduce button size.CruiseDevice
2019-02-18Change alert messageCruiseDevice
2019-02-18Open link for edit question in new tabCruiseDevice
2019-02-18Fix download file for a question in quizCruiseDevice
2019-02-14Show link only to the creator of the question in Design Question PaperCruiseDevice
2019-02-13Add link to the Question in Design QuestionPaper.CruiseDevice
- Add a link to edit Question while designing Question Paper.
2019-02-08Show alert on clicking Undo Changes buttonCruiseDevice
2019-02-04Make changes to View Module screen and Quiz screen interface for studentsankitjavalkar
- Remove 'Units In This Module' section from View Module page - Increase size of Question marks displayed during Quiz - Change the Question Navigator colours so that Attempted Question number is more visible - Remove footer in Quiz interface - Adjust the logo in the Nav bar on Quit and Complete screen
2019-02-04Upgrade jquery-ui.js and jquery-ui.css only in add_lesson.html templateCruiseDevice
2019-02-01Change Course Listing UI on Student Dashboardankitjavalkar