새 서버 선택 페이지 중 '장수 선택', '장수 생성', '입장' 레이아웃을 구현

This commit is contained in:
2018-03-17 07:27:13 +09:00
parent ac28032032
commit 135254402d
5 changed files with 107 additions and 24 deletions
+10 -3
View File
@@ -63,12 +63,19 @@ if($member['GRADE'] >= 6) {
<?php /*XXX:div라지만 누가봐도 표면 그냥 table인게 낫지 않겠음?*/ ?>
<table id="server_list_table">
<caption class="bg2 section_title with_border">서 버 선 택</caption>
<colgroup>
<col style="width:100px;" />
<col style="width:400px;" />
<col style="width:64px;" />
<col/>
<col style="width:120px;" />
</colgroup>
<thead>
<tr>
<th class="bg1" style="width:100px;">서 버</th>
<th class="bg1">서 버</th>
<th class="bg1">정 보</th>
<th class="bg1" style="width:180px;">캐 릭 터</th>
<th class="bg1" style="width:120px;">선 택</th>
<th class="bg1" colspan="2">캐 릭 터</th>
<th class="bg1">선 택</th>
</tr>
</thead>
<tbody id="server_list">