Line 1... |
Line 1... |
1 |
<?php if ($loggue) : ?>
|
1 |
<?php if ($loggue) : ?>
|
2 |
<p id="identification_info">
|
2 |
<p id="identification_info<?=$id_xhtml;?>">
|
3 |
<span id="identification_message"><?=IDEN_LG_MESSAGE;?></span>
|
3 |
<span id="identification_message<?=$id_xhtml;?>"><?=IDEN_LG_MESSAGE;?></span>
|
4 |
<?php if ($url_page_inscription) : ?>
|
4 |
<?php if ($url_page_inscription) : ?>
|
5 |
<a href="<?=$url_page_inscription;?>" id="voir_inscription" title="Voir mon inscription">
|
5 |
<a href="<?=$url_page_inscription;?>" id="voir_inscription<?=$id_xhtml;?>" title="Voir mon inscription">
|
6 |
<?=$chp_personne_prenom; ?> <?=$chp_personne_nom; ?> <?=$chp_structure; ?>
|
6 |
<?=$chp_personne_prenom; ?> <?=$chp_personne_nom; ?> <?=$chp_structure; ?>
|
7 |
</a>
|
7 |
</a>
|
8 |
<?php else : ?>
|
8 |
<?php else : ?>
|
9 |
<?=$chp_personne_prenom; ?> <?=$chp_personne_nom; ?> <?=$chp_structure; ?>
|
9 |
<?=$chp_personne_prenom; ?> <?=$chp_personne_nom; ?> <?=$chp_structure; ?>
|
10 |
<?php endif; ?>
|
10 |
<?php endif; ?>
|
11 |
</p>
|
11 |
</p>
|
12 |
<p id="iden_action">
|
12 |
<p id="iden_action<?=$id_xhtml;?>">
|
13 |
<?php if ($url_page_modif_inscription) : ?>
|
13 |
<?php if ($url_page_modif_inscription) : ?>
|
14 |
<a id="lien_inscription_modif" href="<?=$url_page_modif_inscription; ?>">
|
14 |
<a id="lien_inscription_modif<?=$id_xhtml;?>" href="<?=$url_page_modif_inscription; ?>">
|
15 |
<?=IDEN_LG_INSCRIPTION_URL_MODIF;?>
|
15 |
<?=IDEN_LG_INSCRIPTION_URL_MODIF;?>
|
16 |
</a>
|
16 |
</a>
|
17 |
<?php endif; ?>
|
17 |
<?php endif; ?>
|
18 |
<a id="deconnexion" href="<?=$url_deconnect;?>"><?=IDEN_LG_DECONNEXION;?></a>
|
18 |
<a id="deconnexion<?=$id_xhtml;?>" href="<?=$url_deconnect;?>"><?=IDEN_LG_DECONNEXION;?></a>
|
19 |
</p>
|
19 |
</p>
|
20 |
<?php else : ?>
|
20 |
<?php else : ?>
|
21 |
<form id="form_connexion" class="form_identification" action="<?=$url;?>" method="post">
|
21 |
<form id="form_connexion<?=$id_xhtml;?>" class="form_identification" action="<?=$url;?>" method="post">
|
22 |
<?php if ($url_erreur) : ?>
|
22 |
<?php if ($url_erreur) : ?>
|
23 |
<span class="erreur"><?=IDEN_ECHEC_AUTH;?><a id="lien_inscription" href="<?=$url_erreur;?>"><?=IDEN_ICI;?></a></span>
|
23 |
<span class="erreur"><?=IDEN_ECHEC_AUTH;?><a id="lien_inscription<?=$id_xhtml;?>" href="<?=$url_erreur;?>"><?=IDEN_ICI;?></a></span>
|
24 |
<?php endif ;?>
|
24 |
<?php endif ;?>
|
25 |
<fieldset>
|
25 |
<fieldset>
|
26 |
<legend><?=IDEN_LG_FORM_LEGEND;?></legend>
|
26 |
<legend><?=IDEN_LG_FORM_LEGEND;?></legend>
|
27 |
<label for="username"><?=IDEN_LG_FORM_LABEL_COURRIEL;?></label>
|
27 |
<label for="username"><?=IDEN_LG_FORM_LABEL_COURRIEL;?></label>
|
28 |
<input type="text" id="username" name="username" maxlength="80" tabindex="1" value="<?=IDEN_LG_FORM_VALUE_COURRIEL;?>" />
|
28 |
<input type="text" id="username<?=$id_xhtml;?>" name="username" maxlength="80" tabindex="1" value="<?=IDEN_LG_FORM_VALUE_COURRIEL;?>" />
|
29 |
<label for="password"><?=IDEN_LG_FORM_LABEL_MDP;?></label>
|
29 |
<label for="password"><?=IDEN_LG_FORM_LABEL_MDP;?></label>
|
30 |
<input type="password" id="password" name="password" maxlength="80" tabindex="2" value="<?=IDEN_LG_FORM_VALUE_MDP;?>" />
|
30 |
<input type="password" id="password<?=$id_xhtml;?>" name="password" maxlength="80" tabindex="2" value="<?=IDEN_LG_FORM_VALUE_MDP;?>" />
|
Line 31... |
Line 31... |
31 |
|
31 |
|
32 |
<input type="submit" id="connexion" name="connexion" tabindex="4" value="<?=IDEN_LG_FORM_VALUE_SUBMIT;?>" />
|
32 |
<input type="submit" id="connexion<?=$id_xhtml;?>" name="connexion" tabindex="4" value="<?=IDEN_LG_FORM_VALUE_SUBMIT;?>" />
|
33 |
<?php if (IDEN_AUTH_SESSION_DUREE != 0) : ?>
|
33 |
<?php if (IDEN_AUTH_SESSION_DUREE != 0) : ?>
|
34 |
<input type="checkbox" id="persistant" name="persistant" tabindex="3" value="o" />
|
34 |
<input type="checkbox" id="persistant<?=$id_xhtml;?>" name="persistant" tabindex="3" value="o" />
|
35 |
<label id="persistant_label" for="persistant">Mémoriser mon compte</label>
|
35 |
<label id="persistant_label<?=$id_xhtml;?>" for="persistant">Mémoriser mon compte</label>
|
36 |
<?php endif ;?>
|
36 |
<?php endif ;?>
|
37 |
<?php if ($url_page_inscription || $url_inscription_aide) : ?>
|
37 |
<?php if ($url_page_inscription || $url_inscription_aide) : ?>
|
38 |
<p id="inscription_info">
|
38 |
<p id="inscription_info<?=$id_xhtml;?>">
|
39 |
<?php if ($url_page_inscription) : ?>
|
39 |
<?php if ($url_page_inscription) : ?>
|
40 |
<a id="lien_inscription" href="<?=$url_page_inscription;?>"><?=IDEN_LG_INSCRIPTION_URL;?></a>
|
40 |
<a id="lien_inscription<?=$id_xhtml;?>" href="<?=$url_page_inscription;?>"><?=IDEN_LG_INSCRIPTION_URL;?></a>
|
41 |
<?php endif ;?>
|
41 |
<?php endif ;?>
|
42 |
<?php if ($url_inscription_aide) : ?>
|
42 |
<?php if ($url_inscription_aide) : ?>
|
43 |
<a id="inscription_aide" href="<?=$url_inscription_aide;?>"><?=IDEN_LG_INSCRIPTION_AIDE;?></a>
|
43 |
<a id="inscription_aide<?=$id_xhtml;?>" href="<?=$url_inscription_aide;?>"><?=IDEN_LG_INSCRIPTION_AIDE;?></a>
|
44 |
<?php endif; ?>
|
44 |
<?php endif; ?>
|
45 |
</p>
|
45 |
</p>
|
46 |
<?php endif; ?>
|
46 |
<?php endif; ?>
|
47 |
</fieldset>
|
47 |
</fieldset>
|