setReadOnly();
$userID = Session::getUserID();
$db = DB::db();
$gameStor = KVStorage::getStorage($db, 'game_env');
increaseRefresh("세력도", 2);
TurnExecutionHelper::executeAllCommand();
$mapTheme = $gameStor->map_theme ?? 'che';
$me = $db->queryFirstRow('SELECT con,turntime from general where owner=%i', $userID);
$con = checkLimit($me['con']);
if ($con >= 2) {
printLimitMsg($me['turntime']);
exit();
}
?>
= UniqueConst::$serverName ?>: 세력도
= WebUtil::printCSS('../d_shared/common.css') ?>
= WebUtil::printCSS('css/normalize.css') ?>
= WebUtil::printCSS('css/map.css') ?>
= WebUtil::printJS('../d_shared/common_path.js') ?>
= WebUtil::printJS('d_shared/base_map.js') ?>
= WebUtil::printDist('ts', ['common', 'map']) ?>
|
= formatHistoryToHTML(getGlobalActionLogRecent(34)) ?>
|
= getMapHtml($mapTheme) ?>
|
|
= formatHistoryToHTML(getGlobalHistoryLogRecent(34)) ?>
|
| = closeButton() ?> |
| = banner() ?> |