📄 main.tpl.php
字号:
<table width="100%" border="0" cellpadding="<?=TABLESPACE?>" cellspacing="<?=TABLECELL?>" class="tableborder">
<tr align="center" class="categround">
<td colspan="2"><?=$LANG_SERVER[TITLE]?></td>
</tr>
<tr align="center" class="contentground">
<td colspan="2"> </td>
</tr>
<tr align="center" class="contentground">
<td width="25%"><?=$LANG_SERVER[SERVER_NAME]?></td>
<td><?=getenv("SERVER_NAME");?></td>
</tr>
<tr align="center" class="contentground">
<td><?=$LANG_SERVER[SERVER_PORT]?></td>
<td><?=getenv("SERVER_ADDR").":".getenv("SERVER_PORT");?></td>
</tr>
<tr align="center" class="contentground">
<td><?=$LANG_SERVER[SERVER_LANG]?></td>
<td><?=getenv("HTTP_ACCEPT_LANGUAGE");?></td>
</tr>
<tr align="center" class="contentground">
<td><?=$LANG_SERVER[SERVER_OS]?></td>
<td><?=getenv("SERVER_SOFTWARE");?></td>
</tr>
<tr align="center" class="contentground">
<td><?=$LANG_SERVER[SERVER_MYSQL]?></td>
<td>MySQL<?php $query = $db->query("SELECT VERSION()"); echo mysql_result($query, 0);?></td>
</tr>
<tr align="center" class="contentground">
<td><?=$LANG_SERVER[SERVER_ROOT]?></td>
<td><?=getenv("PATH_TRANSLATED");?></td>
</tr>
<tr align="center" class="contentground">
<td><?=$LANG_SERVER[SERVER_UPLOAD]?></td>
<td><?=ini_get(upload_max_filesize);?></td>
</tr>
<tr align="center" class="contentground">
<td><?=$LANG_SERVER[SERVER_DISK]?></td>
<td><?=intval(diskfreespace('.') / (1024 * 1024)).'M';?></td>
</tr>
</table>
<br>
<table width="100%" border="0" cellpadding="<?=TABLESPACE?>" cellspacing="<?=TABLECELL?>" class="tableborder">
<tr align="center" class="categround">
<td colspan="2"><?=$LANG_COPYRIGHT[TITLE]?></td>
</tr>
<tr align="center" class="contentground">
<td><?=$LANG_COPYRIGHT[COPY_BELONG]?></td>
<td><a href="http://www.wan-e.net/" target="_blank">Technology of Wane netware</a></td>
</tr>
<tr align="center" class="contentground">
<td><?=$LANG_COPYRIGHT[COPY_NO]?></td>
<td>S_Space V2.0.5 COML </td>
</tr>
<tr align="center" class="contentground">
<td><?=$LANG_COPYRIGHT[COPY_STRUCT]?></td>
<td>PHP+MYSQL</td>
</tr>
<tr align="center" class="contentground">
<td><?=$LANG_COPYRIGHT[COPY_HOME]?></td>
<td><a href="http://www.wan-e.net" target="_blank">http://www.wan-e.net</a></td>
</tr>
<tr align="center" class="contentground">
<td><?=$LANG_COPYRIGHT[COPY_DESIGN]?></td>
<td>wsfuyibing</td>
</tr>
</table>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -