📄 generalformlist.html.en.php
字号:
<?php $x = new HTML_Template_Flexy($this->options);$x->compile('generaltemplates/generalform.html');$x->outputObject($t);?>
<?php if ($this->options['strict'] || (isset($t) && method_exists($t,'setList'))) echo htmlspecialchars($t->setList());?><br />
<table width="100%" border="0" cellpadding="0" cellspacing="0" class="dg">
<tr>
<td class="subTitle">
<?php echo htmlspecialchars($t->sublisttitle);?>
</td>
</tr>
</table>
<?php $x = new HTML_Template_Flexy($this->options);$x->compile('generaltemplates/generallistonly.html');$x->outputObject($t);?>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -