Subversion Repositories Applications.papyrus

Rev

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

Rev Author Line No. Line
2150 mathias 1
	<p class="zone_alert">Identifiez-vous</p>
2
	<form id="form_connexion" style="clear:both;" class="form_identification" action="<?=$base_url ?>" method="post">
3
    	<fieldset>
4
        	<legend>Identifiez vous</legend>
5
            <label for="username">Courriel : </label>
6
            <input type="text"  id="username" name="username" maxlength="80" tabindex="1" value="courriel" />
7
            <label for="password">Mot de passe : </label>
8
            <input type="password" id="password" name="password" maxlength="80" tabindex="2" value="mot de passe" />
9
            <input type="submit" id="connexion" name="connexion" tabindex="3" value="ok" />
10
        </fieldset>
2021 aurelien 11
    </form>