The page header is defined in a single stylesheet so that if you want to change how a page header looks across the entire site, you change the css in one place.
Applying DRY principles and better coding practices to index.php
Separating the CSS and applying DRY principles to the CSS in index.php so that they are all in main.css
Applying DRY principles and better coding practices to index.php
Separating the CSS and applying DRY principles to the CSS in index.php so that they are all in main.css
Admin.php:
"Intial Password": "Intial" is a typo.
Courses.php:
"Dealine Date/Time": "Dealine" is a typo.
"Ttle" is a typo.
"Invidual" is a typo.
Script.php:
"sepcial" is a typo.
"Inavlid" is a typo.
"Garde" is a typo. Should be "Grade".
Student.php:
"STUEDNT" is a typo. Should be "Student".
Admin.php:
"Intial Password": "Intial" is a typo.
Courses.php:
"Dealine Date/Time": "Dealine" is a typo.
"Ttle" is a typo.
"Invidual" is a typo.
Script.php:
"sepcial" is a typo.
"Inavlid" is a typo.
"Garde" is a typo. Should be "Grade".
Student.php:
"STUEDNT" is a typo. Should be "Student".
The session start() function was on the wrong line in the logout.php file. I just changed it to the appropriate line of code, before the session destroy() function.
Co-authored-by: WhyteAsamoah <whyteasamoahgyamfi@outlook.com>
Reviewed-on: http://121.4.94.30:3000/mrlan/LRR/pulls/43
Co-authored-by: YEBOAH MARTHA ASAMOAH <3534763826@qq.com>
Co-committed-by: YEBOAH MARTHA ASAMOAH <3534763826@qq.com>
Writing the course code in lower letters, results in "No results found for your Search" i solved this issue by adding $search=strtoupper($_GET['search']); line in courses.php file
Co-authored-by: edson <edsonnyoni92@gmail.com>
Co-authored-by: Lan Hui <lanhui@zjnu.edu.cn>
Reviewed-on: http://121.4.94.30:3000/mrlan/LRR/pulls/42
Co-authored-by: EDSON NYONI <edsonnyoni92@gmail.com>
Co-committed-by: EDSON NYONI <edsonnyoni92@gmail.com>
Implemented filters for the following:
Case 1: the user has entered something under "Find course by Code".
List the courses whose course code matches the entered course code, in reverse chronological order.
Case 2: the user has not entered something under "Find course by Code".
If there is a value for "List courses by faculty", list all courses that belong to the entered faulty, in reverse chronological order.
Otherwise, list the student's joined courses (already done), in reverse chronological order.
This pull request is for extending the login session duration to 2 hours as reported in [Bug256](http://118.25.96.118/bugzilla/show_bug.cgi?id=256).
Co-authored-by: faruq <hufarouq01@gmail.com>
Reviewed-on: http://121.4.94.30:3000/mrlan/LRR/pulls/33
Co-authored-by: HAYATU UMAR FARUQ <hufarouq01@gmail.com>
Co-committed-by: HAYATU UMAR FARUQ <hufarouq01@gmail.com>