📄 info_properties.tpl.php
字号:
<table width="100%" border="0" align="center" cellpadding="<?=$STYLE['TABLESPACE']?>" cellspacing="<?=$STYLE['TABLECELL']?>" class="tableborder">
<tr align="center" class="categround">
<td height="30" colspan="2" align="center"><?=$LANG_PROPTERTIES[TITLE]?></td>
</tr>
<tr align="center" class="contentground">
<td width="10%" height="30" align="center"><?=canwrite($configfile)?></td>
<td width="90%" height="30" align="left"> <?=properties($configfile)?></td>
</tr>
<tr align="center" class="contentground">
<td width="10%" height="30" align="center"><?=canwrite($systemfile)?></td>
<td width="90%" height="30" align="left"> <?=properties($systemfile)?></td>
</tr>
<tr align="center" class="contentground">
<td width="10%" height="30" align="center"><?=canwrite($globals)?></td>
<td width="90%" height="30" align="left"> <?=properties($globals)?></td>
</tr>
<tr align="center" class="contentground">
<td width="10%" height="30" align="center"><?=canwrite($globalscache)?></td>
<td width="90%" height="30" align="left"> <?=properties($globalscache)?></td>
</tr>
<tr align="center" class="contentground">
<td width="10%" height="30" align="center"><?=canwrite($globalsright)?></td>
<td width="90%" height="30" align="left"> <?=properties($globalsright)?></td>
</tr>
<tr align="center" class="contentground">
<td width="10%" height="30" align="center"><?=canwrite($globalsstyle)?></td>
<td width="90%" height="30" align="left"> <?=properties($globalsstyle)?></td>
</tr>
<tr align="center" class="contentground">
<td width="10%" height="30" align="center"><?=canwrite($htmldata)?></td>
<td width="90%" height="30" align="left"> <?=properties($htmldata)?></td>
</tr>
<tr align="center" class="contentground">
<td width="10%" height="30" align="center"><?=canwrite($upload)?></td>
<td width="90%" height="30" align="left"> <?=properties($upload)?></td>
</tr>
</table>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -