コード例 #1
0
ファイル: eventreport.php プロジェクト: OldVig/gatherling
function showReport($event)
{
    echo "<table style=\"border-width: 0px;\" width=600>\n";
    echo "<tr><td valign=\"top\">";
    imageCell($event);
    echo "</td><td valign=\"top\">";
    infoCell($event);
    echo "</td><td align=\"center\" valign=\"top\" width=220>";
    trophyCell($event);
    echo "</td></tr></table>";
    echo "<table style=\"border-width: 0px;\" width=600>\n<tr><td>";
    finalists($event);
    echo "</td><td align=\"right\">";
    metastats($event);
    echo "</td></tr></table>\n";
    echo "<br><br>";
    fullmetagame($event);
}
コード例 #2
0
ファイル: eventreport.php プロジェクト: jamuraa/gatherling
function showReport($event)
{
    echo "<div id=\"EventReport\">";
    echo "<table width=900>\n";
    echo "<tr><td width=300 valign=\"top\">";
    imageCell($event);
    echo "</td><td width=300 valign=\"top\">";
    infoCell($event);
    echo "</td><td  width=300 valign=\"top\">";
    trophyCell($event);
    echo "</td></tr></table>";
    echo "<table style=\"border-width: 0px;\" width=600>\n<tr><td>";
    finalists($event);
    echo "</td><td align=\"right\">";
    metastats($event);
    echo "</td></tr></table>\n</div>";
    echo "<br /><br />";
    fullmetagame($event);
}