示例#1
0
<?php

/**
 * @package J2Store
 * @copyright Copyright (c)2014-17 Ramesh Elamathi / J2Store.org
 * @license GNU GPL v3 or later
 */
// No direct access to this file
defined('_JEXEC') or die('Restricted access');
JHTML::_('behavior.modal');
$countries = J2StoreHelperSelect::getCountries();
?>
<div class="j2store">
<form class="form-horizontal" id="adminForm" name="adminForm" method="post" action="index.php">
	<input type="hidden" name="option" value="com_j2store">
	<input type="hidden" name="view" value="geozone">
	<input type="hidden" name="task" value="">
	<input type="hidden" name="j2store_geozone_id" value="<?php 
echo $this->item->j2store_geozone_id;
?>
" />
	<?php 
echo JHtml::_('form.token');
?>

		<div class="row-fluid">
			<div class="span6">
				<h1><?php 
echo JText::_('J2STORE_GEOZONE');
?>
</h1>