⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 query.detail.list.html.en.php

📁 FP2 CRM code+Mysql DB
💻 PHP
字号:
 <?php if ($t->specialHTML)  {?><?php echo $t->specialHTML;?><?php }?>
<table width="100%" border="0" class="dg">
  <?php if ($t->pagerLinks['all'])  {?>
  <tr>
    <td align="center" bgcolor="#CEE8F4"><?php if ($this->options['strict'] || (isset($t) && method_exists($t,'pager'))) echo htmlspecialchars($t->pager());?></td>
  </tr>
  <?php }?>
  <tr>
    <td align="center"><table width="100%" border="0" cellpadding="2" cellspacing="0" class="dg">
      <!---------------------- Domain portion starts ----------------------------->
      <tr>
        <td width="25%">&nbsp;</td>
        <td width="20%">&nbsp;</td>
        <td width="55%">&nbsp;</td>
      </tr>
      <tr>
        <td class="subTitle" colspan="3"> <?php echo htmlspecialchars($t->sublisttitle);?>&nbsp; </td>
        <td class="subTitle" colspan="4" align="right"><a href='domain.php?cmd=addPage&amp;customer_id=<?php echo htmlspecialchars($t->customer_id);?>' class="<?php echo htmlspecialchars($t->rowCss);?>"></a> </td>
      </tr>
      <?php if ($t->pageData)  {?>
      <tr> <?php if ($this->options['strict'] || (is_array($t->pageListTitles)  || is_object($t->pageListTitles))) foreach($t->pageListTitles as $key => $val) {?>
        <td align="<?php if ($this->options['strict'] || (isset($t) && method_exists($t,'getAllignment'))) echo htmlspecialchars($t->getAllignment($key));?>" class="header"> <?php echo htmlspecialchars($key);?> </td>
        <?php }?>
	<?php if ($t->pageData)  {?>	
      <?php if ($this->options['strict'] || (is_array($t->pageData)  || is_object($t->pageData))) foreach($t->pageData as $key => $val) {?>
      <?php if ($this->options['strict'] || (isset($t) && method_exists($t,'setCSSClass'))) echo htmlspecialchars($t->setCSSClass());?>
      <tr>
        <!-- {printListRowDomain(val)}
						-->
        <td class ="<?php echo htmlspecialchars($t->rowCss);?>">&nbsp;<?php echo htmlspecialchars($val['oper']);?></td>
        <td class ="<?php echo htmlspecialchars($t->rowCss);?>">&nbsp;<?php echo htmlspecialchars($val['modified_date']);?></td>
        <td class ='<?php echo htmlspecialchars($t->rowCss);?>'>&nbsp;<?php echo htmlspecialchars($val['description']);?></td>
      </tr><?php }?>
      
	  <tr>
        <td colspan="6" class="subHeading" align="center">&nbsp;</td>
      </tr>
	  <tr>
        <td colspan="6" class="subHeading" align="left"><a href='<?php echo htmlspecialchars($t->reply_link);?>' class="<?php echo htmlspecialchars($t->rowCss);?>">Reply </a>
						
						 </td>
      </tr><?php }?>
      <?php } else {?>
      <tr>
        <td colspan="6" class="subHeading" align="center"> No Record found in Database. </td>
      </tr>
      <?php }?>
    
      
    </table></td>
  </tr>
</table>

⌨️ 快捷键说明

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