diff --git a/views/_partial/header.tpl b/views/_partial/header.tpl index 326bcfb..6f60a4d 100644 --- a/views/_partial/header.tpl +++ b/views/_partial/header.tpl @@ -91,7 +91,7 @@ -
+

@@ -107,5 +107,4 @@

- {include file="views/_partial/messages.tpl"} diff --git a/views/home.tpl b/views/home.tpl index d14bbf9..df0bdcb 100644 --- a/views/home.tpl +++ b/views/home.tpl @@ -1,5 +1,5 @@ {extends file="views/layout.tpl"} - +{block name="display" }style="display:none;"{/block} {block name="content"}

Folliow

diff --git a/views/inscription.tpl b/views/inscription.tpl deleted file mode 100644 index 6cd1474..0000000 --- a/views/inscription.tpl +++ /dev/null @@ -1,184 +0,0 @@ -{extends file="views/layout.tpl"} - -{block name="content"} -
-
-
-
-

Inscription

-

Créez votre compte utilisateur.

- {if (isset($arrError) && count($arrError) > 0) } -
- {foreach $arrError as $strError} -

{$strError}

- {/foreach} -
- {/if} - -
-
-
- - -
-
- - -
-
- -
- @ - -
-
- - -
- - -
- - -
- - -
-

Le mot de passe doit contenir :

-
    -
  • Au moins 15 caractères
  • -
  • Au moins une lettre majuscule
  • -
  • Au moins une lettre minuscule
  • -
  • Au moins un chiffre
  • -
  • Au moins un caractère spécial (# ? ! @ $ % ^ & * -)
  • -
-
-
- -
- - -
- - -
- - -
- - -
- - -
- - -
- - -
- - -
- - -
- - -
- -
- - -
- - Déjà un compte ? - Se connecter - -
- - -
- - -
- -
-
-{/block} \ No newline at end of file diff --git a/views/layout.tpl b/views/layout.tpl index 40775b2..6f8d4b6 100644 --- a/views/layout.tpl +++ b/views/layout.tpl @@ -1,6 +1,6 @@ {include file="views/_partial/header.tpl"} -
+
{block name="content"} {/block}
diff --git a/views/login.tpl b/views/login.tpl index c0345e2..3847034 100644 --- a/views/login.tpl +++ b/views/login.tpl @@ -1,6 +1,7 @@ {extends file="views/layout.tpl"} {block name="title" append} - Connexion{/block} +{block name="display" }style="display:none;"{/block} {block name="content"}
diff --git a/views/signup.tpl b/views/signup.tpl index 6839662..21d9d9c 100644 --- a/views/signup.tpl +++ b/views/signup.tpl @@ -1,6 +1,7 @@ {extends file="views/layout.tpl"} {block name="title" append} - Inscription{/block} +{block name="display" }style="display:none;"{/block} {block name="content"}
@@ -93,13 +94,33 @@ - +
+ + +
+
+

Le mot de passe doit contenir :

+
    +
  • Au moins 15 caractères
  • +
  • Au moins une lettre majuscule
  • +
  • Au moins une lettre minuscule
  • +
  • Au moins un chiffre
  • +
  • Au moins un caractère spécial (# ? ! @ $ % ^ & * -)
  • +
+
@@ -107,13 +128,22 @@ +
+ > +
@@ -207,5 +237,42 @@ + {include file="views/_partial/apigeo.tpl"} {/block} \ No newline at end of file