misc::hash-test\n";
$team_info=get_team_info($game, $team_id);
$cid_list=get_challenge_list($game);
$li[0]=$team_info["name"];
$li[1]=$team_info["id"];
$li[2]="";
for($a=0; $a".htmlspecialchars($cid_list[$a]["name"])."";
$li[2].="
\n";
}
unset($a);
$str=file_get_contents_with_lock(__DIR__."/assets/user_index_template.html");
$str=template_replace_anchor($str, $li);
echo $str;