diff --git a/html/administration/createuser.html b/html/administration/createuser.html new file mode 100644 index 00000000..2e638dcb --- /dev/null +++ b/html/administration/createuser.html @@ -0,0 +1,71 @@ +
+
+ Create User +
+ +
+ +
+
+
+ +
+ +
+
+
+ +
+ +
+
+
+ +
+ +
+
+
+ +
+ +
+
+
+
+ +
+ +
+
+
+ +
+ +
+
+
+
+ +
+ +
+
+
+ +
+ +
+
+
+ + +
+
+
diff --git a/html/administration/userslist.html b/html/administration/userslist.html new file mode 100644 index 00000000..9148a8bd --- /dev/null +++ b/html/administration/userslist.html @@ -0,0 +1,27 @@ +
+ +
+ Create User +
+
+ +
+ + + + + + + + + + + + + + + + + +
Office nameUser nameNameEmail
{{user.officeName}}{{user.username}}{{user.firstname}} {{user.lastname}}{{user.email}}
+
\ No newline at end of file diff --git a/html/administration/viewuser.html b/html/administration/viewuser.html new file mode 100644 index 00000000..3ef09caa --- /dev/null +++ b/html/administration/viewuser.html @@ -0,0 +1,47 @@ +
+
+
+ +
+
+
+
+ + + + + + + + + + + + + + + + + + + + + + + + +

{{user.username}}

First name:{{user.firstname}}
Last name:{{user.lastname}}
Email:{{user.email}}
Office:{{user.officeName}}
Selected roles: + + + + +
+ {{role.name}} +
+
+
+
+ \ No newline at end of file diff --git a/html/clients/createclient.html b/html/clients/createclient.html index 28cd1176..8e87dd58 100644 --- a/html/clients/createclient.html +++ b/html/clients/createclient.html @@ -4,7 +4,7 @@
-
@@ -12,7 +12,7 @@
-
diff --git a/index.html b/index.html index 7bd5f0f8..de507b70 100644 --- a/index.html +++ b/index.html @@ -122,7 +122,7 @@