Encore merci à zorglub, pour son script et son suivi irreprochable.
Merci aussi à lespion, c'est l'intention qui compte :)
ben non, je ne vois pas, il ne s'agit pas de la meme chose...
Oups cela m'apprendra a lire en diagonnal :oops:
dans photo.php (release 1.2), supprimes :
373 echo" 374 <table style=\"width:100%;\"> 375 <tr> 376 <td align=\"center\"> 377 <table style=\"margin:auto;margin-top:5px;margin-bottom:5px;\">"; 378 if ( $page['author'] != "" ) 379 { 380 echo" 381 <tr> 382 <td class=\"menu\" style=\"font-weight:bold;\">".$lang['author']." : </td> 383 <td style=\"text-align:right;\">".$page['author']."</td> 384 </tr>"; 385 } 386 if ( $page['date_creation'] != "" ) 387 { 388 $tab_date = explode( "-", $page['date_creation'] ); 389 echo" 390 <tr> 391 <td class=\"menu\" style=\"font-weight:bold;\">".$lang['creation_date']." : </td> 392 <td class=\"menu\" style=\"text-align:right;\">".$tab_date[2]."/".$tab_date[1]."/".$tab_date[0]."</td> 393 </tr>"; 394 } 395 $tab_date = explode( "-", $page['date_available'] ); 396 echo" 397 <tr> 398 <td class=\"menu\" style=\"font-weight:bold;\">".$lang['registration_date']." : </td> 399 <td class=\"menu\" style=\"text-align:right;\">".$tab_date[2]."/".$tab_date[1]."/".$tab_date[0]."</td> 400 </tr>"; 401 echo" 402 <tr> 403 <td class=\"menu\" style=\"font-weight:bold;\">".$lang['size']." : </td> 404 <td class=\"menu\" style=\"text-align:right;\">"; 405 if ( $original_width != $final_width || $original_height != $final_height ) 406 { 407 echo"[ <a href=\"$lien_image\" title=\"".$lang['true_size']."\">$original_width*$original_height</a> ]"; 408 } 409 else 410 { 411 echo $original_width."*".$original_height; 412 } 413 echo"</td> 414 </tr>"; 415 echo" 416 <tr> 417 <td class=\"menu\" style=\"font-weight:bold;\">".$lang['file']." : </td> 418 <td class=\"menu\" style=\"text-align:right;\">"; 419 if ( $page['cat'] == 'search' ) 420 { 421 echo replace_search( $page['file'], $HTTP_GET_VARS['search'] ); 422 } 423 else 424 { 425 echo $page['file']; 426 } 427 echo "</td> 428 </tr>"; 429 if ( $page['filesize'] == "" ) 430 { 431 $poids = floor ( filesize( $lien_image ) / 1024 ); 432 } 433 else 434 { 435 $poids = $page['filesize']; 436 } 437 echo" 438 <tr> 439 <td class=\"menu\" style=\"font-weight:bold;\">".$lang['filesize']." : </td> 440 <td class=\"menu\" style=\"text-align:right;\">$poids KB</td> 441 </tr> 442 </table> 443 </td> 444 </tr> 445 </table>";
ben non, je ne vois pas, il ne s'agit pas de la meme chose...
http://forum.phpwebgallery.net/index.php?a...d,info,or,infos et tu devrais trouver ton bonheur :D
Y a pas moyen???
voila, je parle des 4 lignes d'info qui apparaissent sous chaque image :
par exemple :
enregistré le : 29/08/2003
dimensions : 423*640
fichier : P1010890.JPG
poids : 37 KB
pouvez vous me dire quelles lignes de code je dois virer, sachant que je ne comprend rien au PHP. :oops:
Merci de votre aide.