Пример #1
0
     //echo "<td class=\"tableCellRoundCorner\" colspan=10 style=\"empty-cells:show;\">&nbsp;</td>";
     echo "<tr><td class=\"tableCellRidge7\" colspan=50>&nbsp;</td></tr>\n";
     echo "</tr>\n";
     echo "</table>\n";
     break;
 case "quick_view":
     echo "<table cellpadding=0 cellspacing=0 border=0 width=100%>\n";
     echo "<tr>\n";
     echo "<td class=\"tableHeader7\" style=\"padding-top:3px;padding-bottom:3px;\">Rg</td>\n";
     echo "<td class=\"tableHeader7\" style=\"padding-top:3px;padding-bottom:3px;\">Joueur</td>\n";
     echo "<td class=\"tableHeader7\" style=\"padding-top:3px;padding-bottom:3px;\">Pos</td>\n";
     echo "<td class=\"tableHeader7\" align='center' style=\"padding-top:3px;padding-bottom:3px;\">Éq.</td>\n";
     echo "<td class=\"tableHeader7\" align='center' style=\"padding-top:3px;padding-bottom:3px;\">Pts</td>\n";
     echo "<td class=\"tableHeader6\" align='center' style=\"padding-top:3px;padding-bottom:3px;\">Hier</td>\n";
     echo "</tr>\n";
     $dataA = $playoffs2->getEquipeGerant($id_pool, $id_saison, $pool, $gerant);
     $total_pts = 0;
     $total_pts_jour = 0;
     if (count($dataA) > 0) {
         foreach ($dataA as $itemA) {
             $id_player = $itemA[id_player];
             $first_name = $itemA[first_name];
             $last_name = $itemA[last_name];
             $pos = $itemA[pos];
             $team_logo = $itemA[logo];
             $team_logo_gray = $itemA[logo2];
             $rang = $itemA[rang];
             $actif = $itemA[actif];
             $points = $itemA[points];
             $play_tonight = $itemA[play_tonight];
             $played_yest = $itemA[played_yest];