Line 1... |
Line 1... |
1 |
<script src="<?= $base_url_styles ?>squelettes/scripts/jquery.js" type="text/javascript"></script>
|
1 |
<script src="<?= $base_url_styles ?>squelettes/scripts/jquery.js" type="text/javascript"></script>
|
2 |
<script src="<?= $base_url_styles ?>squelettes/scripts/desinscription.js" type="text/javascript"></script>
|
2 |
<script src="<?= $base_url_styles ?>squelettes/scripts/desinscription.js" type="text/javascript"></script>
|
3 |
<script src="<?= $base_url_styles ?>squelettes/scripts/longueurmax.js" type="text/javascript"></script>
|
- |
|
Line 4... |
Line 3... |
4 |
|
3 |
|
Line 5... |
Line 4... |
5 |
<div id="navigation_annuaire"> <?=$navigation ?> </div>
|
4 |
<div id="navigation_annuaire"> <?=$navigation ?> </div>
|
- |
|
5 |
|
6 |
|
6 |
<div id="fiche_utilisateur">
|
Line -... |
Line 7... |
- |
|
7 |
|
- |
|
8 |
<?php $profil_prive = (isset($champs['profil_prive']) && ($champs['profil_prive']['amv_valeur'] == 1)); ?>
|
7 |
<div id="fiche_utilisateur" class="importance4">
|
9 |
|
8 |
<h1> <?=$champs['prenom']['amv_valeur_affichage'] ?> <?= $champs['nom']['amv_valeur_affichage'] ?> </h1><br />
|
10 |
<div id="carte_id" class="importance4">
|
9 |
|
11 |
<span id="avatar" class="gauche">
|
10 |
<?php if (isset($champs['image']) && isset($champs['image']['amv_valeur_affichage'])) { ?>
|
12 |
<?php if (isset($champs['image']) && isset($champs['image']['amv_valeur_affichage'])) { ?>
|
11 |
<div id="avatar" class="gauche">
|
13 |
<div id="" class="gauche">
|
12 |
<?php if($identification_id === $id_utilisateur || $est_admin) { ?>
|
14 |
<?php if($identification_id === $id_utilisateur || $est_admin) { ?>
|
13 |
<a href="<?php $url_form = clone($base_url);
|
15 |
<a href="<?php $url_form = clone($base_url);
|
14 |
$url_form->setVariableRequete('m','annuaire_afficher_formulaire_ajout_image');
|
16 |
$url_form->setVariableRequete('m','annuaire_afficher_formulaire_ajout_image');
|
15 |
$url_form->setVariableRequete('id_annuaire',$id_annuaire);
|
17 |
$url_form->setVariableRequete('id_annuaire',$id_annuaire);
|
16 |
$url_form->setVariableRequete('id_utilisateur',$id_utilisateur);
|
18 |
$url_form->setVariableRequete('id_utilisateur',$id_utilisateur);
|
17 |
echo $url_form;?>" >
|
19 |
echo $url_form;?>" >
|
18 |
<img src="<?= $champs['image']['amv_valeur_affichage'].'?reload='.time() ?>" title="Cliquez pour modifier votre image de profil" alt="image de profil personnalisée" /> </div> <br />
|
20 |
<img src="<?= $champs['image']['amv_valeur_affichage'].'?reload='.time() ?>" title="Cliquez pour modifier votre image de profil" alt="image de profil personnalisée" /> </div> <br />
|
19 |
</a>
|
21 |
</a>
|
20 |
<? } else { ?>
|
22 |
<? } else { ?>
|
21 |
<img src="<?= $champs['image']['amv_valeur_affichage'] ?>" title="Image de profil" alt="image de profil personnalisée" /> </div> <br />
|
23 |
<img src="<?= $champs['image']['amv_valeur_affichage'] ?>" title="Image de profil" alt="image de profil personnalisée" /> </div> <br />
|
22 |
<? } ?>
|
24 |
<? } ?>
|
23 |
<?php } else { ?>
|
25 |
<?php } else { ?>
|
24 |
<div id="avatar" class="gauche">
|
26 |
<div id="" class="gauche">
|
25 |
<?php if($identification_id === $id_utilisateur || $est_admin) { ?>
|
27 |
<?php if($identification_id === $id_utilisateur || $est_admin) { ?>
|
26 |
<a href="<?php $url_image = clone($base_url);
|
28 |
<a href="<?php $url_image = clone($base_url);
|
27 |
$url_image->setVariableRequete('m','annuaire_afficher_formulaire_ajout_image');
|
29 |
$url_image->setVariableRequete('m','annuaire_afficher_formulaire_ajout_image');
|
28 |
$url_image->setVariableRequete('id_annuaire',$id_annuaire);
|
30 |
$url_image->setVariableRequete('id_annuaire',$id_annuaire);
|
29 |
$url_image->setVariableRequete('id_utilisateur',$id_utilisateur);
|
31 |
$url_image->setVariableRequete('id_utilisateur',$id_utilisateur);
|
30 |
echo $url_image;?>" >
|
32 |
echo $url_image;?>" >
|
31 |
<img src="<?= $base_url_styles ?>squelettes/images/avatar_defaut.png" title="pas encore d'image de profil ? cliquez pour ajouter la votre !" alt="lien vers le formulaire d'upload d'image de profil" />
|
33 |
<img src="<?= $base_url_styles ?>squelettes/images/avatar_defaut.png" title="pas encore d'image de profil ? cliquez pour ajouter la votre !" alt="lien vers le formulaire d'upload d'image de profil" />
|
32 |
</a>
|
34 |
</a>
|
33 |
<? } else { ?>
|
35 |
<? } else { ?>
|
34 |
<img src="<?= $base_url_styles ?>squelettes/images/avatar_defaut.png" title="" alt="image de profil standard" />
|
36 |
<img src="<?= $base_url_styles ?>squelettes/images/avatar_defaut_grand.png" title="" alt="image de profil standard" />
|
35 |
<? } ?>
|
- |
|
36 |
</div> <br /><br /><br />
|
37 |
<? } ?>
|
37 |
<?php } ?>
|
- |
|
38 |
|
- |
|
Line -... |
Line 38... |
- |
|
38 |
</div>
|
- |
|
39 |
<?php } ?>
|
39 |
<h3> Mes coordonnées </h3>
|
40 |
</span>
|
40 |
|
41 |
|
41 |
<?php $profil_prive = (isset($champs['profil_prive']) && ($champs['profil_prive']['amv_valeur'] == 1)); ?>
|
42 |
<span id="carte_infos"><div class="nom_prenom_pseudo">
|
42 |
|
- |
|
43 |
<?php if($est_admin) { ?>
|
43 |
<b><?=$champs['nom']['amv_valeur_affichage']?> <?=$champs['prenom']['amv_valeur_affichage']?></b> <?= VerificationControleur::AfficherSiChampRempli($champs['pseudo'],'(%s)'); ?></div>
|
44 |
<div class="element_profil">Email : <span class="valeur_profil"><?=$champs['mail']['amv_valeur_affichage'] ?></span></div>
|
44 |
<?php if($est_admin) { ?>
|
45 |
<? } ?>
|
45 |
<div class="element_profil"><?=$champs['mail']['amv_valeur_affichage'] ?></div>
|
46 |
|
- |
|
47 |
<?php if (!$profil_prive || ($identification_id === $id_utilisateur || $est_admin)) { ?>
|
- |
|
48 |
<div class="element_profil">Date de naissance : <span class="valeur_profil"><?=$champs['date_naissance']['amv_valeur_affichage'] ?></span> </div>
|
- |
|
49 |
<? } ?>
|
46 |
<? } ?>
|
50 |
|
47 |
<?php if (!$profil_prive || ($identification_id === $id_utilisateur || $est_admin)) { ?>
|
51 |
<div class="element_profil">Pseudo : <span class="valeur_profil"><?=$champs['pseudo']['amv_valeur_affichage'] ?></span> </div>
|
48 |
<div class="element_profil"><?= VerificationControleur::AfficherSiChampRempli($champs['date_naissance'],'Né(e) le %s'); ?></div>
|
52 |
|
49 |
<? } ?>
|
53 |
<?php if($identification_id === $id_utilisateur || $est_admin) { ?>
|
- |
|
54 |
<div class="element_profil">Adresse : <span class="valeur_profil"><?=$champs['adresse']['amv_valeur_affichage'].' '.$champs['adresse_comp']['amv_valeur_affichage'] ?></span></div>
|
50 |
<?php if($identification_id === $id_utilisateur || $est_admin) { ?>
|
- |
|
51 |
<div class="element_profil"><?=$champs['adresse']['amv_valeur_affichage'].' '.$champs['adresse_comp']['amv_valeur_affichage'] ?></div>
|
- |
|
52 |
<?php } ?>
|
- |
|
53 |
<div class="element_profil"><?= $champs['ville']['amv_valeur_affichage'] ?> (<?= $champs['pays']['amv_valeur_affichage'] ?>) </div>
|
- |
|
54 |
<div class="element_profil"><span class="valeur_profil"><?=$champs['mon_blog']['amv_valeur_affichage'] ?></span></div><br />
|
- |
|
55 |
<?php if($identification_id === $id_utilisateur || $est_admin) { ?>
|
55 |
<?php } ?>
|
56 |
<div class="element_profil"><a id="lien_modification" href="<?= $url_modification_profil ?>" > Modifier mon email / mot de passe </a></div>
|
56 |
<div class="element_profil">Pays : <span class="valeur_profil"><?=$champs['pays']['amv_valeur_affichage'] ?></span> </div>
|
57 |
<?php } ?>
|
Line 57... |
Line 58... |
57 |
|
58 |
</span>
|
58 |
<div class="element_profil">Ville : <span class="valeur_profil"><?=$champs['ville']['amv_valeur_affichage'] ?></span> </div>
|
59 |
</div>
|
Line 59... |
Line 60... |
59 |
|
60 |
|
Line 60... |
Line 61... |
60 |
<div class="element_profil">Code Postal : <span class="valeur_profil"><?=$champs['code_postal']['amv_valeur_affichage'] ?></span> </div>
|
61 |
<?php if (!$profil_prive || ($identification_id === $id_utilisateur || $est_admin)) { ?>
|
Line 61... |
Line 62... |
61 |
|
62 |
|
Line 62... |
Line 63... |
62 |
<?php if (!$profil_prive || ($identification_id === $id_utilisateur || $est_admin)) { ?>
|
63 |
<div id="parcours_botanique" class="importance4">
|
Line 63... |
Line 64... |
63 |
<h3> Mon parcours botanique </h3>
|
64 |
<h1> Mon parcours botanique </h1>
|
Line 64... |
Line 65... |
64 |
|
65 |
|
Line 65... |
Line 66... |
65 |
<div class="element_profil">Présentation : <span class="valeur_profil"><?=$champs['presentation']['amv_valeur_affichage'] ?></span> </div>
|
66 |
<div class="element_profil"><span class="label_profil">Présentation : </span><span class="valeur_profil"><?=$champs['presentation']['amv_valeur_affichage'] ?></span> </div>
|
66 |
|
67 |
|
67 |
<div class="element_profil">Expérience botanique : <span class="valeur_profil"><?=$champs['experience_bota']['amv_valeur_affichage'] ?></span> </div>
|
68 |
<div class="element_profil"><span class="label_profil">Expérience botanique : </span><span class="valeur_profil"><?=$champs['experience_bota']['amv_valeur_affichage'] ?></span> </div>
|
Line 68... |
Line 69... |
68 |
|
69 |
|
- |
|
70 |
<div class="element_profil"><span class="label_profil">Mon activité professionnelle : </span><span class="valeur_profil"><?=$champs['rapport_activite_pro_bota']['amv_valeur_affichage'] ?></span> </div>
|
- |
|
71 |
|
Line -... |
Line 72... |
- |
|
72 |
<div class="element_profil"><span class="label_profil">Membre d'une association botanique ou en lien avec la botanique : </span><span class="valeur_profil"><?=$champs['membre_asso_bota']['amv_valeur_affichage'] ?></span> </div>
|
69 |
<div class="element_profil">Mon activité professionnelle : <span class="valeur_profil"><?=$champs['rapport_activite_pro_bota']['amv_valeur_affichage'] ?></span> </div>
|
73 |
|
Line 70... |
Line 74... |
70 |
|
74 |
<!--<div class="element_profil">Quelles flores utilisez vous ? Votre flore de prédilection : <?=$champs['flores_utilisees']['amv_valeur_affichage'] ?></div> -->
|
71 |
<div class="element_profil">Membre d'une association botanique ou en lien avec la botanique : <span class="valeur_profil"><?=$champs['membre_asso_bota']['amv_valeur_affichage'] ?></span> </div>
|
- |
|
72 |
|
- |
|
Line 73... |
Line 75... |
73 |
<!--<div class="element_profil">Quelles flores utilisez vous ? Votre flore de prédilection : <?=$champs['flores_utilisees']['amv_valeur_affichage'] ?></div> -->
|
75 |
|
Line 74... |
Line 76... |
74 |
|
76 |
<div class="element_profil"><span class="label_profil">Spécialités (par groupe de plante) : </span><span class="valeur_profil"><?=$champs['specialite_bota_groupes']['amv_valeur_affichage'] ?></span> </div>
|
Line -... |
Line 77... |
- |
|
77 |
|
- |
|
78 |
<!-- <div class="element_profil">Spécialités (par approche scientifique et outils) : <span class="valeur_profil"><?=$champs['specialite_bota_approche']['amv_valeur_affichage'] ?></span> </div>
|
- |
|
79 |
-->
|
75 |
<div class="element_profil">Spécialités (par groupe de plante) : <span class="valeur_profil"><?=$champs['specialite_bota_groupes']['amv_valeur_affichage'] ?></span> </div>
|
80 |
<div class="element_profil"><span class="label_profil">Spécialités (zones géographiques) : </span><span class="valeur_profil"><?=$champs['specialite_bota_geo']['amv_valeur_affichage'] ?></span> </div>
|
Line 76... |
Line 81... |
76 |
|
81 |
|
77 |
<!-- <div class="element_profil">Spécialités (par approche scientifique et outils) : <span class="valeur_profil"><?=$champs['specialite_bota_approche']['amv_valeur_affichage'] ?></span> </div>
|
- |
|
- |
|
82 |
<div class="element_profil"><span class="label_profil">Langues pratiquées : </span><span class="valeur_profil"><?=$champs['langues']['amv_valeur_affichage'] ?></span> </div>
|
78 |
-->
|
83 |
|
- |
|
84 |
</div>
|
79 |
<div class="element_profil"> Spécialités (zones géographiques) : <span class="valeur_profil"><?=$champs['specialite_bota_geo']['amv_valeur_affichage'] ?></span> </div>
|
85 |
|
- |
|
86 |
<div id="parcours_telabotaniste" class="importance4">
|
80 |
|
87 |
<h1> Mon parcours de telabotaniste </h1>
|
Line 81... |
Line 88... |
81 |
<div class="element_profil"> Langues pratiquées : <span class="valeur_profil"><?=$champs['langues']['amv_valeur_affichage'] ?></span> </div>
|
88 |
|
Line 82... |
Line 89... |
82 |
|
89 |
<div class="element_profil"><span class="label_profil">Comment avez vous connu Tela Botanica ? : </span><span class="valeur_profil"><?=$champs['comment_connu_tela']['amv_valeur_affichage'] ?></span> </div>
|
Line -... |
Line 90... |
- |
|
90 |
|
- |
|
91 |
<div class="element_profil"><span class="label_profil">Quels sont vos outils préférés ? : </span><span class="valeur_profil"><?=$champs['outils_reseau']['amv_valeur_affichage'] ?></span> </div>
|
- |
|
92 |
|
83 |
<h3> Mon parcours de telabotaniste </h3>
|
93 |
<div class="element_profil"><span class="label_profil">Pour moi, être tela botaniste, c'est avant tout : </span><span class="valeur_profil"><?=$champs['etre_tela_botaniste']['amv_valeur_affichage'] ?></span> </div>
|
84 |
|
94 |
|
85 |
<div class="element_profil">Comment avez vous connu Tela Botanica ? : <span class="valeur_profil"><?=$champs['comment_connu_tela']['amv_valeur_affichage'] ?></span> </div>
|
95 |
<div class="element_profil"><span class="label_profil">Si j'étais une plante sauvage, je serais... : </span><span class="valeur_profil"><?=$champs['etre_plante_sauvage']['amv_valeur_affichage'] ?></span> </div>
|
86 |
|
96 |
|
87 |
<div class="element_profil">Quels sont vos outils préférés ? : <span class="valeur_profil"><?=$champs['outils_reseau']['amv_valeur_affichage'] ?></span> </div>
|
97 |
<div class="element_profil"><span class="label_profil">Je peux héberger des botanistes : </span><span class="valeur_profil"><?= $champs['hebergement']['amv_valeur_affichage']; ?></span></div>
|
88 |
|
98 |
</div>
|
89 |
<div class="element_profil">Pour moi, être tela botaniste, c'est avant tout : <span class="valeur_profil"><?=$champs['etre_tela_botaniste']['amv_valeur_affichage'] ?></span> </div>
|
99 |
|
90 |
|
- |
|
91 |
<div class="element_profil">Si j'étais une plante sauvage, je serais... : <span class="valeur_profil"><?=$champs['etre_plante_sauvage']['amv_valeur_affichage'] ?></span> </div>
|
100 |
<div id="environnement_botanique" class="importance4 demi gauche">
|
92 |
|
101 |
<h1> Mes sites web / blogs préférés </h1>
|
93 |
<h3> Environnement botanique </h3>
|
102 |
<div class="element_profil"><span class="valeur_profil"><?=$champs['sites_preferes']['amv_valeur_affichage'] ?></span> </div>
|
Line 94... |
Line 103... |
94 |
|
103 |
</div>
|