| Current Path : /home/cbequiperp/www/templates/elvyre/html/com_k2/templates/Blog 3 Col/ |
| Current File : /home/cbequiperp/www/templates/elvyre/html/com_k2/templates/Blog 3 Col/item_comments_form.php |
<?php
/**
* @version $Id: item_comments_form.php 1992 2013-07-04 16:36:38Z lefteris.kavadas $
* @package K2
* @author JoomlaWorks http://www.joomlaworks.net
* @copyright Copyright (c) 2006 - 2013 JoomlaWorks Ltd. All rights reserved.
* @license GNU/GPL license: http://www.gnu.org/copyleft/gpl.html
*/
// no direct access
defined('_JEXEC') or die;
?>
<article class="post-body">
<section class="comment-form">
<div id="respond">
<h5><?php echo JText::_('K2_LEAVE_A_COMMENT') ?></h5>
<form action="<?php echo JURI::root(true); ?>/index.php" method="post" id="comment-form" class="form-validate">
<fieldset class="name-container">
<label><span class="text-red">*</span> Name:</label>
<input class="inputbox" type="text" name="userName" id="userName" />
</fieldset>
<fieldset class="email-container">
<label><span class="text-red">*</span> Email:</label>
<input class="inputbox" type="text" name="commentEmail" id="commentEmail"/>
</fieldset>
<fieldset class="message">
<label><span class="text-red">*</span> Message:</label>
<textarea rows="20" cols="10" class="inputbox" name="commentText" id="commentText"></textarea>
</fieldset>
<input type="submit" class="button" id="comment-reply" value="SUBMIT" />
<?php if($this->params->get('recaptcha') && ($this->user->guest || $this->params->get('recaptchaForRegistered', 1))): ?>
<label class="formRecaptcha"><?php echo JText::_('K2_ENTER_THE_TWO_WORDS_YOU_SEE_BELOW'); ?></label>
<div id="recaptcha"></div>
<?php endif; ?>
<span id="formLog"></span>
<input type="hidden" name="option" value="com_k2" />
<input type="hidden" name="view" value="item" />
<input type="hidden" name="task" value="comment" />
<input type="hidden" name="itemID" value="<?php echo JRequest::getInt('id'); ?>" />
<?php echo JHTML::_('form.token'); ?>
</form>
<div id="comment-response"></div>
</div><!-- 3respond end -->
</section><!-- .comment-form end -->
</article>