📄 customer.detail.formlist.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());?><?php if ($this->options['strict'] || (isset($t) && method_exists($t,'setListHosting'))) echo htmlspecialchars($t->setListHosting());?><?php if ($this->options['strict'] || (isset($t) && method_exists($t,'setListWebDesign'))) echo htmlspecialchars($t->setListWebDesign());?><?php if ($this->options['strict'] || (isset($t) && method_exists($t,'setListContract'))) echo htmlspecialchars($t->setListContract());?><?php if ($this->options['strict'] || (isset($t) && method_exists($t,'setListOtherServices'))) echo htmlspecialchars($t->setListOtherServices());?> <!--<br />
{if:pageData}
<table width="100%" border="0" cellpadding="0" cellspacing="0" class="dg">
<tr>
<td class="subTitle">
{sublisttitle}
</td>
</tr>
</table>
{end:}<!-->
<?php $x = new HTML_Template_Flexy($this->options);$x->compile('customer.detail.list.html');$x->outputObject($t);?>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -