From 47c2880467d1906c9a40746da4bf7c212634db79 Mon Sep 17 00:00:00 2001 From: Matthew Lemon Date: Sun, 11 Feb 2024 20:47:15 +0000 Subject: Adds an operations html template Does not contain any dynamic data at this point, i.e. does not actually list the operations from the database - just dummy data at this point. --- ui/html/pages/operations/list.tmpl.html | 36 +++++++++++++++++++++++++++++++++ ui/html/partials/nav.tmpl.html | 1 + 2 files changed, 37 insertions(+) create mode 100644 ui/html/pages/operations/list.tmpl.html (limited to 'ui') diff --git a/ui/html/pages/operations/list.tmpl.html b/ui/html/pages/operations/list.tmpl.html new file mode 100644 index 0000000..c377129 --- /dev/null +++ b/ui/html/pages/operations/list.tmpl.html @@ -0,0 +1,36 @@ +{{ define "title" }}Operations{{end}} + +{{ define "main" }} +

Operations [Admin]

+

There is nothing to see here yet.

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
OperationRPLead Inspector[s]Another attributeAnother attributeSharePoint
First operationTim GudgeonTina McKinchey / Barbara SnellandBobbinsBobbinsLink
Second organisationSeth PringBarbara SnellandBobbinsBobbinsLink
+{{ end }} diff --git a/ui/html/partials/nav.tmpl.html b/ui/html/partials/nav.tmpl.html index 1e43d8c..ed3a355 100644 --- a/ui/html/partials/nav.tmpl.html +++ b/ui/html/partials/nav.tmpl.html @@ -3,6 +3,7 @@

DefNucSyR Engagement Database

Home Organisations + Operations Engagement Planning {{ end }} -- cgit v1.2.3