Formulaire identification

De TheliaDoc
Aller à : navigation, rechercher
<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