示例#1
0
      <?php 
// }
if ($config->getGlobal('upanel_pay_show', 0)) {
    echo '<th class="coltitle" align="left">' . DtHtml::sort(JText::_('DT_PAYMENTS'), 'feestatus', $dir, $order, 'index') . '</th>';
}
?>

      <?php 
if ($config->getGlobal('upanel_cancel_show', 0)) {
    echo '<th class="coltitle" align="left">' . JText::_('DT_CANCEL') . '</th>';
}
?>

      <?php 
if ($config->getGlobal('upanel_status_show', 0)) {
    echo '<th class="coltitle" align="left">' . DtHtml::sort(JText::_('DT_STATUS'), 'status', $dir, $order, 'index') . '</th>';
}
?>

     </tr>

     <?php 
echo $html;
?>

</table>

<table cellpadding="4" cellspacing="1" border="0" width="100%" class="adminform adminlist">

<?php 
echo $this->pageNav->getListFooter();
示例#2
0
      <?php 
foreach ($fields as $field) {
    ?>

           <th class="attendee_coltitle">

                <?php 
    echo DtHtml::sort($field->label, $field->name, $dir, $order, 'registrant');
    ?>

		</th>
		<?php 
}
if ($cb_integrated > 0 && $registrant_registered_date == 1) {
    echo '<th class="attendee_coltitle">';
    echo DtHtml::sort(JText::_('DT_REGISTERED_DATE'), 'register_date', $dir, $order, 'registrant');
    echo '</th>';
}
?>

  </tr>

  <?php 
$rowhtml = "";
$k = 0;
$profile = $tuser->TableJUser;
foreach ($this->users as $user) {
    $tuser->load($user->userId);
    $rowhtml .= "<tr class='eventListRow" . ($k + 1) . " user" . $user->id . "'>";
    if ($show_group_members == 1) {
        if ($user->type == "G" && count($tuser->members)) {