서버 관리 패널 일부 수정

This commit is contained in:
2018-03-19 02:52:50 +09:00
parent efa6cc2889
commit e483fe93a4
10 changed files with 109 additions and 132 deletions
+11 -6
View File
@@ -1,6 +1,11 @@
<div id="Entrance_0002" class="bg0">
<div id="Entrance_000200" class="bg2"> </div>
<input id="Entrance_000202" type="button" value="회 원 관 리">
<input id="Entrance_000203" type="text" value="<?=$notice?>">
<input id="Entrance_000204" type="button" value="공 지 변 경">
</div>
<div id="admin_userlist">
<div class="bg2 section_title with_border"> </div>
<div class="center_ordered_items with_border bg0">
<a href="admin_userlist.php"><button class="with_skin" type="button">회원 관리</button></a>
<button id="btn_icon_scrub" class="with_skin" >전콘 정리</button>
</div>
<div class="center_ordered_items with_border bg0">
<textarea cols="80" rows="3" id="notice_edit" name="notice"><?=$notice?></textarea>
<button id="notice_change_btn" class="with_skin">공지 변경</button>
</div>
</div>
+4 -4
View File
@@ -6,16 +6,16 @@
<col style="width:50px;"><!--폐쇄-->
<col style="width:50px;"><!--오픈-->
<col style="width:50px;"><!--리셋-->
<col style="width:50px;"><!--하드리셋-->
<col style="width:50px;"><!--폐쇄중 로그인-->
<col style="width:50px;"><!--119-->
<col style="width:70px;"><!--하드리셋-->
<col style="width:100px;"><!--폐쇄중 로그인-->
<col style="width:70px;"><!--서버119-->
</colgroup>
<thead>
<th class="bg1">서버</th>
<th class="bg1">상태</th>
<th class="bg1" colspan="6">명령 선택</th>
</thead>
<tbody id="sever_admin_list">
<tbody id="server_admin_list">
</tbody>
</table>