| Server IP : 180.180.241.3 / Your IP : 216.73.216.35 Web Server : Microsoft-IIS/7.5 System : Windows NT NETWORK-NHRC 6.1 build 7601 (Windows Server 2008 R2 Standard Edition Service Pack 1) i586 User : IUSR ( 0) PHP Version : 5.3.28 Disable Function : NONE MySQL : ON | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : C:/AppServ/www/news/plugins/content/discussbot/tmpl/default/ |
Upload File : |
<?php
/**
* @var JFusionDiscussBotHelper $this
*/
if($this->params->get('show_posts')) : ?>
<div class="jfusionPostHeader"><?php echo $this->params->get('post_header'); ?></div>
<div class="jfusionPostArea" id="jfusionPostArea">
<?php require(DISCUSSION_TEMPLATE_PATH.'default_posts.php'); ?>
</div>
<div id="jfusionPostPagination" class="pagination">
<?php echo $this->output['post_pagination']; ?>
</div>
<?php endif; ?>
<div id="jfusionMessageArea"><div id="jfusionMessage"></div></div>
<div class="jfusionQuickReply" id="jfusionQuickReply">
<?php if ($this->output['reply_form']) : ?>
<div class="jfusionQuickReplyHeader"><?php echo $this->params->get('quick_reply_header'); ?></div>
<?php echo $this->output['reply_form']; ?>
<div style="width:99%; text-align:right;">
<?php if($this->params->get('enable_ajax',1)) :?>
<input type="button" class="button" id="submitpost" value='<?php echo JText::_('SUBMIT'); ?>'/>
<?php else: ?>
<input type="button" class="button" id="submitpost" onclick="$('jfusionQuickReply<?php echo $this->article->id; ?>').submit();" value='<?php echo JText::_('SUBMIT'); ?>'/>
<?php endif; ?>
</div>
<?php elseif (!empty($this->output['reply_form_error'])) : ?>
<?php echo $this->output['reply_form_error']; ?>
<?php endif; ?>
</div>