customer.detail.generalformlist.html.en.php

来自「FP2 CRM code+Mysql DB」· PHP 代码 · 共 20 行

PHP
20
字号
  <?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());?><br />
  <?php if ($t->pageData)  {?>
	<table width="100%" border="0" cellpadding="0" cellspacing="0" class="dg">
		<tr>
			<td class="subTitle">
				<?php echo htmlspecialchars($t->sublisttitle);?>&nbsp;
			</td>
		</tr>
	</table>  
	<?php }?>
	<?php $x = new HTML_Template_Flexy($this->options);$x->compile('customer.detail.list.html');$x->outputObject($t);?>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?