Subversion Repositories Applications.gtt

Rev

Rev 17 | Blame | Compare with Previous | Last modification | View Log | RSS feed

<form action="<?=$url;?>" method="post" name="login" id="login">
<fieldset>
        <legend>Identifiez vous</legend>
        <table id="connexion">
                <caption>Identification</caption>
                <tr>
                        <th>Courriel</th>
                        <td><input name="username" type="text" /></td>
                </tr>
                <tr>
                        <th>Mot de passe</th>
                        <td><input name="password" type="password" /></td>
                </tr>
                <tr>
                        <td colspan="2"><input name="btn_submit" value="OK" type="submit" /></td>
                </tr>
        </table>
</fieldset>
</form>