Esempio n. 1
0
 echo "<div class=\"jqmDetailPlayer\" id=\"div_jqmDetailPlayer\">\n";
 echo "<div class=\"jqmnTitle\">\n";
 echo "<h1>Détail du joueur</h1>\n";
 echo "</div>\n";
 echo "<div class=\"jqmnContent\" id=\"contentDetailPlayer\">\n";
 echo "Please wait... <img src=\"/images/ajax-loader2.gif\" alt=\"loading\" />\n";
 echo "</div>\n";
 echo "<img src=\"/images/close_icon.png\" alt=\"close\" class=\"jqmClose\" />\n";
 echo "</div>\n";
 // Affichage de la table de sélection du gérant
 $pool->affiche_selection_gerant2($id_pool, $id_saison, $gerant_sel_hist_prop, $gerant);
 if ($gerant_sel_hist_prop == $gerant) {
     echo "<p align='center' style=\"font-size:12px;\">Sélectionner un gérant pour voir les propositions d'échange l'impliquant.</p>\n";
     break;
 }
 $propTradesA = $pool->getPropositionHistorique($id_pool, $id_saison, $gerant_sel_hist_prop, $gerant);
 $nbre_trade_row = 1;
 if (count($propTradesA) > 0) {
     echo "<table border=0 cellspacing=5 cellpadding=5 align=\"center\">\n";
     echo "<tr>\n";
     foreach ($propTradesA as $item) {
         if ($nbre_trade_row > 3) {
             echo "</tr>\n";
             echo "<tr>\n";
             $nbre_trade_row = 1;
         }
         $id_trade = $item["id"];
         $id_gerant1 = $item["id_gerant1"];
         $liste_joueurs_gerant1 = $item["liste_joueurs_gerant1"];
         $gerant1_accepte = $item["gerant1_accepte"];
         $id_gerant2 = $item["id_gerant2"];