Subversion Repositories Sites.tela-botanica.org

Compare Revisions

Ignore whitespace Rev 699 → Rev 700

/trunk/papyrus/applettes/identification/squelettes/identification.tpl.html
New file
0,0 → 1,59
<?php if ($loggue) : ?>
<fieldset>
<h3>Bienvenue</h3>
<p id="identification_info<?=$id_xhtml;?>">
<span id="identification_message<?=$id_xhtml;?>"><?=IDEN_LG_MESSAGE;?></span>
<?php if ($url_page_inscription) : ?>
<a href="<?=$url_page_inscription;?>" id="voir_inscription<?=$id_xhtml;?>" title="Voir mon inscription">
<?=$chp_personne_prenom; ?>&nbsp;<?=$chp_personne_nom; ?>&nbsp;<?=$chp_structure; ?>
</a>
<?php else : ?>
<?=$chp_personne_prenom; ?>&nbsp;<?=$chp_personne_nom; ?>&nbsp;<?=$chp_structure; ?>
<?php endif; ?>
</p>
<p id="iden_action<?=$id_xhtml;?>">
<?php if ($url_page_modif_inscription) : ?>
<a class="orange" id="lien_inscription_modif<?=$id_xhtml;?>" href="<?=$url_page_modif_inscription; ?>">
<?=IDEN_LG_INSCRIPTION_URL_MODIF;?>
</a>
<?php endif; ?>
<a id="deconnexion<?=$id_xhtml;?>" href="<?=$url_deconnect;?>"><?=IDEN_LG_DECONNEXION;?></a>
</p>
</fieldset>
<?php else : ?>
<form id="form_connexion<?=$id_xhtml;?>" class="form_identification" action="<?=$url;?>" method="post">
<fieldset>
<h3><?=IDEN_LG_FORM_LEGEND;?></h3>
<?php if ($url_erreur) : ?>
<span class="erreur"><?=IDEN_ECHEC_AUTH;?><a id="lien_inscription<?=$id_xhtml;?>" href="<?=$url_erreur;?>"><br /><?=IDEN_ICI;?></a></span>
<br />
<?php endif ;?>
<label for="username"><?=IDEN_LG_FORM_LABEL_COURRIEL;?></label>
<input type="text" id="username<?=$id_xhtml;?>" name="username" maxlength="80" tabindex="<?= (4*$compteur+1); ?>" value="<?=IDEN_LG_FORM_VALUE_COURRIEL;?>" />
<label for="password"><?=IDEN_LG_FORM_LABEL_MDP;?></label>
<input type="password" id="password<?=$id_xhtml;?>" name="password" maxlength="80" tabindex="<?= (4*$compteur+2); ?>" value="<?=IDEN_LG_FORM_VALUE_MDP;?>" />
<input type="submit" id="connexion<?=$id_xhtml;?>" name="connexion" tabindex="<?= (4*$compteur+4); ?>" value="<?=IDEN_LG_FORM_VALUE_SUBMIT;?>" />
<?php if (IDEN_AUTH_SESSION_DUREE != 0) : ?>
<p class="connectvertpetit"><input type="checkbox" id="persistant<?=$id_xhtml;?>" name="persistant" tabindex="<?= (4*$compteur+3); ?>" value="o" />
<label id="persistant_label<?=$id_xhtml;?>" for="persistant">Se souvenir de moi</label></p>
<?php endif ;?>
<?php if ($url_page_inscription || $url_inscription_aide) : ?>
<?php endif; ?>
<div id="colonneDroite"><br />
<?php if ($url_page_inscription) : ?>
<a href="<?=$url_page_inscription;?>" class="orange"><?=IDEN_LG_INSCRIPTION_URL;?></a>
<?php endif ;?>
<?php if ($url_inscription_aide) : ?>
<a id="inscription_aide<?=$id_xhtml;?>" href="<?=$url_inscription_aide;?>"><?=IDEN_LG_INSCRIPTION_AIDE;?></a>
<?php endif; ?>
<p class="connectgris">Devenez telabotaniste et partagez votre passion pour le végétal !</p>
<p> <a class="connectvert" id="lien_inscription<?=$id_xhtml;?>" href="http://www.tela-botanica.org/page:inscription?m=f_oubli_mdp"><?=IDEN_ECHEC_AUTH;?></a></p>
</div>
</fieldset>
</form>
<?php endif; ?>