|
|
|
@ -78,7 +78,7 @@ function doblocks($data, $user)
|
|
|
|
|
list($fg, $bg) = pctcolour(25.0); |
|
|
|
|
$pg .= "<span style='background:$bg; color:$fg;'>"; |
|
|
|
|
$pg .= " Green </span> "; |
|
|
|
|
$pg .= 'is good luck. Lower Diff% and bright green is best luck.<br>'; |
|
|
|
|
$pg .= 'is good luck. Lower Diff% and brighter green is best luck.<br>'; |
|
|
|
|
list($fg, $bg) = pctcolour(100.0); |
|
|
|
|
$pg .= "<span style='background:$bg; color:$fg;'>"; |
|
|
|
|
$pg .= " 100% </span> "; |
|
|
|
@ -86,7 +86,7 @@ function doblocks($data, $user)
|
|
|
|
|
list($fg, $bg) = pctcolour(400.0); |
|
|
|
|
$pg .= "<span style='background:$bg; color:$fg;'>"; |
|
|
|
|
$pg .= " Red </span> "; |
|
|
|
|
$pg .= 'is bad luck. Higher Diff% and bright red is worse luck.<br><br>'; |
|
|
|
|
$pg .= 'is bad luck. Higher Diff% and brighter red is worse luck.<br><br>'; |
|
|
|
|
|
|
|
|
|
$pg .= "<table callpadding=0 cellspacing=0 border=0>\n"; |
|
|
|
|
$pg .= "<tr class=title>"; |
|
|
|
|