From 20560419614e22fbb58567cdb0b88b54caf679f4 Mon Sep 17 00:00:00 2001 From: Matthew Lemon Date: Thu, 18 Apr 2024 11:06:32 +0100 Subject: Adds code from ded-go-core - no database D2S test app code removed (nginx error). Adds all go code from `ded-go-core` using the basic Gov.UK UI for a test page for DED. --- ui/html/pages/operations_list.tmpl.html | 59 +++++++++++++++++++++++++++++++++ 1 file changed, 59 insertions(+) create mode 100644 ui/html/pages/operations_list.tmpl.html (limited to 'ui/html/pages/operations_list.tmpl.html') diff --git a/ui/html/pages/operations_list.tmpl.html b/ui/html/pages/operations_list.tmpl.html new file mode 100644 index 0000000..2863d19 --- /dev/null +++ b/ui/html/pages/operations_list.tmpl.html @@ -0,0 +1,59 @@ +{{ define "title" }}Operations{{end}} + + +{{ define "main" }} +

Operations [Admin]

+ +

+Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet. +

+ + +{{if .Operations}} + + + + + + + + + + + + + + + {{range .Operations }} + + + + + + + + + + + {{end}} + +
OperationRPLead Inspector[s]DescriptionOrganisationEPsESsSharePoint
{{.Name}}Tim GudgeonTina McKinchey / Barbara Snelland{{.Description}}{{.OrganisationName}}EP 2024 + {{if .EngagementStrategies}} + + {{else}} + NA + {{end}} + Link
+{{else}} +

There are no operations.

+{{end}} + +{{ end }} + -- cgit v1.2.3