Subversion Repositories Applications.papyrus

Compare Revisions

Regard whitespace Rev 2094 → Rev 2095

/trunk/papyrus/applettes/identification/configuration/iden_config.inc.php
64,10 → 64,14
define ('IDEN_SQUELETTE_DEFAUT', 'identification.tpl.html');
 
/** Chemin vers le fichier squelette par defaut */
define ('ID_MENU_INCLUSION', '37');
define ('ID_MENU_INCLUSION', '746');
 
/* +--Fin du code ----------------------------------------------------------------------------------------+
*
* $Log: not supported by cvs2svn $
* $Log: iden_config.inc.php,v $
* Revision 1.3 2007-09-18 08:41:14 alexandre_tb
* modification de la balise identification pour permettre de preciser un template. Ajout d une constante
*
* Revision 1.2 2006/11/20 17:30:40 jp_milcent
* Amélioration de la gestion de l'identification.
* Utilisation des durées de session correcte.
/trunk/papyrus/applettes/identification/langues/iden_langue_en.inc.php
70,12 → 70,17
/** Message indiquant le lien pour se déconnecter.*/
define('IDEN_LG_DECONNEXION', 'Logout');
/** Message d'échec d'authentification */
define ('IDEN_LOG_MDP_NOK', 'Invalid mail / password') ;
/** Message d'échec d'authentification */
define ('IDEN_ECHEC_AUTH', 'Lost password ? ') ;
/** Message ici */
define ('IDEN_ICI', 'Clic here') ;
/* +--Fin du code ----------------------------------------------------------------------------------------+
*
* $Log: not supported by cvs2svn $
* $Log: iden_langue_en.inc.php,v $
* Revision 1.2 2006-11-20 18:39:22 jp_milcent
* Ajout d'un espace.
*
* Revision 1.1 2006/03/13 21:00:20 ddelon
* Suppression messages d'erreur multilinguisme
*
/trunk/papyrus/applettes/identification/langues/iden_langue_fr.inc.php
70,12 → 70,17
/** Message indiquant le lien pour se déconnecter.*/
define('IDEN_LG_DECONNEXION', 'Déconnexion');
/** Message d'échec d'authentification */
define ('IDEN_LOG_MDP_NOK', 'Login / Mot de passe incorrect') ;
/** Message d'échec d'authentification */
define ('IDEN_ECHEC_AUTH', 'Mot de passe perdu ? ') ;
/** Message ici */
define ('IDEN_ICI', 'Cliquer ici') ;
/* +--Fin du code ----------------------------------------------------------------------------------------+
*
* $Log: not supported by cvs2svn $
* $Log: iden_langue_fr.inc.php,v $
* Revision 1.9 2006-11-20 18:39:22 jp_milcent
* Ajout d'un espace.
*
* Revision 1.8 2006/11/20 17:30:40 jp_milcent
* Amélioration de la gestion de l'identification.
* Utilisation des durées de session correcte.
/trunk/papyrus/applettes/identification/squelettes/identification.tpl.html
1,4 → 1,6
<?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) : ?>
10,7 → 12,7
<?php endif; ?>
</p>
<?php $contribuer = GEN_lireContenuMenu($_GEN_commun['pear_db'],ID_MENU_INCLUSION); echo $contribuer->gmc_contenu; ?>
<?php if(function_exists('GEN_lireContenuMenu')) { $contribuer = GEN_lireContenuMenu($_GEN_commun['pear_db'],ID_MENU_INCLUSION); echo $contribuer->gmc_contenu; } ?>
<p id="iden_action<?=$id_xhtml;?>">
<?php if ($url_page_modif_inscription) : ?>
20,14 → 22,17
<?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;?>#form_connexion<?=$id_xhtml;?>" method="post">
<fieldset <?php if ($url_erreur) { echo 'class="erreur_connexion"'; } ?> >
<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;?>"><?=IDEN_ICI;?></a></span>
<div class="erreur"><?php echo IDEN_LOG_MDP_NOK ?></div>
<br />
<?php endif ;?>
<fieldset>
<legend><?=IDEN_LG_FORM_LEGEND;?></legend>
<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>
35,19 → 40,23
<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) : ?>
<input type="checkbox" id="persistant<?=$id_xhtml;?>" name="persistant" tabindex="<?= (4*$compteur+3); ?>" value="o" />
<label id="persistant_label<?=$id_xhtml;?>" for="persistant">Mémoriser mon compte</label>
<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) : ?>
<p id="inscription_info<?=$id_xhtml;?>">
<?php endif; ?>
<div id="colonneDroite"><br />
<?php if ($url_page_inscription) : ?>
<a id="lien_inscription<?=$id_xhtml;?>" href="<?=$url_page_inscription;?>"><?=IDEN_LG_INSCRIPTION_URL;?></a>
<a href="<?=$url_page_inscription;?>"><?=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>
<?php endif; ?>
<p class="connectgris">Devenez telabotaniste et partagez votre passion pour le végétal !</p>
<p> <a 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; ?>
<?php endif; ?>