0byt3m1n1-V2
Path:
/
home
/
phangnga
/
administrator
/
components
/
com_acymailing
/
views
/
subscriber
/
tmpl
/
[
Home
]
File: choose.php
<?php /** * @package AcyMailing for Joomla! * @version 5.5.0 * @author acyba.com * @copyright (C) 2009-2016 ACYBA S.A.R.L. All rights reserved. * @license GNU/GPLv3 http://www.gnu.org/licenses/gpl-3.0.html */ defined('_JEXEC') or die('Restricted access'); ?><div id="acy_content"> <div id="iframedoc"></div> <form action="index.php?option=<?php echo ACYMAILING_COMPONENT ?>&ctrl=subscriber" method="post" name="adminForm" id="adminForm"> <table class="acymailing_table_options"> <tr> <td width="100%"> <?php acymailing_listingsearch($this->pageInfo->search); ?> </td> <td nowrap="nowrap"> </td> </tr> </table> <table class="acymailing_table" cellpadding="1"> <thead> <tr> <th class="title titlenum"> <?php echo JText::_('ACY_NUM'); ?> </th> <th class="title"> </th> <th class="title"> <?php echo JHTML::_('grid.sort', JText::_('JOOMEXT_NAME'), 'a.name', $this->pageInfo->filter->order->dir, $this->pageInfo->filter->order->value); ?> </th> <th class="title"> <?php echo JHTML::_('grid.sort', JText::_('JOOMEXT_EMAIL'), 'a.email', $this->pageInfo->filter->order->dir, $this->pageInfo->filter->order->value); ?> </th> <th class="title titleid"> <?php echo JHTML::_('grid.sort', JText::_('USER_ID'), 'a.userid', $this->pageInfo->filter->order->dir, $this->pageInfo->filter->order->value); ?> </th> <th class="title titleid"> <?php echo JHTML::_('grid.sort', JText::_('ACY_ID'), 'a.subid', $this->pageInfo->filter->order->dir, $this->pageInfo->filter->order->value); ?> </th> </tr> </thead> <tfoot> <tr> <td colspan="6"> <?php echo $this->pagination->getListFooter(); echo $this->pagination->getResultsCounter(); if(ACYMAILING_J30) echo '<br />'.$this->pagination->getLimitBox(); ?> </td> </tr> </tfoot> <tbody> <?php $k = 0; for($i = 0, $a = count($this->rows); $i < $a; $i++){ $row =& $this->rows[$i]; ?> <tr class="<?php echo "row$k"; ?>" style="cursor:pointer" onclick="window.top.affectUser(<?php echo strip_tags(intval($row->userid));?>,'<?php echo addslashes(strip_tags($row->name)); ?>','<?php echo addslashes(strip_tags($row->email)); ?>'); acymailing_js.closeBox(true);"> <td align="center" style="text-align:center"> <?php echo $this->pagination->getRowOffset($i); ?> </td> <td class="acytdcheckbox"></td> <td> <?php echo acymailing_dispSearch($row->name, $this->pageInfo->search); ?> </td> <td> <?php echo acymailing_dispSearch($row->email, $this->pageInfo->search); ?> </td> <td align="center" style="text-align:center"> <?php if(!empty($row->userid)){ $text = JText::_('ACY_USERNAME').' : <b>'.acymailing_dispSearch($row->username, $this->pageInfo->search); $text .= '</b><br />'.JText::_('USER_ID').' : <b>'.acymailing_dispSearch($row->userid, $this->pageInfo->search).'</b>'; echo acymailing_tooltip($text, acymailing_dispSearch($row->username, $this->pageInfo->search), '', acymailing_dispSearch($row->userid, $this->pageInfo->search)); } ?> </td> <td align="center" style="text-align:center"> <?php echo acymailing_dispSearch($row->subid, $this->pageInfo->search); ?> </td> </tr> <?php $k = 1 - $k; } ?> </tbody> </table> <input type="hidden" name="option" value="<?php echo ACYMAILING_COMPONENT; ?>"/> <input type="hidden" name="task" value="choose"/> <input type="hidden" name="defaulttask" value="choose"/> <input type="hidden" name="tmpl" value="component"/> <input type="hidden" name="ctrl" value="<?php echo JRequest::getCmd('ctrl'); ?>"/> <input type="hidden" name="boxchecked" value="0"/> <input type="hidden" name="filter_order" value="<?php echo $this->pageInfo->filter->order->value; ?>"/> <input type="hidden" name="filter_order_Dir" value="<?php echo $this->pageInfo->filter->order->dir; ?>"/> <?php if(JRequest::getInt('onlyreg')){ ?><input type="hidden" name="onlyreg" value="1"/><?php } ?> <?php echo JHTML::_('form.token'); ?> </form> </div>
©
2018.