Formulaire identification : Différence entre versions

De TheliaDoc
Aller à : navigation, rechercher
m (j'ai modifié "compte.php" qui n'existe pas par defaut par "moncompte.php")
 
Ligne 2 : Ligne 2 :
 
<THELIA SI CONNECTE>
 
<THELIA SI CONNECTE>
 
     Bonjour #CLIENT_PRENOM
 
     Bonjour #CLIENT_PRENOM
     <a href="compte.php">Mon compte</a>
+
     <a href="moncompte.php">Mon compte</a>
 
     <a href="#URLDECONNEXION">Deconnexion</a>
 
     <a href="#URLDECONNEXION">Deconnexion</a>
 
</THELIA SI CONNECTE>
 
</THELIA SI CONNECTE>
Ligne 8 : Ligne 8 :
 
<pre>
 
<pre>
 
<THELIA SI NON CONNECTE>
 
<THELIA SI NON CONNECTE>
     <form action="compte.php" method="post" id="connexion" name="connexion">
+
     <form action="connexion.php" method="post" id="connexion" name="connexion">
 
         <input type="hidden" name="action" value="connexion" >
 
         <input type="hidden" name="action" value="connexion" >
 
         <input name="email" type="text" >
 
         <input name="email" type="text" >

Version actuelle en date du 20 décembre 2007 à 18:08

<THELIA SI CONNECTE>
    Bonjour #CLIENT_PRENOM
    <a href="moncompte.php">Mon compte</a>
    <a href="#URLDECONNEXION">Deconnexion</a>
</THELIA SI CONNECTE>
<THELIA SI NON CONNECTE>
    <form action="connexion.php" method="post" id="connexion" name="connexion">
        <input type="hidden" name="action" value="connexion" >
        <input name="email" type="text" >
        <a href="#" onClick="document.getElementById('connexion').submit()"><img src="gfx/boutique/bt_OK.gif"></a>
        <input name="motdepasse" type="password" >
    </form>
</THELIA SI NON CONNECTE>


Retour Les formulaires