diff --git a/WD7UVN_SzTGUI_2023242.Client.JS/wwwroot/customers.html b/WD7UVN_SzTGUI_2023242.Client.JS/wwwroot/customers.html new file mode 100644 index 0000000..68aac98 --- /dev/null +++ b/WD7UVN_SzTGUI_2023242.Client.JS/wwwroot/customers.html @@ -0,0 +1,47 @@ + + + + + Customers + + + +

Customers

+
+ Want to add a new line? +
+
+ + + + + + + + +
IDNameActions
+

Add a new line

+ + + + + + + + + + + + + + + + + + + + + +
ID
Name
Email
Phone
Service ID
+ + \ No newline at end of file diff --git a/WD7UVN_SzTGUI_2023242.Client.JS/wwwroot/edit.html b/WD7UVN_SzTGUI_2023242.Client.JS/wwwroot/edit.html new file mode 100644 index 0000000..a930c9d --- /dev/null +++ b/WD7UVN_SzTGUI_2023242.Client.JS/wwwroot/edit.html @@ -0,0 +1,71 @@ + + + + + edit + + +

Create new customer:

+
+ + + + + + + + + + + + + +
+ +
+ +
+ +
+ +
+
+
+ + + + + + + + + + + + + + + + + + + +
+ +
+ +
+ +
+ +
+ +
+ +
+
+ + + + + \ No newline at end of file diff --git a/WD7UVN_SzTGUI_2023242.Client.JS/wwwroot/employees.html b/WD7UVN_SzTGUI_2023242.Client.JS/wwwroot/employees.html new file mode 100644 index 0000000..8bd7288 --- /dev/null +++ b/WD7UVN_SzTGUI_2023242.Client.JS/wwwroot/employees.html @@ -0,0 +1,47 @@ + + + + + Employees + + + +

Employees

+
+ Want to add a new line? +
+
+ + + + + + + + +
IDNameActions
+

Add a new line

+ + + + + + + + + + + + + + + + + + + + + +
ID
Name
Email
Phone
Maintainer ID
+ + \ No newline at end of file diff --git a/WD7UVN_SzTGUI_2023242.Client.JS/wwwroot/img/backround.jpg b/WD7UVN_SzTGUI_2023242.Client.JS/wwwroot/img/backround.jpg new file mode 100644 index 0000000..c533c46 Binary files /dev/null and b/WD7UVN_SzTGUI_2023242.Client.JS/wwwroot/img/backround.jpg differ diff --git a/WD7UVN_SzTGUI_2023242.Client.JS/wwwroot/index.html b/WD7UVN_SzTGUI_2023242.Client.JS/wwwroot/index.html index 818d170..744f46b 100644 --- a/WD7UVN_SzTGUI_2023242.Client.JS/wwwroot/index.html +++ b/WD7UVN_SzTGUI_2023242.Client.JS/wwwroot/index.html @@ -1,90 +1,18 @@ - + + Company Manager -
-
-

Customers:

- - - - - - - - - - - -
IDNameActions
-
- -

Create new customer:

-
- - - - - - - - - - - - - -
- -
- -
- -
- -
-
- -

Edit customer:

-
- - - - - - - - - - - - - - - - - - - -
- -
- -
- -
- -
- -
- -
-
-
- - +

Tables

+ Services +
+ Employees +
+ Customers +
+ Maintainer Team - \ No newline at end of file + diff --git a/WD7UVN_SzTGUI_2023242.Client.JS/wwwroot/maintainerteam.html b/WD7UVN_SzTGUI_2023242.Client.JS/wwwroot/maintainerteam.html new file mode 100644 index 0000000..9b13686 --- /dev/null +++ b/WD7UVN_SzTGUI_2023242.Client.JS/wwwroot/maintainerteam.html @@ -0,0 +1,43 @@ + + + + + Maintainer Team + + + +

Maintainer team

+
+ Want to add a new line? +
+
+ + + + + + + + +
IDNameActions
+

Add a new line

+ + + + + + + + + + + + + + + + + +
ID
Name
Email
Leader ID
+ + diff --git a/WD7UVN_SzTGUI_2023242.Client.JS/wwwroot/services.html b/WD7UVN_SzTGUI_2023242.Client.JS/wwwroot/services.html new file mode 100644 index 0000000..1353702 --- /dev/null +++ b/WD7UVN_SzTGUI_2023242.Client.JS/wwwroot/services.html @@ -0,0 +1,63 @@ + + + + + services + + + +

Services

+
+ Want to add a new line? +
+
+ + + + + + + + +
IDNameActions
+

Add a new line

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
ID
Maintainer
Name
Version
Account
Notes
Service domain
IP
Port
+ + diff --git a/WD7UVN_SzTGUI_2023242.Client.JS/wwwroot/style.css b/WD7UVN_SzTGUI_2023242.Client.JS/wwwroot/style.css index 88a8855..25884c2 100644 --- a/WD7UVN_SzTGUI_2023242.Client.JS/wwwroot/style.css +++ b/WD7UVN_SzTGUI_2023242.Client.JS/wwwroot/style.css @@ -1,11 +1,68 @@ -table +body{ + background-image: url("img/backround.jpg"); + background-position: right top; + background-opacity: 0.8; + background-size: cover; +} +h1{ + text-align: center; + color: white; + font-size: 40px +} +h2{ + text-align: center; + color: white +} + +input{ + color: black; + background: transparent; + border: 2px solid white; +} +input:focus{ + border: 2px solid #ff5c33; + outline: none; +} + +a.button{ + display: block; + margin-right: 500px; + margin-left: 500px; + padding: 30px 90px; + border: 3px solid white; + border-radius: 10px; + text-align: center; + text-decoration: none; + font-size: 20px; + color: white; +} +a.button:hover{ + background: rgba(255, 255, 255, 0.25); + box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px; +} +a.bookmark{ + text-align: right; + font-size: 20px; + color: white; + text-decoration: none; + margin: 50px; +} + +table.inputs{ + text-align: left; + margin: 250px; +} + +table { width: 100%; + font-size: 20px; + color: white; } .list table, .list th, .list td { - border: 1px solid black; + border: 1px solid white: } .list table @@ -18,10 +75,7 @@ padding: 5px; } -.list th -{ - background-color: rgb(127, 255, 138); -} + .list button { @@ -29,29 +83,3 @@ height: 30px; box-sizing: border-box; } - - - - -.formdiv -{ - display: flex; - flex-direction: column; -} - -.formdiv table -{ - border: none; -} - -.formdiv button, .formdiv input -{ - width: 100%; - height: 60px; - box-sizing: border-box; -} - -.datatable * -{ - padding: 10; -} \ No newline at end of file