Subversion Repositories eFlore/Applications.coel-consultation

Compare Revisions

Ignore whitespace Rev 182 → Rev 183

/trunk/squelettes/moteur.tpl.html
36,11 → 36,11
 
<div id="col-rech-masque">
<div class="champ-masque">
<label class="gauche">Lieu de stockage</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">
<label class="droite">Groupe taxonomique</label>
<label class="label-droite">Groupe taxonomique</label>
<select name="masque[veg]" data-option-selectionnee="<?= $masque['veg'] ?>">
<option value=""></option>
<option value="PH">Phanérogames</option>
55,11 → 55,11
</select>
</div>
<div class="champ-masque">
<label class="gauche">Lieu de récolte</label>
<label class="label-gauche">Lieu de récolte</label>
<input name="masque[zg]" type="text" value="<?= $masque['zg'] ?>" />
</div>
<div class="champ-masque">
<label class="droite">Type de collection</label>
<label class="label-droite">Type de collection</label>
<select name="masque[bot]" data-option-selectionnee="<?= $masque['bot'] ?>">
<option value=""></option>
<option value="HE">Herbier</option>
72,11 → 72,11
</select>
</div>
<div class="champ-masque">
<label class="gauche">Personne</label>
<label class="label-gauche">Personne</label>
<input name="masque[p]" type="text" value="<?= $masque['p'] ?>" />
</div>
<div class="champ-masque">
<label class="droite">→ ayant le rôle</label>
<label class="label-droite">→ ayant le rôle</label>
<select name="masque[pr]" data-option-selectionnee="<?= $masque['pr'] ?>">
<option value=""></option>
<option value="CT">Contributeur</option>
106,15 → 106,15
 
<div id="col-rech-masque">
<div class="champ-masque">
<label class="gauche">Nom de famille</label>
<label class="label-gauche">Nom de famille</label>
<input name="masque[nom-famille]" type="text" value="<?= $masque['nom-famille'] ?>" />
</div>
<div class="champ-masque">
<label class="droite">Date de collecte</label>
<input name="masque[date-vivant]" type="text" class="droite" value="<?= $masque['date-vivant'] ?>" />
<label class="label-droite">Date de collecte</label>
<input name="masque[date-vivant]" type="text" class="input-droite" value="<?= $masque['date-vivant'] ?>" />
</div>
<div class="champ-masque">
<label class="gauche">Localité</label>
<label class="label-gauche">Localité</label>
<input name="masque[adresse]" type="text" value="<?= $masque['adresse'] ?>" />
</div>
</div>
/trunk/squelettes/css/collection/collection.css
91,7 → 91,7
 
/*--------- Masque de recherche avancée ---------*/
#col-rech-masque {
width: 773px;
width: 700px;
/*padding: 10px;*/
border: solid #ddd 1px;
}
98,27 → 98,27
 
