diff --git a/web/css/dashboard.css b/web/css/dashboard.css index ad12048..f359b06 100644 --- a/web/css/dashboard.css +++ b/web/css/dashboard.css @@ -90,3 +90,7 @@ body { border-color: transparent; box-shadow: 0 0 0 3px rgba(255, 255, 255, .25); } + +#users tbody td { + cursor: pointer; +} \ No newline at end of file diff --git a/web/css/signin.css b/web/css/signin.css index 71c31f4..4732d1f 100644 --- a/web/css/signin.css +++ b/web/css/signin.css @@ -37,7 +37,3 @@ body { border-top-left-radius: 0; border-top-right-radius: 0; } - -.hidden { - visibility: hidden; -} \ No newline at end of file diff --git a/web/css/style.css b/web/css/style.css new file mode 100644 index 0000000..67ad106 --- /dev/null +++ b/web/css/style.css @@ -0,0 +1,3 @@ +.hidden { + display: none; + } \ No newline at end of file diff --git a/web/html/adduser.html b/web/html/adduser.html new file mode 100644 index 0000000..3568f01 --- /dev/null +++ b/web/html/adduser.html @@ -0,0 +1,226 @@ + + + + + + + + + Dashboard Template · Bootstrap v5.2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+ + +
+ + + + + + + + + + + + + + + + + + +
+

Utilisateur

+
+ +
+ Pseudo + +
+ +
+ Mot de passe + +
+ +
+ Nom + +
+ +
+ Prenom + +
+ +
+ Email + +
+ +
+ Date de naissance + +
+ + + +
+ + +
+ + +
+ + +
+ + + +
+
+
+ + + + + + + + + + \ No newline at end of file diff --git a/web/html/home.html b/web/html/home.html deleted file mode 100644 index d4fb5b8..0000000 --- a/web/html/home.html +++ /dev/null @@ -1,335 +0,0 @@ - - - - - - - - - Dashboard Template · Bootstrap v5.2 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-
- - -
-
-

Dashboard

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

Section title

-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
#HeaderHeaderHeaderHeader
1,001randomdataplaceholdertext
1,002placeholderirrelevantvisuallayout
1,003datarichdashboardtabular
1,003informationplaceholderillustrativedata
1,004textrandomlayoutdashboard
1,005dashboardirrelevanttextplaceholder
1,006dashboardillustrativerichdata
1,007placeholdertabularinformationirrelevant
1,008randomdataplaceholdertext
1,009placeholderirrelevantvisuallayout
1,010datarichdashboardtabular
1,011informationplaceholderillustrativedata
1,012textplaceholderlayoutdashboard
1,013dashboardirrelevanttextvisual
1,014dashboardillustrativerichdata
1,015randomtabularinformationtext
-
-
-
-
- - - - - - - - \ No newline at end of file diff --git a/web/html/user.html b/web/html/user.html new file mode 100644 index 0000000..4d3b390 --- /dev/null +++ b/web/html/user.html @@ -0,0 +1,361 @@ + + + + + + + + + Dashboard Template · Bootstrap v5.2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+ + +
+ + + + + + + + + + + + + + + + + + + + + + + +
+

Utilisateur

+
+ +
+ ID + +
+ +
+ Pseudo + +
+ +
+ Mot de passe + +
+ +
+ Nom + +
+ +
+ Prenom + +
+ +
+ Email + +
+ + +
+ + +
+ + +
+ Date de naissance + +
+ +
+ Dernière connexion + +
+ +
+ Date de création + +
+ +
+ Date de mise à jour + +
+ +
+ Date de suppression + +
+ +
+ + +
+
+ + + + + +
+ + + + + + + + + + +
+
+
+ + + + + + + + + + \ No newline at end of file diff --git a/web/html/users.html b/web/html/users.html new file mode 100644 index 0000000..20d5177 --- /dev/null +++ b/web/html/users.html @@ -0,0 +1,200 @@ + + + + + + + + + Dashboard Template · Bootstrap v5.2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+ + + + +
+
+

Utilisateurs

+
+
+ +
+
+
+ + + +

Liste d'utilisateur

+
+ +
+
+ + +
+
+ + +
+
+ + + + + + + + + + + + + + + + + + + + +
IDPseudoMailRôleStatut
+
+ +
+
+
+ + + + + + + + + + \ No newline at end of file diff --git a/web/index.html b/web/index.html index 6d5a8e7..ba184e8 100644 --- a/web/index.html +++ b/web/index.html @@ -45,10 +45,15 @@ +
+