Subversion Repositories eFlore/Applications.eflore-consultation

Compare Revisions

No changes between revisions

Ignore whitespace Rev 1299 → Rev 1300

/branches/v5.7-duchartre/presentations/styles/eflore.css
1252,6 → 1252,10
padding-bottom: 5px;
}
 
.lien-image-cel img {
height: 300px;
}
 
a.lien-images-organes.non-fourni {
opacity: 0.2;
text-decoration: none;
1435,11 → 1439,16
padding-left: 0px;
}
 
.signaler-mauvaise-identification {
font-weight: bold;
margin-left: 35px;
.liste_actions_ill a {
border: none;
text-decoration: none;
}
 
img.icone_action_ill {
display: inline;
height: 16px;
}
 
/**----------------------- recherche--avancee--formulaire---------------------------------------------**/
::-webkit-input-placeholder { color:#777777; }
::-moz-placeholder { color:#777777; } /* firefox 19+ */
1580,4 → 1589,4
.nb_resultats {
float:right;
margin-top: 10px;
}
}
/branches/v5.7-duchartre/presentations/images/sauver.png
Cannot display: file marked as a binary type.
svn:mime-type = image/png
/branches/v5.7-duchartre/presentations/images/sauver.png
New file
Property changes:
Added: svn:mime-type
+image/png
\ No newline at end of property
/branches/v5.7-duchartre/presentations/images/mauvaise_id.png
Cannot display: file marked as a binary type.
svn:mime-type = image/png
/branches/v5.7-duchartre/presentations/images/mauvaise_id.png
New file
Property changes:
Added: svn:mime-type
+image/png
\ No newline at end of property
/branches/v5.7-duchartre/presentations/images/contact.png
Cannot display: file marked as a binary type.
svn:mime-type = image/png
/branches/v5.7-duchartre/presentations/images/contact.png
New file
Property changes:
Added: svn:mime-type
+image/png
\ No newline at end of property
/branches/v5.7-duchartre/presentations/scripts/fiche-synthese.js
539,6 → 539,14
// pour que la galerie soit ouverte par défaut sur le premier organe non vide
var premier = $('a.lien-images-organes.fourni').first().data('tag');
afficherOngletOrgane(null, premier);
$("a.lien_telechargement_image").fancybox({
"autoDimensions" : false,
"width" : 800,
"height" : 405,
"overlayOpacity" : "1",
"titleShow" : false
});
});
 
// Affiche les n images ayant le plus de votes, pour l'organe $tag
585,7 → 593,7
source = source.replace('CRX2S', 'L'); // @FIXME cracra
// chargement image et lien popup
grandeImage.attr('src', source);
grandeImage.parent().attr('href','/eflore/consultation/popup.php?module=popup-illustrations&action=fiche&referentiel=bdtfx&id=' + $(this).data('id-image'));
grandeImage.parent().attr('href',urlPopup+'?module=popup-illustrations&action=fiche&referentiel=bdtfx&id=' + $(this).data('id-image'));
// métadonnées
var metadonnees = ['id-image', 'titre', 'description', 'localisation', 'auteur'],
clef;
/branches/v5.7-duchartre/presentations/squelettes/menu.tpl.html
1,12 → 1,12
<ul>
<li>
<a href="index.php?referentiel=bdtfx">Accueil</a>
<a href="<?= Config::get('base_url_application'); ?>index.php?referentiel=bdtfx">Accueil</a>
<ul>
<li><a href="index.php?referentiel=bdtfx&amp;module=liste&amp;rang=F">Liste Famille</a></li>
<li><a href="index.php?referentiel=bdtfx&amp;module=liste&amp;rang=G">Liste Genre</a></li>
<li><a href="index.php?referentiel=bdtxa">eFlore Antilles</a></li>
<li><a href="index.php?referentiel=isfan">eFlore Afrique du Nord</a></li>
<li><a href="index.php?referentiel=apd">eFlore Afrique de l'Ouest et du Centre</a></li>
<li><a href="<?= Config::get('base_url_application'); ?>index.php?referentiel=bdtfx&amp;module=liste&amp;rang=F">Liste Famille</a></li>
<li><a href="<?= Config::get('base_url_application'); ?>index.php?referentiel=bdtfx&amp;module=liste&amp;rang=G">Liste Genre</a></li>
<li><a href="<?= Config::get('base_url_application'); ?>index.php?referentiel=bdtxa">eFlore Antilles</a></li>
<li><a href="<?= Config::get('base_url_application'); ?>index.php?referentiel=isfan">eFlore Afrique du Nord</a></li>
<li><a href="<?= Config::get('base_url_application'); ?>index.php?referentiel=apd">eFlore Afrique de l'Ouest et du Centre</a></li>
</ul>
</li>
</ul>