1 2 3 4 5 6 7 8 9 10 11 12 13
| echo "<table border width='100%'><tr><td width='40%' valign='top'>
<table id ='recherche' width='100%' height='100%'>
<tr><td id ='recherche'>
<b><font style='COLOR: #000099'>Auteur : </font></b>".$req2['Nom_auteur']."</br>
<b><font style='COLOR: #000099'>Titre : </font></b>".$req2['Titre']."</br>
<b><font style='COLOR: #000099'>Thème : </font></b>".$req2['Théme']."</br>
<b><font style='COLOR: #000099'>Année : </font></b>".$req2['Année']."</br>
<b><font style='COLOR: #000099'>Descriptif sujet, reliure, état : </font></b>".$req2['Descriptif_sujet_Reliure_etat']."</br>
</td></tr>
<tr><td id ='recherche' width='50%' align='center'>
<b><font style='COLOR: #000099'>Prix : </font>".$req2['Prix_vente_euro']." </br></b>
<a href=\"panieroriginal.php?action=ajout&au=".$req2['Nom_auteur']."&t=".$req2['Titre']."&p=".$req2['Prix_vente_euro']."&an=".$req2['Année']."&\" onclick='window.open(this.href, '', 'toolbar=no, location=no, directories=no, status=yes, scrollbars=yes, resizable=yes, copyhistory=no, width=600, height=350'); return false;'>Ajouter au panier</a>
</td></tr></table></table>"; |
Partager