Subversion Repositories eFlore/Applications.eflore-consultation

Compare Revisions

Ignore whitespace Rev 598 → Rev 599

/trunk/configurations/config.defaut.ini
162,7 → 162,7
imagesTpl = "{ref:baseUrlApiEflore}/images"
imagesResultatsDeterminationTpl = "{ref:imagesTpl}?masque.nn={idsNoms}&retour.format=CS"
imagesFicheBlocTpl = "{ref:imagesTpl}?masque.nn={idsNoms}&retour.format=CS&retour.tri=date"
imagesPopupTpl = "{ref:imagesTpl}/{id}"
imagesPopupTpl = "{ref:imagesTpl}/{id}?retour.format=L"
 
textesTpl = "{ref:baseUrlApiEflore}/textes"
texteTpl = "{ref:textesTpl}/{id}?txt.format={txtFormat}"
/trunk/presentations/scripts/fiche-synthese.js
527,7 → 527,7
function ouvrirPopUpImgCel(event) {
event.preventDefault();
window.open($(this).attr('href'), "Photo "+$(this).children("img").attr("alt"),
'height=500, width=500, top=100, left=100, toolbar=no, menubar=no, location=no, resizable=yes, scrollbars=yes, status=no');
'height=750, width=630, top=100, left=100, toolbar=no, menubar=no, location=no, resizable=yes, scrollbars=yes, status=no');
}
 
//+----------------------------------------------------------------------------------------------------------+