AnonSec Shell
Server IP : 54.36.91.62  /  Your IP : 216.73.217.112
Web Server : Apache
System : Linux webm013.cluster127.gra.hosting.ovh.net 5.15.206-ovh-vps-grsec-zfs-classid #1 SMP Fri May 15 02:41:25 UTC 2026 x86_64
User : coopiak ( 151928)
PHP Version : 8.3.23
Disable Function : _dyuweyrj4,_dyuweyrj4r,dl
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : ON  |  Sudo : OFF  |  Pkexec : OFF
Directory :  /home/coopiak/amisdesseniors-fr/nice/components/com_rsfeedback/views/comment/tmpl/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ HOME ]     

Current File : /home/coopiak/amisdesseniors-fr/nice/components/com_rsfeedback/views/comment/tmpl/edit.php
<?php
/**
* @package RSFeedback!
* @copyright (C) 2010-2018 www.rsjoomla.com
* @license GPL, http://www.gnu.org/copyleft/gpl.html
*/

defined('_JEXEC') or die('Restricted access');

use Joomla\CMS\HTML\HTMLHelper;
use Joomla\CMS\Language\Text;
use Joomla\CMS\Router\Route;
use Joomla\CMS\Uri\Uri;

HTMLHelper::_('behavior.keepalive');
HTMLHelper::_('behavior.formvalidator');

$errors  = $this->session->get('com_rsfeedback.commentform.errors', array());
$success = $this->session->get('com_rsfeedback.commentform.success', ''); ?>

<div class="edit item-page-comment">
	<div class="page-header">
        <h1 id="rsfe_addcomment_title"><?php echo Text::_('COM_RSFEEDBACK_ADD_YOUR_COMMENT');?></h1>
	</div>

    <?php if (!empty($errors)) { ?>
        <div id="rsfe_comment_error" class="alert alert-danger alert-dismissible">
			<button type="button" class="btn-close close" data-dismiss="alert" data-bs-dismiss="alert" aria-label="Close"><span aria-hidden="true"><?php echo RSFeedbackHelper::isJ4() ? '' : '&times;'; ?></span></button>
            <?php echo implode('<br>', $errors); ?>
        </div>
    <?php $this->session->clear('com_rsfeedback.commentform.errors'); ?>
    <?php } ?>
    <?php if (!empty($success)) { ?>
        <div id="rsfe_comment_error" class="alert alert-success alert-dismissible">
			 <button type="button" class="btn-close close" data-dismiss="alert" data-bs-dismiss="alert" aria-label="Close"><span aria-hidden="true"><?php echo RSFeedbackHelper::isJ4() ? '' : '&times;'; ?></span></button>
             <?php echo $success; ?>
        </div>
        <?php $this->session->clear('com_rsfeedback.commentform.success');?>
    <?php } ?>

	<form autocomplete="off" action="<?php echo Route::_('index.php?option=com_rsfeedback&view=feedback&task=comment.save&layout=edit&feedback_id='.$this->feedback_id); ?>" method="post" name="adminForm" id="adminForm" class="form-validate form-horizontal rsfe_comment_form">
		<div class="<?php echo RSFeedbackAdapterGrid::card(); ?>">
			<div class="card-body">
				<?php foreach ($this->form->getFieldset('main') as $field) { ?>
				<?php if ($field->type == 'RSFeedbackCaptcha' && !$this->permissions['captcha_comment']) continue; ?>
				<?php echo $field->renderField(); ?>
				<?php } ?>
				
				<div class="controls">
					<button type="button" class="btn btn-primary" onclick="Joomla.submitbutton('comment.save')">
						<i class="fa fa-check"></i> <?php echo Text::_('JSAVE'); ?>
					</button>
				</div>
				
			</div>
		</div>
		
        <input type="hidden" name="task" value="" />
        <input type="hidden" name="feedback_id" value="<?php echo $this->feedback_id;?>" />
        <input type="hidden" name="return" value="<?php echo base64_encode(Uri::getInstance().'#rsfe_addcomment_title');?>" />
		<?php echo $this->form->getInput('published'); ?>
		<?php echo HTMLHelper::_('form.token'); ?>
	</form>
</div>

Anon7 - 2022
AnonSec Team