feat(WIP): process 국가선택 추가

This commit is contained in:
2021-12-18 23:14:04 +09:00
parent e2ed918437
commit 9bd151cdc2
9 changed files with 307 additions and 110 deletions
@@ -157,23 +157,4 @@ class che_국호변경 extends Command\NationCommand
$general->applyDB($db);
return true;
}
public function getJSPlugins(): array
{
return [
'colorSelect'
];
}
public function getForm(): string
{
ob_start();
?>
나라의 이름을 바꿉니다. 황제가 된 후 1회 가능합니다.<br>
국명 : <input type='text' class='formInput' name="nationName" id="nationName" size='18' maxlength='18' style='color:white;background-color:black;'> <input type=button id="commonSubmit" value="<?= $this->getName() ?>"><br>
<br>
<?php
return ob_get_clean();
}
}