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/organisations_list.tmpl.html | 33 ++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 ui/html/pages/organisations_list.tmpl.html (limited to 'ui/html/pages/organisations_list.tmpl.html') diff --git a/ui/html/pages/organisations_list.tmpl.html b/ui/html/pages/organisations_list.tmpl.html new file mode 100644 index 0000000..5fedb09 --- /dev/null +++ b/ui/html/pages/organisations_list.tmpl.html @@ -0,0 +1,33 @@ +{{ define "title" }}Organisations{{end}} + +{{ define "main" }} +

Organisations [Admin]

+ + + + + + + + + + + + + {{ if .Organisations }} + {{range .Organisations}} + + + + + + + + + {{end}} + {{else}} +

There are no organisations yet.

+ {{end}} + +
OrganisationRPLead Inspector[s]Another attributeAnother attributeSharePoint
{{.Name}}Tim GudgeonTina McKinchey / Barbara SnellandBobbinsBobbinsLink
+{{ end }} -- cgit v1.2.3