<?php if ($this->config->userlist_joindate) : ?> <td class="kcol-mid" title="<?php echo KunenaDate::getInstance($user->registerDate)->toKunena('ago') ?>"><?php echo KunenaDate::getInstance($user->registerDate)->toKunena('datetime_today') ?></td> <?php endif; ?> <?php if ($this->config->userlist_lastvisitdate) : ?> <td class="kcol-mid" title="<?php echo KunenaDate::getInstance($lastvisitDate)->toKunena('ago') ?>"><?php echo KunenaDate::getInstance($lastvisitDate)->toKunena('datetime_today') ?></td> <?php endif; ?> <?php if ($this->config->userlist_userhits) : ?> <td class="kcol-mid"><?php echo $this->escape($profile->uhits) ?></td> <?php endif; ?> </tr> <?php endforeach; ?> </table> </form> <form name="usrlform" method="post" action="<?php echo CKunenaLink::GetUserlistPostURL(); ?>" onsubmit="return false;"> <table class="kblocktable" id="kuserlist-bottom"> <tr> <td> <div> <?php echo $this->getPagination(7); ?> </div> </td> </tr> </table> </form> </div> </div> </div>
</table> <input type="hidden" name="option" value="<?php echo $option; ?> "> <input type="hidden" name="filter_order" value="<?php echo intval($this->order); ?> " /> <input type="hidden" name="filter_order_Dir" value="<?php echo intval($this->order_dir); ?> " /> </form> <form name="usrlform" method="post" action="<?php echo CKunenaLink::GetUserlistPostURL(); ?> " onsubmit="return false;"> <table class="kblocktable" id="kuserlist-bottom"> <tr> <td> <div> <?php // TODO: fxstein - Need to perform SEO cleanup echo $this->pageNav->getPagesLinks(CKunenaLink::GetUserlistURL($this->searchuri)); ?> <span style="float:right"> <?php echo $this->pageNav->getPagesCounter(); ?> | <?php