示例#1
0
 */
defined('_JEXEC') or die('Restricted access');
?>
<fieldset>
	<div class="toolbar" id="toolbar" style="float: right;">
		<button class="btn" type="button" onclick="window.hikamarket.submitform('galleryselect','adminForm');"><img style="vertical-align: middle" src="<?php 
echo HIKASHOP_IMAGES;
?>
save.png"/><?php 
echo JText::_('OK');
?>
</button>
	</div>
</fieldset>
<form action="<?php 
echo hikamarket::completeLink('upload&task=galleryimage', true);
?>
" method="post" name="adminForm" id="adminForm">
	<table width="100%" height="100%" class="adminlist" style="width:100%;height:100%;">
		<thead>
			<tr>
				<th></th>
				<th>
					<?php 
echo JText::_('FILTER');
?>
:
					<input type="text" name="search" value="<?php 
echo $this->escape($this->pageInfo->search);
?>
" class="text_area" onchange="document.adminForm.submit();" />
示例#2
0
 */
defined('_JEXEC') or die('Restricted access');
?>
<fieldset>
	<div class="toolbar" id="toolbar" style="float: right;">
		<button class="btn" type="button" onclick="hikamarket.submitform('addimage','hikashop_form');"><img style="vertical-align:middle" src="<?php 
echo HIKASHOP_IMAGES;
?>
save.png"/><?php 
echo JText::_('OK');
?>
</button>
	</div>
</fieldset>
<form action="<?php 
echo hikamarket::completeLink('upload&task=image');
?>
" method="post" name="hikashop_form" id="hikashop_form" enctype="multipart/form-data">
	<table width="100%">
		<tr>
<?php 
if (empty($this->element->file_path)) {
    ?>
			<td class="key">
				<label for="files"><?php 
    echo JText::_('HIKA_IMAGE');
    ?>
</label>
			</td>
			<td>
				<input type="file" name="files[]" size="30" />