Spade
Mini Shell
| Directory:~$ /home/lmsyaran/public_html/administrator/components/com_hikashop/views/currency/tmpl/ |
| [Home] [System Details] [Kill Me] |
<?php
/**
* @package HikaShop for Joomla!
* @version 2.2.3
* @author hikashop.com
* @copyright (C) 2010-2013 HIKARI SOFTWARE. All rights reserved.
* @license GNU/GPLv3 http://www.gnu.org/licenses/gpl-3.0.html
*/
defined('_JEXEC') or die('Restricted access');
?><div class="iframedoc"
id="iframedoc"></div>
<form action="index.php?option=<?php echo HIKASHOP_COMPONENT
?>&ctrl=currency" method="post"
name="adminForm" id="adminForm"
enctype="multipart/form-data">
<?php if(!HIKASHOP_BACK_RESPONSIVE) { ?>
<div id="page-currency">
<table style="width:100%">
<tr>
<td valign="top" width="50%">
<?php } else { ?>
<div id="page-currency" class="row-fluid">
<div class="span6">
<?php } ?>
<fieldset class="adminform"
id="htmlfieldset">
<legend><?php echo JText::_( 'CURRENCY_INFORMATION'
); ?></legend>
<table class="admintable table" width="280px"
style="margin:auto">
<tr>
<td class="key">
<?php echo JText::_( 'HIKA_NAME' ); ?>
</td>
<td>
<input type="text"
name="data[currency][currency_name]" value="<?php echo
$this->escape(@$this->element->currency_name); ?>" />
</td>
</tr>
<tr>
<td class="key">
<?php echo JText::_( 'CURRENCY_CODE' ); ?>
</td>
<td>
<input type="text"
name="data[currency][currency_code]" value="<?php echo
@$this->element->currency_code; ?>" />
</td>
</tr>
<tr>
<td class="key">
<?php echo JText::_( 'CURRENCY_SYMBOL' ); ?>
</td>
<td>
<input type="text"
name="data[currency][currency_symbol]" value="<?php echo
$this->escape(@$this->element->currency_symbol); ?>"
/>
</td>
</tr>
<tr>
<td class="key">
<?php echo JText::_( 'RATE' ); ?>
</td>
<td>
<input type="text"
name="data[currency][currency_rate]" value="<?php echo
@$this->element->currency_rate; ?>" />
</td>
</tr>
<tr>
<td class="key">
<?php echo JText::_( 'HIKA_LAST_MODIFIED' ); ?>
</td>
<td>
<?php echo
hikashop_getDate(@$this->element->currency_modified); ?>
</td>
</tr>
<tr>
<td class="key">
<?php echo JText::_( 'CURRENCY_PERCENT_FEE' ); ?>
</td>
<td>
<input type="text"
name="data[currency][currency_percent_fee]" value="<?php
echo @$this->element->currency_percent_fee; ?>" />
</td>
</tr>
<tr>
<td class="key">
<?php echo JText::_( 'HIKA_PUBLISHED' ); ?>
</td>
<td>
<?php echo JHTML::_('hikaselect.booleanlist',
"data[currency][currency_published]" ,
'',@$this->element->currency_published ); ?>
</td>
</tr>
<tr>
<td class="key">
<?php echo JText::_( 'CURRENCY_DISPLAYED' ); ?>
</td>
<td>
<?php echo JHTML::_('hikaselect.booleanlist',
"data[currency][currency_displayed]" ,
'',@$this->element->currency_displayed ); ?>
</td>
</tr>
</table>
</fieldset>
<?php if(!HIKASHOP_BACK_RESPONSIVE) { ?>
</td>
<td valign="top" width="50%">
<?php } else { ?>
</div>
<div class="span6">
<?php } ?>
<fieldset class="adminform"
id="htmlfieldset">
<legend><?php echo JText::_( 'LOCALE_INFORMATION'
); ?></legend>
<table class="admintable table" width="280px"
style="margin:auto">
<tr>
<td class="key">
<?php echo JText::_( 'CURRENCY_FORMAT' ); ?>
</td>
<td>
<input type="text"
name="data[currency][currency_format]" value="<?php echo
$this->escape(@$this->element->currency_format); ?>"
/>
</td>
</tr>
<tr>
<td class="key">
<?php echo JText::_( 'MON_DECIMAL_POINT' ); ?>
</td>
<td>
<input type="text"
name="data[currency][currency_locale][mon_decimal_point]"
value="<?php echo
@$this->element->currency_locale['mon_decimal_point'];
?>" />
</td>
</tr>
<tr>
<td class="key">
<?php echo JText::_( 'MON_THOUSANDS_SEP' ); ?>
</td>
<td>
<input type="text"
name="data[currency][currency_locale][mon_thousands_sep]"
value="<?php echo
@$this->element->currency_locale['mon_thousands_sep'];
?>" />
</td>
</tr>
<tr>
<td class="key">
<?php echo JText::_( 'MON_GROUPING' ); ?>
</td>
<td>
<?php
if(isset($this->element->currency_locale['mon_grouping'])
&&
is_array($this->element->currency_locale['mon_grouping']))
$this->element->currency_locale['mon_grouping'] =
implode(',',$this->element->currency_locale['mon_grouping']);
?>
<input type="text"
name="data[currency][currency_locale][mon_grouping]"
value="<?php echo
@$this->element->currency_locale['mon_grouping'];
?>" />
</td>
</tr>
<tr>
<td class="key">
<?php echo JText::_( 'POSITIVE_SIGN' ); ?>
</td>
<td>
<input type="text"
name="data[currency][currency_locale][positive_sign]"
value="<?php echo
@$this->element->currency_locale['positive_sign'];
?>" />
</td>
</tr>
<tr>
<td class="key">
<?php echo JText::_( 'NEGATIVE_SIGN' ); ?>
</td>
<td>
<input type="text"
name="data[currency][currency_locale][negative_sign]"
value="<?php echo
@$this->element->currency_locale['negative_sign'];
?>" />
</td>
</tr>
<tr>
<td class="key">
<?php echo JText::_( 'INT_FRAC_DIGITS' ); ?>
</td>
<td>
<input type="text"
name="data[currency][currency_locale][int_frac_digits]"
value="<?php echo
@$this->element->currency_locale['int_frac_digits'];
?>" />
</td>
</tr>
<tr>
<td class="key">
<?php echo JText::_( 'FRAC_DIGITS' ); ?>
</td>
<td>
<input type="text"
name="data[currency][currency_locale][frac_digits]"
value="<?php echo
@$this->element->currency_locale['frac_digits'];
?>" />
</td>
</tr>
<tr>
<td class="key">
<?php echo JText::_( 'P_CS_PRECEDES' ); ?>
</td>
<td>
<?php echo JHTML::_('hikaselect.booleanlist',
"data[currency][currency_locale][p_cs_precedes]" ,
'',@$this->element->currency_locale['p_cs_precedes']);
?>
</td>
</tr>
<tr>
<td class="key">
<?php echo JText::_( 'P_SEP_BY_SPACE' ); ?>
</td>
<td>
<?php echo JHTML::_('hikaselect.booleanlist',
"data[currency][currency_locale][p_sep_by_space]" ,
'',@$this->element->currency_locale['p_sep_by_space']);
?>
</td>
</tr>
<tr>
<td class="key">
<?php echo JText::_( 'N_CS_PRECEDES' ); ?>
</td>
<td>
<?php echo JHTML::_('hikaselect.booleanlist',
"data[currency][currency_locale][n_cs_precedes]" ,
'',@$this->element->currency_locale['n_cs_precedes']);
?>
</td>
</tr>
<tr>
<td class="key">
<?php echo JText::_( 'N_SEP_BY_SPACE' ); ?>
</td>
<td>
<?php echo JHTML::_('hikaselect.booleanlist',
"data[currency][currency_locale][n_sep_by_space]" ,
'',@$this->element->currency_locale['n_sep_by_space']);
?>
</td>
</tr>
<tr>
<td class="key">
<?php echo JText::_( 'P_SIGN_POSN' ); ?>
</td>
<td>
<?php echo
$this->signpos->display('data[currency][currency_locale][p_sign_posn]',@$this->element->currency_locale['p_sign_posn']);
?>
</td>
</tr>
<tr>
<td class="key">
<?php echo JText::_( 'N_SIGN_POSN' ); ?>
</td>
<td>
<?php echo
$this->signpos->display('data[currency][currency_locale][n_sign_posn]',@$this->element->currency_locale['n_sign_posn']);
?>
</td>
</tr>
</table>
</fieldset>
<?php if(!HIKASHOP_BACK_RESPONSIVE) { ?>
</td>
</tr>
</table>
</div>
<?php } else { ?>
</div>
</div>
<?php } ?>
<div class="clr"></div>
<input type="hidden" name="cid[]"
value="<?php echo @$this->element->currency_id; ?>"
/>
<input type="hidden" name="option"
value="<?php echo HIKASHOP_COMPONENT; ?>" />
<input type="hidden" name="task" value=""
/>
<input type="hidden" name="ctrl"
value="currency" />
<?php echo JHTML::_( 'form.token' ); ?>
</form>