if($rankup_board->is_registable()) { ?>
} else {
$datas = $rankup_mobile->query("select id, name, spermission from $rankup_board->bconfig_table where id!='_sample_' and uval='yes' order by cno,pcno,rank asc");
$search_key = ($_GET['top_skey']) ? "&top_skey=".$_GET['top_skey'] : "";
while($rows = $rankup_mobile->fetch($datas)) {
$level = unserialize($rows[spermission]);
$list_level = $level['list_level'];
if($rankup_mobile->settings['use_'.$rows['id'].'_main']!='yes') continue;
if($list_level <= 6 ) continue;
}
} ?>
=$pagings?>