Subversion Repositories Applications.gtt

Rev

Rev 11 | Only display areas with differences | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

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