Subversion Repositories Applications.annuaire

Compare Revisions

Ignore whitespace Rev 165 → Rev 166

/trunk/squelettes/css/annuaire_complexe.css
231,13 → 231,24
 
.checkbox_alignee {
display: inline-block;
margin: 1px;
margin: 1px;
margin-right:20px;
}
 
label.label_groupe_checkbox {
font-weight: normal !important;
display:inline !important;
}
 
.label_checkbox {
margin-right:2px;
display:inline !important;
}
 
.groupe_checkbox {
margin-right:2px;
}
 
textarea.annuaire {
width: 400px !important;
height: 200px !important;
258,6 → 269,7
#fiche_privee {
background-color:#EBCC77;
border:1px solid #E4B842;
max-width:800px;
}
 
#texte_profil_prive {
268,5 → 280,5
}
 
#fiche_privee img {
margin-top: -3px;
margin-top: -6px;
}
/trunk/squelettes/formulaires/annuaire_tela_inscrits_modification.tpl.html
29,7 → 29,7
<div><?=$champs['code_postal'] ?></div><br />
<div><?=$champs['visibilite_profil'] ?></div><br />
<div><?=$champs['profil_prive'] ?></div><br />
<h3> Mon parcours botanique </h3>
43,9 → 43,9
<!-- <div ><?=$champs['flores_utilisees'] ?></div><br /> -->
<div><?=$champs['specialite_bota_groupes'] ?></div><br />
<!--<div><?=$champs['specialite_bota_groupes'] ?></div><br />
<div><?=$champs['specialite_bota_approche'] ?></div><br />
<div><?=$champs['specialite_bota_approche'] ?></div><br /> -->
<div><?=$champs['specialite_bota_geo'] ?></div><br />
/trunk/squelettes/fiches/annuaire_tela_inscrits_fiche.tpl.html
48,7 → 48,9
<div class="element_profil">Code Postal : <span class="valeur_profil"><?=$champs['code_postal']['amv_valeur_affichage'] ?></span> </div>
 
<?php if (isset($champs['visibilite_profil']) && ($champs['visibilite_profil']['amv_valeur'] == 1) || ($identification_id === $id_utilisateur || $est_admin)) { ?>
<?php $profil_prive = (isset($champs['profil_prive']) && ($champs['profil_prive']['amv_valeur'] == 1)); ?>
 
<?php if (!$profil_prive || ($identification_id === $id_utilisateur || $est_admin)) { ?>
<h3> Mon parcours botanique </h3>
<div class="element_profil">Présentation : <span class="valeur_profil"><?=$champs['presentation']['amv_valeur_affichage'] ?></span> </div>
/trunk/squelettes/metadonnees/mappage_ajout.tpl.html
38,8 → 38,7
<?php endif; ?>
<?php } else { ?>
<p classe="attention"> Vous avez déjà affecté tous les rôles
disponibles pour les champs de mappage </p>
<p classe="attention"> Le maximum de rôles a déjà été affecté aux champs </p>
<a href="<?php $url_retour = clone($base_url);
$url_retour->setVariableRequete('m','annuaire');
$url_retour->setVariableRequete('id_annuaire',$id_annuaire);
/trunk/squelettes/champs/lettre.tpl.html
1,5 → 1,5
<label style="display:inline;"> <?= $amc_nom ?> : </label>
<input style="margin-right:2px;display:inline;" type="checkbox" <?php if (isset($valeur_defaut['amv_valeur']) && $valeur_defaut['amv_valeur'] == 1) { echo "checked=checked"; } ?> name="lettre_<?=$amc_id_champ ?>" id="lettre_<?=$amc_id_champ ?>" />
<label class="label_checkbox"> <?= $amc_nom ?> : </label>
<input class="checkbox_alignee" type="checkbox" <?php if (isset($valeur_defaut['amv_valeur']) && $valeur_defaut['amv_valeur'] == 1) { echo "checked=checked"; } ?> name="lettre_<?=$amc_id_champ ?>" id="lettre_<?=$amc_id_champ ?>" />
<input type="hidden" name="lettre_hidden_<?=$amc_id_champ ?>" id="lettre_hidden_<?=$amc_id_champ ?>" value="lettre_hidden_<?=$amc_id_champ ?>" />
<?php if(isset($erreurs[$amc_id_champ])) { ?>
<div style="color:#FF0000"> <?= $erreurs[$amc_id_champ] ?> </div>
/trunk/squelettes/champs/checkbox.tpl.html
1,15 → 1,15
<label style="display:inline;"> <?= $amc_nom ?> : </label>
<?php if (isset($liste_valeurs)) { ?>
<?php foreach($liste_valeurs as $valeur) : ?>
<span class="checkbox_alignee" style="margin-right:20px">
<input style="margin-right:2px" type="checkbox" name="checkbox_<?=$amc_id_champ.'['.$valeur['amo_id_ontologie'].']' ?>" id="checkbox_<?=$amc_id_champ.'['.$valeur['amo_id_ontologie'].']' ?>" <?php if ((isset($valeur_defaut['amv_valeur']) && ((is_array($valeur_defaut['amv_valeur'])
<span class="checkbox_alignee" >
<input class="groupe_checkbox" type="checkbox" name="checkbox_<?=$amc_id_champ.'['.$valeur['amo_id_ontologie'].']' ?>" id="checkbox_<?=$amc_id_champ.'['.$valeur['amo_id_ontologie'].']' ?>" <?php if ((isset($valeur_defaut['amv_valeur']) && ((is_array($valeur_defaut['amv_valeur'])
&& in_array($valeur['amo_id_ontologie'],$valeur_defaut['amv_valeur'])) || ($valeur['amo_id_ontologie'] == $valeur_defaut['amv_valeur'])))) { echo 'checked="checked"'; } ?> />
<label class="label_groupe_checkbox" style="display:inline;" name="checkbox_<?=$amc_id_champ ?>"
<label class="label_groupe_checkbox" name="checkbox_<?=$amc_id_champ ?>"
for="checkbox_<?=$valeur['amo_id_ontologie'] ?>"><?=$valeur['amo_nom'] ?></label>
</span>
<?php endforeach; ?>
<?php } else { ?>
</label> <input style="margin-right:2px;display:inline;" type="checkbox" <?php if (isset($valeur_defaut) && $valeur_defaut['amv_valeur'] == '1') { echo "checked=checked"; } ?> name="checkbox_<?=$amc_id_champ ?>" id="checkbox_<?=$amc_id_champ ?>" />
</label> <input class="label_checkbox" type="checkbox" <?php if (isset($valeur_defaut) && $valeur_defaut['amv_valeur'] == '1') { echo "checked=checked"; } ?> name="checkbox_<?=$amc_id_champ ?>" id="checkbox_<?=$amc_id_champ ?>" />
<?php } ?>
<input type="hidden" name="checkbox_hidden_<?=$amc_id_champ ?>" id="checkbox_hidden_<?=$amc_id_champ ?>" value="checkbox_hidden_<?=$amc_id_champ ?>" />
<?php if(isset($erreurs[$amc_id_champ])) { ?>