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

📄 domain.hir.list.htm.en.php

📁 FP2 CRM code+Mysql DB
💻 PHP
字号:
<table width="100%" border="0" style="border-collapse:collapse" cellpadding="5" cellspacing="0" class="dg">
  <?php if ($t->pageData)  {?>
  <?php if ($this->options['strict'] || (is_array($t->pageData)  || is_object($t->pageData))) foreach($t->pageData as $Campus => $valCourses) {?> 
  <tr>
    <td colspan="2" class="HirListHeading_1"> <?php echo $Campus;?> </td>
  </tr>
  <tr>
  	<td width="10px"> </td>
    <td> 
				  <table width="100%" border="1" style="border-collapse:collapse" cellpadding="5" class="dg">
					  		<tr class="header">			  	
									<td width="30%">Name</td>
									<td width="15%">Registered Date</td>									
									<td width="15%">Expires On</td>
									<td width="15%">Cost</td>
									<td width="10%">Status</td>
									<td width="10%" align="right">Active</td>
									<td width="10%" align="right">Action</td>
								  </tr>
					<?php if ($this->options['strict'] || (is_array($valCourses)  || is_object($valCourses))) foreach($valCourses as $Batch => $valParticipants) {?>
							  	<?php if ($this->options['strict'] || (isset($t) && method_exists($t,'setCSSClass'))) echo htmlspecialchars($t->setCSSClass());?>
								  <tr class="<?php echo htmlspecialchars($t->rowCss);?>">
									<td nowrap="nowrap"><a href="<?php echo htmlspecialchars($t->APP_WEB_ROOT);?>/admin/domain.detail.php?cmd=detailPage&id=<?php echo htmlspecialchars($valParticipants['id']);?>"><?php echo htmlspecialchars($valParticipants['name']);?></a></td>
									<td nowrap="nowrap"><?php echo htmlspecialchars($valParticipants['registered_date']);?></td>
									<td><?php echo htmlspecialchars($valParticipants['expires_on']);?></td>
									<td>&pound; <?php echo htmlspecialchars($valParticipants['cost']);?></td>
									<?php if ($valParticipants['status'])  {?>
										<td>&nbsp;<a href='domain.detail.php?cmd=renewPage&id=<?php echo htmlspecialchars($valParticipants['id']);?>' class="rowCss"><?php echo htmlspecialchars($valParticipants['status']);?></a></td>
									<?php } else {?>
										<td>&nbsp;Renewed</td>
									<?php }?>
									<td align="right">
									<?php if ($valParticipants['active'])  {?>
										<img src="<?php echo htmlspecialchars($t->APP_WEB_ROOT);?>/templates/images/icoActive.gif" border="0">
									<?php } else {?>
										<img src="<?php echo htmlspecialchars($t->APP_WEB_ROOT);?>/templates/images/icoInactive.gif" border="0">
									<?php }?>
									</td>
									<td nowrap="nowrap" align="right">
									<a href='domain.php?cmd=updatePage&id=<?php echo htmlspecialchars($valParticipants['id']);?>' class="rowCss"><img title="Click Hear To Edit This Item" border="0" src="<?php echo htmlspecialchars($t->APP_WEB_ROOT);?>/templates/images/button_edit.png" /></a>
									<!--a href='domain.php?cmd=deleteRec&id={valParticipants[id]}' class="rowCss" onclick="return confirm('Do You Really want to delete {valParticipants[name]}')"><img title="Click Hear To Delete This Item" border="0" src="{APP_WEB_ROOT}/templates/images/delicon.gif" /></a-->
									</td>
								  </tr> 
				  <?php }?>
				 </table>
	  </td>
  </tr>
  <?php }?>
  <?php } else {?>
    <tr>
    <td colspan="2" class="subHeading" align="center">
	  No Record found in Database.	
	</td>
	  </tr>

  <?php }?>
</table>

⌨️ 快捷键说明

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