From c5fe3bd6593d0a07c087d1e60ae2e4b8ab5f9fa9 Mon Sep 17 00:00:00 2001 From: Marien Fressinaud Date: Thu, 16 Oct 2014 15:25:46 +0200 Subject: Reorganize user pages Three pages: - User profil - User management - Authentication --- app/views/auth/index.phtml | 84 ++++++++++++++++++ app/views/user/manage.phtml | 76 ++++++++++++++++ app/views/user/profil.phtml | 59 +++++++++++++ app/views/users/index.phtml | 211 -------------------------------------------- 4 files changed, 219 insertions(+), 211 deletions(-) create mode 100644 app/views/auth/index.phtml create mode 100644 app/views/user/manage.phtml create mode 100644 app/views/user/profil.phtml delete mode 100644 app/views/users/index.phtml (limited to 'app/views') diff --git a/app/views/auth/index.phtml b/app/views/auth/index.phtml new file mode 100644 index 000000000..c37a7aef6 --- /dev/null +++ b/app/views/auth/index.phtml @@ -0,0 +1,84 @@ +partial('aside_configure'); ?> + +
+ + +
+ + +
+ +
+ +
+
+ +
+
+ +
+
+ +
+
+ +
+
+ +
+
+ +
+
+ + +
+ + conf->token; ?> +
+ /> + +
+
+ + +
+
+ +
+
+ +
+
+ + +
+
+
+
diff --git a/app/views/user/manage.phtml b/app/views/user/manage.phtml new file mode 100644 index 000000000..03746cabb --- /dev/null +++ b/app/views/user/manage.phtml @@ -0,0 +1,76 @@ +partial('aside_configure'); ?> + +
+ + +
+ + +
+ +
+ +
+
+ +
+
+ +
+
+
+ +
+ + +
+ +
+ +
+
+ +
+ +
+ +
+
+ +
+ +
+
+ + +
+ +
+
+ +
+ + conf->mail_login; ?> +
+ +
+
+ +
+
+ + +
+
+ +
+
diff --git a/app/views/user/profil.phtml b/app/views/user/profil.phtml new file mode 100644 index 000000000..a74c7b6f8 --- /dev/null +++ b/app/views/user/profil.phtml @@ -0,0 +1,59 @@ +partial('aside_configure'); ?> + +
+ + +
+ + +
+ +
+ + +
+
+ +
+ +
+
+ /> + +
+ +
+
+ + +
+ +
+
+ /> + +
+
+
+ + +
+ + conf->mail_login; ?> +
+ placeholder="alice@example.net" /> + +
+
+ +
+
+ + +
+
+
+
diff --git a/app/views/users/index.phtml b/app/views/users/index.phtml deleted file mode 100644 index f1cdf01a3..000000000 --- a/app/views/users/index.phtml +++ /dev/null @@ -1,211 +0,0 @@ -partial('aside_configure'); ?> - -
- - -
- - -
- -
- - -
-
- -
- -
-
- /> - -
- -
-
- - -
- -
-
- /> - -
-
-
- - -
- - conf->mail_login; ?> -
- placeholder="alice@example.net" /> - -
-
- -
-
- - -
-
- - - - - -
- -
- -
-
- -
-
- -
-
- -
-
- -
-
- -
-
- -
-
- - -
- - conf->token; ?> -
- /> - -
-
- - -
-
- -
-
- -
-
- - -
-
-
- -
- - -
- -
- -
-
- -
-
- -
-
-
- -
- - -
- -
- -
-
- -
- -
- -
-
- -
- -
-
- - -
- -
-
- -
- - conf->mail_login; ?> -
- -
-
- -
-
- - -
-
- -
- - -
-- cgit v1.2.3