Subversion Repositories Applications.gtt

Rev

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

Rev Author Line No. Line
11 jpm 1
<form action="<?=$url;?>" method="post" name="login" id="login">
2
<fieldset>
3
	<legend>Identifiez vous</legend>
4
	<table id="connexion">
5
		<caption>Identification</caption>
6
		<tr>
7
			<th>Courriel</th>
8
			<td><input name="username" type="text" /></td>
9
		</tr>
10
		<tr>
11
			<th>Mot de passe</th>
12
			<td><input name="password" type="password" /></td>
13
		</tr>
14
		<tr>
15
			<td colspan="2"><input name="btn_submit" value="OK" type="submit" /></td>
16
		</tr>
17
	</table>
18
</fieldset>
19
</form>