Subversion Repositories eFlore/Applications.eflore-consultation

Compare Revisions

Ignore whitespace Rev 1339 → Rev 1340

/trunk/presentations/styles/eflore.css
590,9 → 590,13
 
/*----------------------------------------------------------------------------------------------------------*/
/* Fiche */
#bloc-fiche {
margin-top: 0;
}
#bloc-fiche h1 {
background: none repeat scroll 0 0 transparent;
padding: 0 9px 0 9px;
padding: 0;
margin-bottom : 4px;
}
 
.synthese {
957,19 → 961,38
}
.vernaculaire {
font-size: 17px;
color: #A89D80;
/*color: #A89D80;*/
color: #555;
text-transform: none;
float: right;
}
h2.vernaculaire {
font-size: 17px;
color: #555555;
font-weight: normal;
}
h2.vernaculaire:before {
content: none !important;
}
.redirige_depuis {
color: #777777;
font-size: 0.9em;
display: table-row;
color: #808080;
font-size: 14px;
font-weight: normal;
text-transform: none;
}
.redirige_depuis strong {
font-weight: bold;
font-style: italic;
 
.label_redirige_depuis {
display: table-cell;
width: 90px;
padding-right: 5px;
font-size: 12px;
line-height: 22px;
}
.valeur_redirige_depuis {
display: table-cell;
margin-left: 100px;
}
 
/*----------------------------------------------------------------------------------------------------------*/
/* Wikinis */
1480,7 → 1503,9
 
}
#bloc-recherche {
padding-bottom : 3px;
padding-bottom: 3px;
box-shadow: 3px 3px 6px #555555;
margin-bottom: 10px;
}
div #recherche_av_form {
width:95%;
/trunk/modules/fiche/squelettes/fiche_accueil_niveau2.tpl.html
1,18 → 1,25
<?= $entete; ?>
<div id="bloc-fiche" class="importance4">
<h1><span class="nomenclature"><?=$nom_retenu_html?></span>
<span class="famille nomenclature" style="float: right;">
<?php if($famille != '') { ?>
<a class="lien_recherche_hier" title="<?= $i18n['lien-recherche-hier-fam']; ?>" href="<?= $lien_recherche_famille ?>"> <?= $famille; ?> </a>
<?php } ?>
</span>
<br/>
<h1>
<span class="famille nomenclature" style="float: right;">
<?php if($famille != '') { ?>
<a class="lien_recherche_hier" title="<?= $i18n['lien-recherche-hier-fam']; ?>" href="<?= $lien_recherche_famille ?>"> <?= $famille; ?> </a>
<?php } ?>
</span>
<span class="nomenclature"><?=$nom_retenu_html?></span>
</h1>
<?php if($nom_vernaculaire): ?>
<h2 class="vernaculaire"><?=$nom_vernaculaire;?></h2>
<?php endif; ?>
<?php if($nom_appele_html): ?>
<span class="redirige_depuis">Nom retenu du nom recherché <strong><?= $nom_appele_html ?></strong></span>
<br/>
<h3 class="redirige_depuis">
<span class="label_redirige_depuis">Nom recherché :</span>
<span class="valeur_redirige_depuis"><?= $nom_appele_html ?></span>
</h3>
<?php endif; ?>
<span class="vernaculaire"><?=$nom_vernaculaire;?></span></h1>
 
<hr class="nettoyage" />
 
