From eceaeab4e1c4cb52e187e073c9dad858f0e0bcce Mon Sep 17 00:00:00 2001 From: Matthew Lemon Date: Thu, 28 May 2020 14:11:31 +0100 Subject: started mocking up home page --- ctrack/templates/pages/stakeholder_home.html | 60 ++++++++++++++++++++++++++-- 1 file changed, 56 insertions(+), 4 deletions(-) (limited to 'ctrack/templates') diff --git a/ctrack/templates/pages/stakeholder_home.html b/ctrack/templates/pages/stakeholder_home.html index c281d40..9832d7d 100644 --- a/ctrack/templates/pages/stakeholder_home.html +++ b/ctrack/templates/pages/stakeholder_home.html @@ -1,10 +1,62 @@ {% extends "base.html" %} +{% load static %} + {% block content %} -

Welcome to ctrack - Department for Transport

+
+
+
+

Welcome to ctrack - Department for Transport

+ +

THIS IS A TEMPLATE FOR A STAKEHOLDER USER

+
+
+

Incident Reporting

+ + + + + + + + + + + + + + + + + + + + + +
IncidentDateDetailsStatus
Power failure at Random Site12 May 2020There was a problem with some wires inside the black box at the site. + There was very little we could do until someone switched the circuit breakers off, + then we had to switch off the server that supplies the TLS link to the estate management + system. We failed on this one, big time.RESOLVED
Corruption of main database8 December 2019Weather got to the night-watchperson, who typed in the command to seal + the compound incorrectly. This led to a deluge of sand into the minky processor + which eventually wiped all data tables.UNRESOLVED
+ +
+
+
+

Audits and Inspections

+

No recent audits or inspections
+ No audits or inspections currently scheduled

+
+ +

NIS systems

+

Table of NIS systems here...

+ +

DfT Engagement

+

No engagement with DfT currently scheduled

+ +
+
+
-

User: {{ object }}

-

THIS IS A TEMPLATE FOR A STAKEHOLDER USER

- {% endblock content %} -- cgit v1.2.3