Subversion Repositories eFlore/Archives.eflore-consultation-v2

Compare Revisions

Ignore whitespace Rev 14 → Rev 15

/trunk/eflore_photo.inc.php
19,7 → 19,7
// | License along with this library; if not, write to the Free Software |
// | Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA |
// +------------------------------------------------------------------------------------------------------+
// CVS : $Id: eflore_photo.inc.php,v 1.4 2004-06-23 13:21:23 linda Exp $
// CVS : $Id: eflore_photo.inc.php,v 1.5 2004-07-01 14:22:41 linda Exp $
/**
* Titre
*
32,7 → 32,7
//Autres auteurs :
*@author Aucun
*@copyright Tela-Botanica 2000-2004
*@version $Revision: 1.4 $ $Date: 2004-06-23 13:21:23 $
*@version $Revision: 1.5 $ $Date: 2004-07-01 14:22:41 $
*/
 
 
134,6 → 134,7
$res.=" ";
$res.="<li class=\"ligne\">\n";
$res.=" ";
$res.="<p class=\"info\">";
$res.="<a href=\"papyrus.php?site=3&menu=39&onglet=photo&agrandit=".$url_img."\">";
$res.="\n ";
$res.="<img src=\"".$url_img_mini."\" border=0 />";
140,26 → 141,30
$res.="\n ";
$res.="</a>";
$res.="\n ";
$res.="<p class=\"info\">";
$res.="\n ";
$res.="\n ";
$res.="<span class=\"label\">";
$res.="<p class=\"label\">";
$res.="\n ";
$res.="num_ligne : ".$num_ligne;
$res.="taille réelle de l'image : ".intval(filesize($url_img)/1024)." ko";
$res.="\n ";
$res.="</span>";
list($long,$larg,$type,$attr)=getimagesize($url_img);
$res.="largeur : ".$larg." px<br>";
$res.="\n ";
$res.="<span class=\"label\">";
$res.="longueur :".$long." px<br>";
$res.="\n ";
$res.="id: ".$ligne[0]."->".$ligne[1];
$res.="auteur : ";
$res.="\n ";
$res.="</span>";
$res.="</p>";
$res.="\n ";
$res.="</p>";
$res.="\n ";
$res.="</li>\n";
$res.="<li class=\"ligne2\"><div class=\"separateur\">&nbsp;</div></li>\n";
if ($num_ligne%$img_l==2)
{
$res.=" </ul> \n";
$res.="<li class=\"colonne\"><span class=\"spacer\"></span></li>";
}