%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/components/com_kunena/template/nts_kargo/html/topic/ |
Upload File : |
<?php /** * Kunena Component * @package Kunena.Template.Blue_Eagle * @subpackage Topic * * @copyright (C) 2008 - 2013 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 kreport"> <div class="kheader"> <h2><span><?php echo JText::_('COM_KUNENA_REPORT_TO_MODERATOR') ?></span></h2> </div> <div class="kcontainer"> <div class="kbody"> <div id="kreport-container"> <form method="post" action="<?php echo KunenaRoute::_('index.php?option=com_kunena') ?>" class="kform-report"> <input type="hidden" name="view" value="topic" /> <input type="hidden" name="task" value="report" /> <input type="hidden" name="catid" value="<?php echo intval($this->catid); ?>"/> <input type="hidden" name="id" value="<?php echo intval($this->id); ?>"/> <input type="hidden" name="mesid" value="<?php echo intval($this->mesid); ?>"/> <?php echo JHtml::_( 'form.token' ); ?> <label for="kreport-reason"><?php echo JText::_('COM_KUNENA_REPORT_REASON') ?>:</label> <input type="text" name="reason" class="inputbox" size="30" id="kreport-reason"/> <label for="kreport-msg"><?php echo JText::_('COM_KUNENA_REPORT_MESSAGE') ?>:</label> <textarea id="kreport-msg" name="text" cols="40" rows="10" class="inputbox"></textarea> <input class="kbutton ks" type="submit" name="Submit" value="<?php echo JText::_('COM_KUNENA_REPORT_SEND') ?>"/> <input class="kbutton ks" onclick="history.back()" type="button" name="button" value="<?php echo JText::_('COM_KUNENA_BACK') ?>"/> </form> </div> </div> </div> </div>