Subversion Repositories Applications.gtt

Rev

Rev 17 | Go to most recent revision | Details | Last modification | View Log | RSS feed

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