diff --git a/web/chunkymap.php b/web/chunkymap.php index 316754f..1301b0c 100644 --- a/web/chunkymap.php +++ b/web/chunkymap.php @@ -407,7 +407,7 @@ function echo_chunkymap_table() { $genresult_suffix_then_dot_then_ext="_mapper_result.txt"; $dot_yaml=".yml"; $player_file_age_expired_max_seconds=20*60-1; - $player_file_age_idle_max_seconds=2*60-1; + $player_file_age_idle_max_seconds=5*60-1; while ($z >= $chunkz_min) { echo_hold( " \r\n"); $x = (int)$chunkx_min; @@ -548,11 +548,13 @@ function echo_chunkymap_table() { $rel_z -= (int)($zoomed_head_h/2); //$img_style="position:absolute; "; $img_style=""; + $img_border_style="border: 1px solid white;"; if ($is_expired==false) { if ($is_idle==true) { + $img_border_style="border: 1px solid gray;"; $img_style.="opacity: 0.4; filter: alpha(opacity=40);"; //filter is for IE8 and below } - echo_hold( "
$player_name
" ); + echo_hold( "
$player_name
" ); } //$position_offset_x+=$character_icon_w; }