%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 : /proc/11585/cwd/html/old/components/com_kunena/template/blue_eagle/html/announcement/ |
Upload File : |
<?php /** * Kunena Component * @package Kunena.Template.Blue_Eagle * @subpackage Announcement * * @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 (); ?> <div class="kblock"> <div class="kheader"> <h2> <span> <?php echo JText::_('COM_KUNENA_ANN_ANNOUNCEMENTS'); ?> <?php if (!empty($this->actions['add'])) echo ' | ' . JHtml::_('kunenaforum.link', $this->actions['add'], JText::_('COM_KUNENA_ANN_ADD'), JText::_('COM_KUNENA_ANN_ADD')); ?> </span> </h2> </div> <div class="kcontainer"> <div class="kbody"> <form action="<?php echo KunenaRoute::_('index.php?option=com_kunena&view=announcement') ?>" method="post" id="adminForm" name="adminForm"> <input type="hidden" name="boxchecked" value="0" /> <?php echo JHtml::_( 'form.token' ); ?> <table class="kannouncement"> <tbody id="kannouncement_body"> <tr class="ksth"> <?php if ($this->actions): ?> <th class="kcol-annid"><input type="checkbox" name="toggle" value="" onclick="Joomla.checkAll(this);" /></th> <?php endif; ?> <th class="kcol-annid"><?php echo JText::_('COM_KUNENA_ANN_ID'); ?></th> <th class="kcol-anndate"><?php echo JText::_('COM_KUNENA_ANN_DATE'); ?></th> <th class="kcol-anntitle"><?php echo JText::_('COM_KUNENA_ANN_TITLE'); ?></th> <?php if ($this->actions): ?> <th class="kcol-annpublish"><?php echo JText::_('COM_KUNENA_ANN_PUBLISH'); ?></th> <th class="kcol-annedit"><?php echo JText::_('COM_KUNENA_ANN_EDIT'); ?></th> <th class="kcol-anndelete"><?php echo JText::_('COM_KUNENA_ANN_DELETE'); ?></th> <?php endif; ?> </tr> <?php $this->displayItems() ?> <!-- Bulk Actions --> <tr class="krow1"> <td colspan="3" class="kcol krowmoderation"> <?php echo $pagination = $this->getPagination(5); ?> </td> <?php if ( !empty($this->announcementActions) ) : ?> <td colspan="4" class="kcol krowmoderation"> <?php echo JHtml::_('select.genericlist', $this->announcementActions, 'task', 'class="inputbox kchecktask" size="1"', 'value', 'text', 0, 'kchecktask'); ?> <input type="submit" name="kcheckgo" onClick="Joomla.submitbutton()" class="kbutton" value="<?php echo JText::_('COM_KUNENA_GO') ?>" /> </td> <?php endif; ?> </tr> <!-- /Bulk Actions --> </tbody> </table> </form> </div> </div> </div>