.champ-masque {
display: inline-block;
width: 370px;
width: 340px;
margin-top: 2px;
}
.champ-masque input {
width: 250px;
width: 220px;
}
.champ-masque select {
max-width: 230px;
max-width: 210px;
}
.champ-masque label {
display: inline-block;
text-align: right;
}
.champ-masque label.gauche {
width: 100px;
.champ-masque label.label-gauche {
width: 110px;
}
.champ-masque label.droite {
width: 130px;
.champ-masque label.label-droite {
width: 120px;
}
.champ-masque input.droite {
width: 230px;
.champ-masque input.input-droite {
width: 210px;
}
 
/*--------------------------------------------------------------------------------------------------------------*/
/trunk/squelettes/css/collection/collection.min.css
1,2 → 1,0
/* minifié avec http://cssminifier.com/ */
@charset "UTF-8";#texte,h1{position:relative}#contenu{clear:none}h2,h3{margin:0;padding:1em 0 0}dl{margin:0;padding:0;width:auto}dt{background-color:#EEE;width:18em;float:left;text-align:right;margin:0;padding:.3em;border-top:1px solid #999;font-weight:400}#zone_contenu_corps li{list-style-image:none}.label-grand dt{width:28em}.label-court dt{width:12em}dt:after{content:" : "}.nettoyeur,dt,h2,h3{clear:both}dd{background-color:#FFF;margin:0;padding:.3em;border-top:1px solid #999}.nettoyeur{visibility:hidden}table{border:1px solid #1C3C78;border-collapse:collapse;width:100%!important;width:95%;margin:auto}tfoot,thead{background-color:#EEE;border:1px solid #1C3C78}tbody{background-color:#FFF;border:1px solid #1C3C78}th{font-family:monospace;border:1px dotted #1C3C78;padding:5px;background-color:#EEE}td{font-family:sans-serif;font-size:80%;border:1px solid #1C3C78;padding:5px;text-align:left}caption{font-family:sans-serif}label#col-rech{display:none}.fragmenteur .frag_page_courrante,.fragmenteur .frag_resultats,.fragmenteur a,.fragmenteur select{color:#fff;padding:5px;margin:0 2px;-moz-border-radius:4px;-webkit-border-radius:4px;border-radius:4px}.fragmenteur a,.fragmenteur select{background-color:#5D5C5C;border:1px solid #000}.fragmenteur .frag_page_courrante,.fragmenteur .frag_resultats,.fragmenteur a:hover{font-weight:700;background-color:#AEDC43;border:1px solid #86A736}.frag_separateur{display:none}#col-rech-masque{width:773px;border:solid #ddd 1px}.champ-masque{display:inline-block;width:370px;margin-top:2px}.champ-masque input{width:250px}.champ-masque select{max-width:230px}.champ-masque label{display:inline-block;text-align:right}.champ-masque label.gauche{width:100px}.champ-masque label.droite{width:130px}.champ-masque input.droite{width:230px}.discretion{color:#A9A9A9;font-size:10px;font-weight:400}.txt-long{white-space:pre-wrap}p.txt-long{width:53.6em;padding:.3em;background-color:#FFF}#texte li{margin:3px 0}.col-sommaire a{background:0 0}ul.gallerie{list-style-type:none}ul.gallerie li{float:left}ul.gallerie li img{margin:.3em;border:1px solid;border-color:#444 #AAA #AAA #444;padding:10px}#carte-img{border:0}#col-syndication{width:800px;background:url(images/flux.png) no-repeat scroll 560px 60px #fff}.icone{line-height:20px;padding-left:20px}.icone-atom{background:url(images/atom.png) no-repeat center left}.icone-rss1{background:url(images/rss1.png) no-repeat center left}.icone-rss2{background:url(images/rss2.png) no-repeat center left}.ui-tabs .ui-tabs-hide{display:none}.col-onglets{margin:0;padding:0;height:auto!important;height:100%}
@charset "UTF-8";#texte,h1{position:relative}#contenu{clear:none}h2,h3{margin:0;padding:1em 0 0}dl{margin:0;padding:0;width:auto}dt{background-color:#EEE;width:18em;float:left;text-align:right;margin:0;padding:.3em;border-top:1px solid #999;font-weight:400}#zone_contenu_corps li{list-style-image:none}.label-grand dt{width:28em}.label-court dt{width:12em}dt:after{content:" : "}.nettoyeur,dt,h2,h3{clear:both}dd{background-color:#FFF;margin:0;padding:.3em;border-top:1px solid #999}.nettoyeur{visibility:hidden}table{border:1px solid #1C3C78;border-collapse:collapse;width:100%!important;width:95%;margin:auto}tfoot,thead{background-color:#EEE;border:1px solid #1C3C78}tbody{background-color:#FFF;border:1px solid #1C3C78}th{font-family:monospace;border:1px dotted #1C3C78;padding:5px;background-color:#EEE}td{font-family:sans-serif;font-size:80%;border:1px solid #1C3C78;padding:5px;text-align:left}caption{font-family:sans-serif}label#col-rech{display:none}.fragmenteur .frag_page_courrante,.fragmenteur .frag_resultats,.fragmenteur a,.fragmenteur select{color:#fff;padding:5px;margin:0 2px;-moz-border-radius:4px;-webkit-border-radius:4px;border-radius:4px}.fragmenteur a,.fragmenteur select{background-color:#5D5C5C;border:1px solid #000}.fragmenteur .frag_page_courrante,.fragmenteur .frag_resultats,.fragmenteur a:hover{font-weight:700;background-color:#AEDC43;border:1px solid #86A736}.frag_separateur{display:none}#col-rech-masque{width:700px;border:solid #ddd 1px}.champ-masque{display:inline-block;width:340px;margin-top:2px}.champ-masque input{width:220px}.champ-masque select{max-width:210px}.champ-masque label{display:inline-block;text-align:right}.champ-masque label.label-gauche{width:110px}.champ-masque label.label-droite{width:120px}.champ-masque input.input-droite{width:210px}.discretion{color:#A9A9A9;font-size:10px;font-weight:400}.txt-long{white-space:pre-wrap}p.txt-long{width:53.6em;padding:.3em;background-color:#FFF}#texte li{margin:3px 0}.col-sommaire a{background:0 0}ul.gallerie{list-style-type:none}ul.gallerie li{float:left}ul.gallerie li img{margin:.3em;border:1px solid;border-color:#444 #AAA #AAA #444;padding:10px}#carte-img{border:0}#col-syndication{width:800px;background:url(images/flux.png) no-repeat scroll 560px 60px #fff}.icone{line-height:20px;padding-left:20px}.icone-atom{background:url(images/atom.png) no-repeat center left}.icone-rss1{background:url(images/rss1.png) no-repeat center left}.icone-rss2{background:url(images/rss2.png) no-repeat center left}.ui-tabs .ui-tabs-hide{display:none}.col-onglets{margin:0;padding:0;height:auto!important;height:100%}