Files
core/i_entrance/templates/server_panel.php
T

22 lines
707 B
PHP

<table id="server_admin_table">
<caption class="bg2 section_title with_border"> </caption>
<colgroup>
<col style="width:80px;">
<col>
<col style="width:50px;"><!--폐쇄-->
<col style="width:50px;"><!--오픈-->
<col style="width:50px;"><!--리셋-->
<col style="width:70px;"><!--하드리셋-->
<col style="width:100px;"><!--폐쇄중 로그인-->
<col style="width:70px;"><!--서버119-->
<col style="width:70px;"><!--업데이트-->
</colgroup>
<thead>
<th class="bg1">서버</th>
<th class="bg1">상태</th>
<th class="bg1" colspan="7">명령 선택</th>
</thead>
<tbody id="server_admin_list">
</tbody>
</table>