Subversion Repositories Applications.annuaire

Compare Revisions

Ignore whitespace Rev 53 → Rev 54

/trunk/squelettes/formulaires/identification.tpl.html
1,11 → 1,11
<form id="form_connexion" class="form_identification" action="<?=$url_identifiation?>" method="post">
<p class="zone_alert">Identifiez-vous</p>
<form id="form_connexion" style="clear: both;" class="form_identification" action="" method="post">
<fieldset>
<legend>Identifiez vous</legend>
<label for="champ_mail">Courriel : </label>
<input type="text" size="12" id="champ_mail" name="champ_mail" maxlength="80" tabindex="1" value="" />
<label for="champ_password">Mot de passe : </label>
<input type="password" size="12" id="champ_password" name="champ_password" maxlength="80" tabindex="2" value="" />
<input type="submit" id="connexion" name="connexion" tabindex="3" value="ok" />
<p><a id="lien_inscription" href="/page:inscription">S\'inscrire...</a></p>
<label for="username">Courriel :</label>
<input type="text" id="username" name="username" maxlength="80" tabindex="1" value="courriel" />
<label for="password">Mot de passe : </label>
<input type="password" id="password" name="password" maxlength="80" tabindex="2" value="mot de passe" />
<input type="submit" id="connexion" name="connexion" tabindex="3" value="ok" />
</fieldset>
</form>'
</form>
/trunk/squelettes/formulaires/annuaire_tela_inscrits_modification.tpl.html
4,6 → 4,9
$url_form->setVariableRequete('m','annuaire_modification_inscription');
echo $url_form;
?>">
<h3> Mes coordonnées </h3>
<div><?=$champs['nom'] ?></div><br />
<div><?=$champs['prenom'] ?></div><br />
18,14 → 21,28
<div><?=$champs['code_postal'] ?></div><br />
<h3> Mon parcours botanique </h3>
<div><?=$champs['presentation'] ?></div><br />
<div><?=$champs['experience_bota'] ?></div><br />
<div><?=$champs['rapport_activite_pro_bota'] ?></div><br />
<div><?=$champs['specialite_bota'] ?></div><br />
<div><?=$champs['specialite_bota_geo'] ?></div><br />
<h3> Mon parcours de telabotaniste </h3>
<div><?=$champs['comment_connu_tela'] ?></div><br />
<div><?=$champs['etre_tela_botaniste'] ?></div><br />
<div><?=$champs['etre_plante_sauvage'] ?></div><br />
<div><?=$champs['lettre_actu'] ?></div><br />
<div><?=$champs['specialite_bota'] ?></div><br />
<div><?=$champs['visibilite_profil'] ?></div><br />
<input type="hidden" name="aa_id_annuaire" id="aa_id_annuaire" value="<?=$aa_id_annuaire ?>">