From 520a9deb13f93c689443c0339b1c96a67f0c15a1 Mon Sep 17 00:00:00 2001 From: Matthew Lemon Date: Thu, 28 May 2020 16:11:39 +0100 Subject: added new base.html for stakeholders --- ctrack/templates/base_stakeholder.html | 115 +++++++++++++++++++++++++++ ctrack/templates/pages/stakeholder_home.html | 40 +++++++--- 2 files changed, 142 insertions(+), 13 deletions(-) create mode 100644 ctrack/templates/base_stakeholder.html (limited to 'ctrack') diff --git a/ctrack/templates/base_stakeholder.html b/ctrack/templates/base_stakeholder.html new file mode 100644 index 0000000..c2e8cbe --- /dev/null +++ b/ctrack/templates/base_stakeholder.html @@ -0,0 +1,115 @@ +{% load static i18n %} + + + + + {% block title %}ctrack - Department for Transport{% endblock title %} + + + + + + + + + + {% block css %} + + + + + + + + + + +{# #} + + + {% endblock %} + + + + + +
+ + +
+ +
+ + {% if messages %} + {% for message in messages %} +
{{ message }}
+ {% endfor %} + {% endif %} + + {% block content %} +

Use this document as a way to quick start any new project.

+ {% endblock content %} + +
+ + {% block modal %}{% endblock modal %} + + + + {% block javascript %} + + + + + + + + + + + + +{# #} + + + + {% endblock javascript %} + + + diff --git a/ctrack/templates/pages/stakeholder_home.html b/ctrack/templates/pages/stakeholder_home.html index 0d292da..fd40c7a 100644 --- a/ctrack/templates/pages/stakeholder_home.html +++ b/ctrack/templates/pages/stakeholder_home.html @@ -1,4 +1,4 @@ -{% extends "base.html" %} +{% extends "base_stakeholder.html" %} {% load static %} @@ -17,10 +17,10 @@
-
INFORMATION NOTICE:
+
KEY INFORMATION:

Please note that important notices go in here. This is the NIS Directive portal for DfT. Etc.

-

Your lead inspector is Bob McKinnon.

+

Your lead inspector is Bob McKinnon.

Other important messages will appear here when we deem it necessary. Please ensure you remain in touch with what appears in this box because it WILL be updated periodically.

@@ -70,7 +70,7 @@
-

Audits and Inspections

+

Compliance Events

@@ -79,31 +79,45 @@ + - + - - + + + - - - + + + - + + + + + + + + + + +
DateNotes CAF scope StatusReport
23/10/202023 October 2020 InspectionHammersmith WarehouseFollow up to July telephone callHammersmithFollow up to July call A2.c B2.a SCHEDULED
5/6/2020InspectionHammersmith Warehouse5 June 2020AuditHammersmith NA - A3.a + A2.c B5.c B6 B7 RESOLVEDDfT-NIS-2302A
19 January 2020MeetingVideoNA + Obj C + RESOLVED
@@ -125,7 +139,7 @@ {{ system.name }} {{ system.description }} - {{ system.caf }} + {{ system.caf }} | Update WebCAF {% endfor %} -- cgit v1.2.3