Example #1
0
$imgs = images_oeuvre($oeuvre);
?>
                    <img src=<?php 
echo $imgs[count($imgs) - 1];
?>
 class="peloton">
                    
                    <br><br>

                    <span class="minibtn green">Mise en Relation ? <img src="images/hund.png"></span>
                    
                    <br>
                    <div class="detail oeu">
                      <table style="width:100%; text-align: center;" >
                      <?php 
$p = pubData_oeuvre($oeuvre);
?>
                        <tr>
                          <td colspan="2"> <span>Artiste :</span>  <?php 
echo $p[0];
?>
 </td>
                        </tr>
                        <tr>
                          <td colspan="2"><span>Année d'exécution :</span> <?php 
echo $p[5];
?>
 </td>
                        </tr>
                        <tr>
                          <td colspan="2"><span>Référence :</span> <?php 
Example #2
0
?>
                      
                      <a href="#0" class="cd-popup-close img-replace">Close</a>
                    </div> <!-- cd-popup-container -->
                  </div>
                </div>
                <br>

                 <div class="content">
                 <h3>Ses Oeuvres</h3>
                      <div class="slider center">
                      <?php 
for ($i = 1; $i < count($idoev); $i++) {
    $oeuvre_artiste = requete_oeuvre_artiste($idoev[$i]);
    $imgs = images_oeuvre($oeuvre_artiste);
    $p = pubData_oeuvre($oeuvre_artiste);
    echo '<div><h3><a href="' . images_normal_art_oeuvre($imgs[count($imgs) - 1]) . '" class="zoombox zgallery1" title="oeuvre.php?artiste=' . $p[0] . '&oeuvre=' . $idoev[$i] . '&type=' . Type_oeuvre($oeuvre_artiste) . '+' . $p[8] . '"><img src="' . $imgs[count($imgs) - 1] . '" ></a></h3></div>';
}
?>
                      </div>
                  </div>
                <br>

               
                

                <!-- <div id="pagination">
                  <a href="" class="left"> << Précédant </a>
                  <a href="" class="right"> Suivant >> </a>
                </div> -->
                 </div>