Files
core/i_entrance/templates/server_panel.php
T
Hide_D 77ff1d9e9a 업데이트 서버 코드 추가
- VersionGit 양식 변경
- 서버 입구 버전 표기
- FileTail 추가
Vscode에서 che, kwe, pwe, twe 무시
2018-04-01 20:12:22 +09:00

24 lines
774 B
PHP

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