Subversion Repositories eFlore/Applications.coel-consultation

Compare Revisions

Ignore whitespace Rev 186 → Rev 189

/trunk/squelettes/css/collection/collection.css
91,21 → 91,25
 
/*--------- Masque de recherche avancée ---------*/
#col-rech-masque {
width: 700px;
width: 725px;
/*padding: 10px;*/
/*border: solid #ddd 1px;*/
}
 
h2.titre-moteur-recherche {
margin-bottom: 10px;
}
 
.champ-masque {
display: inline-block;
width: 340px;
width: 360px;
margin-top: 2px;
}
.champ-masque input {
width: 220px;
width: 200px;
}
.champ-masque select {
max-width: 210px;
max-width: 190px;
}
.champ-masque label {
display: inline-block;
112,7 → 116,7
text-align: right;
}
.champ-masque label.label-gauche {
width: 110px;
width: 130px;
}
.champ-masque label.label-droite {
width: 120px;
/trunk/squelettes/moteur.tpl.html
35,8 → 35,10
});
</script>
 
<h2>Rechercher une collection</h2>
<h1>Moteur de recherche sur les herbiers</h1>
 
<h2 class="titre-moteur-recherche">Rechercher une collection</h2>
 
<form id="col-form" name="col-form" action="<?=$url_form;?>" method="get">
 
<input name="module" type="hidden" value="<?=$url_module;?>" />
49,7 → 51,7
 
<div id="col-rech-masque">
<div class="champ-masque">
<label class="label-gauche">Lieu de stockage</label>
<label class="label-gauche">Institution hébergeant la collection</label>
<input name="masque[lieu-stockage]" type="text" value="<?= $masque['lieu-stockage'] ?>" />
</div>
<div class="champ-masque">
88,7 → 90,7
<label class="label-gauche">Personne</label>
<input id="nom-personne" name="masque[p]" type="text" value="<?= $masque['p'] ?>" />
</div>
<div class="champ-masque">
<!-- <div class="champ-masque">
<label class="label-droite">&gt;&gt; ayant le rôle</label>
<select id="role-personne" name="masque[pr]" data-option-selectionnee="<?= $masque['pr'] ?>">
<option value=""></option>
98,14 → 100,15
<option value="DE">Déterminateur</option>
<option value="HE">Hébergeur</option>
</select>
</div>
</div> -->
</div>
<input id="col-rech-ok" type="submit" value="OK" />
 
</form>
<br/>
 
<h2>Rechercher une personne</h2>
<h2 class="titre-moteur-recherche">Rechercher une personne</h2>
 
<form id="pers-form" name="col-form" action="<?=$url_form;?>" method="get">