feat(WIP): 턴 선택기를 multiselect에서 modal form으로 변경

This commit is contained in:
2022-03-23 20:12:59 +09:00
parent f6c59ad1f5
commit 70401d9567
9 changed files with 521 additions and 440 deletions
+6 -2
View File
@@ -203,9 +203,13 @@ $nations = $history['nations'];
<td><?= banner() ?> </td>
</tr>
</table>
<?= WebUtil::printStaticValues([
'staticValues' => [
'serverNick' => DB::prefix(),
'serverID' => UniqueConst::$serverID,
]
])?>
<script>
window.serverNick = '<?= DB::prefix() ?>';
window.serverID = '<?= UniqueConst::$serverID ?>';
<?php if($isCurrent): ?>
reloadWorldMap({
showMe: false,