📄 query.detail.list.html.en.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%"> </td>
<td width="20%"> </td>
<td width="55%"> </td>
</tr>
<tr>
<td class="subTitle" colspan="3"> <?php echo htmlspecialchars($t->sublisttitle);?> </td>
<td class="subTitle" colspan="4" align="right"><a href='domain.php?cmd=addPage&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);?>"> <?php echo htmlspecialchars($val['oper']);?></td>
<td class ="<?php echo htmlspecialchars($t->rowCss);?>"> <?php echo htmlspecialchars($val['modified_date']);?></td>
<td class ='<?php echo htmlspecialchars($t->rowCss);?>'> <?php echo htmlspecialchars($val['description']);?></td>
</tr><?php }?>
<tr>
<td colspan="6" class="subHeading" align="center"> </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 + -