From d6a64573a7a18121ddfcd29cbf118df5ec0a82b8 Mon Sep 17 00:00:00 2001 From: Chintalapalli Sai Ganesh Date: Wed, 14 Feb 2024 21:42:38 +0530 Subject: [PATCH] added announcement section --- FusionIIIT/templates/dashboard/modules.html | 2 +- .../templates/examination/announcement.html | 134 ++++++++++++++++++ .../templates/examination/examination.html | 2 +- 3 files changed, 136 insertions(+), 2 deletions(-) create mode 100644 FusionIIIT/templates/examination/announcement.html diff --git a/FusionIIIT/templates/dashboard/modules.html b/FusionIIIT/templates/dashboard/modules.html index 1d9281f91..ab5e0c192 100755 --- a/FusionIIIT/templates/dashboard/modules.html +++ b/FusionIIIT/templates/dashboard/modules.html @@ -232,7 +232,7 @@ - +
diff --git a/FusionIIIT/templates/examination/announcement.html b/FusionIIIT/templates/examination/announcement.html new file mode 100644 index 000000000..a15d1acf1 --- /dev/null +++ b/FusionIIIT/templates/examination/announcement.html @@ -0,0 +1,134 @@ +{% extends 'examination/base.html' %} +{% block sidetabmenu %} + +{% endblock %} + +{% block content %} + +

Announcement

+
+ +{% comment %} Combined {% endcomment %} +
+ +{% comment %} First Row {% endcomment %} +
+ +
+
+ +
+ +
+ +
+
+ +
+ +
+ +
+
+ +
+ +
+ +
+ + +{% comment %} Second Row {% endcomment %} + +
+ +
+
+ +
+ +
+ + + + + + + + + +
+ + + + + + + +
+ +{% endblock %} \ No newline at end of file diff --git a/FusionIIIT/templates/examination/examination.html b/FusionIIIT/templates/examination/examination.html index d5a83b1f8..f2ab2a438 100644 --- a/FusionIIIT/templates/examination/examination.html +++ b/FusionIIIT/templates/examination/examination.html @@ -11,7 +11,7 @@ Publish - Announcement + Announcement Time Table