턴 수행 constraint를 상세하게 분리, argTest 추가. 턴 커맨드 실행용 클래스, ajax 파일 준비

This commit is contained in:
2018-09-16 22:16:08 +09:00
parent 9dcafaaa38
commit 777ec39bd9
14 changed files with 164 additions and 38 deletions
+8 -1
View File
@@ -235,7 +235,14 @@ else if($session->userGrade == 4){
<td style='width:700px;height:520px;' colspan=2>
<?=getMapHtml($mapTheme)?>
</td>
<td style='width:300px;' rowspan=4><iframe seamless="seamless" name=commandlist src='commandlist.php' style='width:300px;height:700px;' frameborder=0 marginwidth=0 marginheight=0 topmargin=0 scrolling=no></iframe></td>
<td style='width:300px;overflow-y:scroll' rowspan=4>
<div id="reservedCommandList">
<div id="reservedCommandHeader">
</div>
<ul id="reservedCommandList">
</ul>
</div>
</td>
</tr>
<form name=form2 action=preprocessing.php method=post target=commandlist>
<tr>