示例#1
0
			<th><?php 
echo JText::_("WEBSITE");
?>
</th>
			<td><input name='website' value="<?php 
echo JView::escape($this->comment['website']);
?>
"></td>
		</tr>
		<tr>
			<th><?php 
echo JText::_("COMMENT");
?>
</th>
			<td colspan=2><textarea name='body' rows='5' cols='40' id='comment_body'><?php 
echo JView::escape($this->comment['body']);
?>
</textarea></td>
		</tr>
		<?php 
if ($this->kb_comments_captcha) {
    ?>
	<tr>
			<th><?php 
    echo JText::_("VERIFICATION");
    ?>
 <?php 
    if ($this->valid == -1) {
        ?>
<div class='fss_invalid_captcha'><?php 
        echo JText::_("INVALID_CODE");
示例#2
0
?>
</div>
<form action="<?php 
echo JRoute::_('index.php?option=com_fss&view=ticket&tmpl=component&what=addccuser&ticketid=' . JRequest::getVar('ticketid'));
?>
" method="post" name="fssForm">
<div id="editcell">
	<table>
		<tr>
			<td width="100%">
				<?php 
echo JText::_("SEARCH");
?>
:
				<input type="text" name="search" id="search" value="<?php 
echo JView::escape($this->search);
?>
" onchange="document.fssForm.submit();"/><br>
				<button onclick="this.form.submit();"><?php 
echo JText::_("GO");
?>
</button>
				<button onclick="document.getElementById('search').value='';this.form.submit();this.form.getElementById('faq_cat_id').value='0';"><?php 
echo JText::_("RESET");
?>
</button>
			</td>
		</tr>
	</table>

    <table class="fss_table" cellpadding="0" cellspacing="0" width="100%">