コード例 #1
0
ファイル: wahlen.php プロジェクト: asta-kit/friwahl-legacy
function show_listen($row)
{
    extract($row);
    print "<TR>" . colorTD($name_kurz, "center", $r, $g, $b) . "<TD align=right>{$stimmen}</TD>" . "<TD align=right>" . percent($stimmen, $summe) . "%</TD>" . "<TD align=right>{$sitze}</TD>" . "<TD align=left>" . ($los > 0 ? "(+1)" : "") . "</TD>" . "</TR>\n";
}
コード例 #2
0
ファイル: status.php プロジェクト: asta-kit/friwahl-legacy
function show_legende($row)
{
    extract($row);
    print colorTD("{$name}", "center", $red, $green, $blue) . "\n";
}
コード例 #3
0
ファイル: stupa-fak.php プロジェクト: asta-kit/friwahl-legacy
function show_legende($row)
{
    extract($row);
    print colorTD($name_kurz, "center", $r, $g, $b) . "\n";
}