Subversion Repositories Applications.gtt

Compare Revisions

Ignore whitespace Rev 10 → Rev 11

/trunk/presentation/connexion.tpl.html
New file
0,0 → 1,20
 
<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>