<div id="zone_onglets" class="ui-tabs ui-widget ui-widget-content ui-corner-all">
<? $url = htmlentities('index.php?referentiel='.Registre::get('parametres.referentiel').'&niveau='.Registre::get('parametres.niveau').'&module=fiche&action=fiche&num_nom='.$num_nom.'&type_nom='.$type_nom.'&nom='.$nom.'&onglet=');?>
<ul id="onglets" class="ui-tabs-nav ui-helper-reset ui-helper-clearfix ui-widget-header ui-corner-all">
/trunk/modules/fiche/squelettes/fiche_accueil_niveau3.tpl.html
1,18 → 1,25
<?= $entete; ?>
<div id="bloc-fiche" class="importance4">
<h1><span class="nomenclature"><?=$nom_retenu_html?></span>
<span class="famille nomenclature" style="float: right;">
<?php if($famille != '') { ?>
<a class="lien_recherche_hier" title="<?= $i18n['lien-recherche-hier-fam']; ?>" href="<?= $lien_recherche_famille ?>"> <?= $famille; ?> </a>
<?php } ?>
</span>
<br/>
<h1>
<span class="famille nomenclature" style="float: right;">
<?php if($famille != '') { ?>
<a class="lien_recherche_hier" title="<?= $i18n['lien-recherche-hier-fam']; ?>" href="<?= $lien_recherche_famille ?>"> <?= $famille; ?> </a>
<?php } ?>
</span>
<span class="nomenclature"><?=$nom_retenu_html?></span>
</h1>
<?php if($nom_vernaculaire): ?>
<h2 class="vernaculaire"><?=$nom_vernaculaire;?></h2>
<?php endif; ?>
<?php if($nom_appele_html): ?>
<span class="redirige_depuis">Nom retenu du nom recherché <strong><?= $nom_appele_html ?></strong></span>
<br/>
<h3 class="redirige_depuis">
<span class="label_redirige_depuis">Nom recherché :</span>
<span class="valeur_redirige_depuis"><?= $nom_appele_html ?></span>
</h3>
<?php endif; ?>
<span class="vernaculaire"><?=$nom_vernaculaire;?></span></h1>
 
<hr class="nettoyage" />
 
<div id="zone_onglets" class="ui-tabs ui-widget ui-widget-content ui-corner-all">
<? $url = htmlentities('index.php?referentiel='.Registre::get('parametres.referentiel').'&niveau='.Registre::get('parametres.niveau').'&module=fiche&action=fiche&num_nom='.$num_nom.'&type_nom='.$type_nom.'&nom='.$nom.'&onglet=');?>
<ul id="onglets" class="ui-tabs-nav ui-helper-reset ui-helper-clearfix ui-widget-header ui-corner-all">
/trunk/modules/fiche/squelettes/fiche_accueil_niveau1.tpl.html
1,18 → 1,25
<?= $entete; ?>
<div id="bloc-fiche" class="importance4">
<h1><span class="nomenclature"><?=$nom_retenu_html?></span>
<span class="famille nomenclature" style="float: right;">
<?php if($famille != '') { ?>
<a class="lien_recherche_hier" title="<?= $i18n['lien-recherche-hier-fam']; ?>" href="<?= $lien_recherche_famille ?>"> <?= $famille; ?> </a>
<?php } ?>
</span>
<br/>
<h1>
<span class="famille nomenclature" style="float: right;">
<?php if($famille != '') { ?>
<a class="lien_recherche_hier" title="<?= $i18n['lien-recherche-hier-fam']; ?>" href="<?= $lien_recherche_famille ?>"> <?= $famille; ?> </a>
<?php } ?>
</span>
<span class="nomenclature"><?=$nom_retenu_html?></span>
</h1>
<?php if($nom_vernaculaire): ?>
<h2 class="vernaculaire"><?=$nom_vernaculaire;?></h2>
<?php endif; ?>
<?php if($nom_appele_html): ?>
<span class="redirige_depuis">Nom retenu du nom recherché <strong><?= $nom_appele_html ?></strong></span>
<br/>
<h3 class="redirige_depuis">
<span class="label_redirige_depuis">Nom recherché :</span>
<span class="valeur_redirige_depuis"><?= $nom_appele_html ?></span>
</h3>
<?php endif; ?>
<span class="vernaculaire"><?=$nom_vernaculaire;?></span></h1>
 
<hr class="nettoyage" />
 
<div id="zone_onglets" class="ui-tabs ui-widget ui-widget-content ui-corner-all">
<? $url = htmlentities('index.php?referentiel='.Registre::get('parametres.referentiel').'&niveau='.Registre::get('parametres.niveau').'&module=fiche&action=fiche&num_nom='.$num_nom.'&type_nom='.$type_nom.'&nom='.$nom.'&onglet=');?>
<ul id="onglets" class="ui-tabs-nav ui-helper-reset ui-helper-clearfix ui-widget-header ui-corner-all">