X-Git-Url: https://git.nubati.net/cgi-bin/gitweb.cgi?p=e-DoKo.git;a=blobdiff_plain;f=include%2Foutput.php;h=f694c5b4d833a896e3251f32bd849682ce43b8c8;hp=0c75173e0c0091ed8e2ec3498069c1e8e8dba677;hb=9ea0c1fc3eb689bc8e0223595d42d2e3ecae4192;hpb=db82830ad5268aedd807536be2486de22b989ae0 diff --git a/include/output.php b/include/output.php index 0c75173..f694c5b 100644 --- a/include/output.php +++ b/include/output.php @@ -75,8 +75,8 @@ function output_form_for_new_game($names)
  • first one normal, second one becomes highest (call during the game)
  • -
  • - second one become highest only in case re/contra was announced (not working yet) +
  • + second one become highest only in case re/contra was announced
  • Call Re/Contra, etc.:

    @@ -221,11 +221,18 @@ function output_check_for_sickness($me,$mycards) return; } -function output_form_calls($me) +function output_form_calls($me,$myparty) { if( can_call(120,$me) ) - echo " re/contra (120):". - "
    "; + { + if($myparty=='re') + echo "re (120):"; + else if ($myparty=='contra') + echo "contra (120):"; + else + echo " re/contra (120):"; + echo "
    "; + } if( can_call(90,$me) ) echo " 90:". "
    "; @@ -270,48 +277,12 @@ function output_header() e-Doko - - + +
    -

    Welcome to E-Doko (beta)

    +

    Welcome to E-Doko

    \ No newline at end of file