コード例 #1
0
ファイル: stats-gerant.php プロジェクト: jfanctil/lamoria
-->
<div ID="top_page">
     <?php 
// Affichage du top de la page
$pool->affiche_top_page($id_pool, $id_saison, $sess, $str_fil_ariane, $dev);
?>
</div>

<!--
<div ID="contenu">
-->
     <?php 
// Affichage de la table de sélection de la saisoin
$pool->affiche_selection_saison($id_pool, $id_saison, 0);
// Affichage de la table de sélection du gérant
$pool->affiche_selection_gerant($id_pool, $id_saison, $gerant_sel);
?>


	     <INPUT TYPE="HIDDEN" ID="id_pool" VALUE="<?php 
echo $id_pool;
?>
" />
		<INPUT TYPE="HIDDEN" ID="saison_id" VALUE="<?php 
echo $id_saison;
?>
" />


		<TABLE cellpadding=0 cellspacing=0 border=0 style="margin-top:10px;">
			<TR>
コード例 #2
0
ファイル: autres_stats.php プロジェクト: jfanctil/lamoria
                 echo "<TD class=\"tableCellRidge1\" align=\"center\" style=\"{$style}\">{$differentiel}</TD>\n";
             }
             echo "<TD class=\"tableCellRidge1\" align=\"center\" style=\"{$style}\">{$nbre_periodes}</TD>\n";
             echo "<TD class=\"tableCellRidge2\" align=\"center\" style=\"{$style}\">{$moyenne}</TD>\n";
             echo "</TR>\n";
             $rang++;
         }
         echo "<tr><td class=\"tableCellRidge7\" colspan=50>&nbsp;</td></tr>\n";
         echo "</table>\n";
     }
     break;
 case "vs_les_autres":
     // Affichage de la table de sélection de la saison
     $pool->affiche_selection_saison($id_pool, $id_saison2show, 1);
     // Affichage de la table de sélection du gérant
     $pool->affiche_selection_gerant($id_pool, $id_saison2show, $gerant_sel_vs_autres);
     if ($id_saison2show > 0) {
         $dataSaison = $pool->getConfigPool($id_pool, $id_saison2show);
         $nhl_team_as_gerant_name_saison = $dataSaison["nhl_team_as_gerant_name"];
     } else {
         $nhl_team_as_gerant_name_saison = $nhl_team_as_gerant_name;
     }
     echo "<table cellpadding=0 cellspacing=0 border=0 align=\"center\" style=\"margin-top:25px;\">\n";
     echo "<tr>\n";
     echo "<th class=\"tableHeaderRoundCorner\" colspan=10>Fiche contre les autres gérants</th>";
     echo "</tr>\n";
     echo "<tr>\n";
     echo "<th class=\"tableHeader1\" nowrap>Gérant</th>";
     echo "<th class=\"tableHeader1\" nowrap>Victoires</th>";
     echo "<th class=\"tableHeader1\" nowrap>Défaites</th>";
     echo "<th class=\"tableHeader1\" nowrap>Nulles</th>";