PROF. DR. NUSRET FISEK ANMA ETKINLIKLERI
3 KASIM 2016
// Author: Mian Shafiq-ur-Rehman
$dir = "nusret/"; // Resimlerin bulundugu klasor
$re = "/\.(jpg|gif|psd)$/"; // Resim turleri
$inOneRow = 6; // Bir satirda kac resim gosterilecek
?>
function popup_window($imgPath)
{
if(file_exists($imgPath))
{
$size= @getimagesize( $imgPath );
$width=$size[0];
$height=$size[1];
$width = ($width < 200 ? 450 : ($width + 50));
$height = ($height < 300 ? 550 : ($height + 50));
$popup= "
";
return $popup;
}
}
/* Resimler listeleniyor ve tiklandigi zaman pop-up penceresinde orjinal boyutunda gosteriliyor. */
if(is_dir($dir))
{
$allFiles = opendir($dir);
sort($allfiles);
while ($file = readdir($allFiles))
{
if(!is_dir($dir.'/'.$file))
{
if (preg_match($re,strtolower($file)))
{
$thumbs[] = popup_window($dir.'/'.$file);
}
}
}
closedir($allFiles);
}
$totalThumbs = count($thumbs);
?>
$j=0;
for ($i=0; $i<$totalThumbs; $i++)
{
if($i == $j)
{
$j+=$inOneRow;
echo "";
}
?>
echo $thumbs[$i]?> |
echo "Fotograf " . ($i+1)?> |
|
}
?>