From c4f4dec22ee74fd91e47d5b20e43ba35be1f15d3 Mon Sep 17 00:00:00 2001 From: hajigeek Date: Wed, 25 May 2022 09:07:59 +0800 Subject: [PATCH 1/3] BUG22 FIXED --- Header.php | 6 ++++++ Submissions.php | 11 ++++++++--- css/main.css | 10 ++++++++++ 3 files changed, 24 insertions(+), 3 deletions(-) create mode 100644 css/main.css diff --git a/Header.php b/Header.php index a302d24..258dd84 100644 --- a/Header.php +++ b/Header.php @@ -22,6 +22,12 @@ if (mysqli_connect_errno()) { + + diff --git a/Submissions.php b/Submissions.php index 44b9ad7..a5961e4 100644 --- a/Submissions.php +++ b/Submissions.php @@ -262,8 +262,13 @@ where Lab_Report_ID=$id and lab_report_submissions.Status='Marked' Order by lab if ($att4 != "") { $full_link = $full_link . "| $att4"; } - echo "
- $title
by : $submitted_by        [ Marked $Marks ]   Visibility : $Visibility + // you will notic why i used span here to wrap the submitted by name + // because if we wrap with span , the css class text-selectable can be used only the submittedBy name + // if you want to use text-selectable class on whole div, just call the css class + + + echo "
+ $title
by : $submitted_by        [ Marked $Marks ]   Visibility : $Visibility
Lecturer/TA notes : $notes
Submitted : $posted
Attachments : $full_link
"; } @@ -341,7 +346,7 @@ where Lab_Report_ID=$id and lab_report_submissions.Status='Remarking'"); if ($att4 != "") { $full_link = $full_link . "| $att4"; } - echo "
+ echo "
$title
by : $submitted_by        [ Marked $Marks ]
Remarking Reason : $remarking_reason
Submitted : $posted " . "" diff --git a/css/main.css b/css/main.css new file mode 100644 index 0000000..9d9a636 --- /dev/null +++ b/css/main.css @@ -0,0 +1,10 @@ + +/* this css class is used to enable copying in texts with the mouse. */ +.text-selectable { + + -webkit-user-select: text; + -moz-user-select: text; + -ms-user-select: text; + user-select: text; + + } \ No newline at end of file From 8ecab98e215e600e8f8af174e68e34773180ebce Mon Sep 17 00:00:00 2001 From: Lan Hui Date: Fri, 17 Jun 2022 21:58:14 +0800 Subject: [PATCH 2/3] git reset HEAD^ twice. --- .htaccess | 1 + Submissions.php | 4 ++-- index.php | 6 +++++- 3 files changed, 8 insertions(+), 3 deletions(-) create mode 100644 .htaccess diff --git a/.htaccess b/.htaccess new file mode 100644 index 0000000..8d2f256 --- /dev/null +++ b/.htaccess @@ -0,0 +1 @@ +deny from all diff --git a/Submissions.php b/Submissions.php index a5961e4..cabcaf0 100644 --- a/Submissions.php +++ b/Submissions.php @@ -183,7 +183,7 @@ where Lab_Report_ID=$id and lab_report_submissions.Status='Pending' order by Sub } echo "
- $title
by: $submitted_by + $title
by: $submitted_by
Submitted : $posted
Attachments : $full_link
"; } @@ -347,7 +347,7 @@ where Lab_Report_ID=$id and lab_report_submissions.Status='Remarking'"); $full_link = $full_link . "| $att4"; } echo "
- $title
by : $submitted_by        [ Marked $Marks ]
Remarking Reason : $remarking_reason + $title
by : $submitted_by        [ Marked $Marks ]
Remarking Reason : $remarking_reason
Submitted : $posted " . "" . "       Ignore Request " diff --git a/index.php b/index.php index fd8c17a..8824217 100644 --- a/index.php +++ b/index.php @@ -1,3 +1,7 @@ + + - LRR was originally developed as a software engineering course project by Mohamed Nor and Elmahdi Houzi. Please submit your suggestions or bug reports to lanhui _at_ zjnu.edu.cn. Last updated on 18/04/2020 by Ashly. More information ... + LRR was originally developed as a software engineering course project by Mohamed Nor and Elmahdi Houzi. Please submit your suggestions or bug reports to lanhui. Last updated on 18/04/2020 by Ashly. More information ...
From 1fc6061e1981aa4a54e79b48eff08a8a86b8b65d Mon Sep 17 00:00:00 2001 From: Lan Hui Date: Fri, 17 Jun 2022 22:02:40 +0800 Subject: [PATCH 3/3] nothing to say --- index.php | 4 ---- 1 file changed, 4 deletions(-) diff --git a/index.php b/index.php index 8824217..94537b3 100644 --- a/index.php +++ b/index.php @@ -1,7 +1,3 @@ - -