Subversion Repositories eFlore/Applications.coel-consultation

Compare Revisions

Ignore whitespace Rev 189 → Rev 186

/trunk/squelettes/moteur.tpl.html
35,10 → 35,8
});
</script>
 
<h1>Moteur de recherche sur les herbiers</h1>
<h2>Rechercher une collection</h2>
 
<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;?>" />
51,7 → 49,7
 
<div id="col-rech-masque">
<div class="champ-masque">
<label class="label-gauche">Institution hébergeant la collection</label>
<label class="label-gauche">Lieu de stockage</label>
<input name="masque[lieu-stockage]" type="text" value="<?= $masque['lieu-stockage'] ?>" />
</div>
<div class="champ-masque">
90,7 → 88,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>
100,15 → 98,14
<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 class="titre-moteur-recherche">Rechercher une personne</h2>
<h2>Rechercher une personne</h2>
 
<form id="pers-form" name="col-form" action="<?=$url_form;?>" method="get">
 
/trunk/squelettes/css/collection/collection.css
91,25 → 91,21
 
/*--------- Masque de recherche avancée ---------*/
#col-rech-masque {
width: 725px;
width: 700px;
/*padding: 10px;*/
/*border: solid #ddd 1px;*/
}
 
h2.titre-moteur-recherche {
margin-bottom: 10px;
}
 
.champ-masque {
display: inline-block;
width: 360px;
width: 340px;
margin-top: 2px;
}
.champ-masque input {
width: 200px;
width: 220px;
}
.champ-masque select {
max-width: 190px;
max-width: 210px;
}
.champ-masque label {
display: inline-block;
116,7 → 112,7
text-align: right;
}
.champ-masque label.label-gauche {
width: 130px;
width: 110px;
}
.champ-masque label.label-droite {
width: 120px;