Your IP : 216.73.216.240


Current Path : /home/juvelize/www/administrator/components/com_acymailing/views/statsurl/tmpl/
Upload File :
Current File : /home/juvelize/www/administrator/components/com_acymailing/views/statsurl/tmpl/form.php

<?php
/**
 * @package	Acymailing for Joomla!
 * @version	4.0.1
 * @author	acyba.com
 * @copyright	(C) 2009-2012 ACYBA S.A.RL. All rights reserved.
 * @license	GNU/GPLv3 http://www.gnu.org/licenses/gpl-3.0.html
 */
defined('_JEXEC') or die('Restricted access');
?><div id="iframedoc"></div>
<form action="index.php?tmpl=component&amp;option=<?php echo ACYMAILING_COMPONENT ?>" method="post" name="adminForm"  id="adminForm" autocomplete="off" enctype="multipart/form-data">
	<fieldset>
		<div class="acyheader" style="float: left;"><?php echo JText::_('URL'); ?></div>
		<div class="toolbar" id="toolbar" style="float: right;">
			<button class="btn btn-primary" type="button" onclick="javascript:submitbutton('save')"><?php echo JText::_('ACY_SAVE'); ?></button>
		</div>
	</fieldset>
	<table class="adminform" cellspacing="1" width="100%">
		<tr>
			<td>
				<label for="name">
					<?php echo JText::_( 'URL_NAME' ); ?>
				</label>
			</td>
			<td>
				<input type="text" name="data[url][name]" id="name" class="inputbox" style="width:200px" value="<?php echo $this->escape(@$this->url->name); ?>" />
			</td>
		</tr>
		<tr>
			<td>
				<label for="url">
					<?php echo JText::_( 'URL' ); ?>
				</label>
			</td>
			<td>
				<input type="text" name="data[url][url]" id="name" class="inputbox" style="width:200px" value="<?php echo $this->escape(@$this->url->url); ?>" />
			</td>
		</tr>
	</table>
	<input type="hidden" name="option" value="<?php echo ACYMAILING_COMPONENT; ?>" />
	<input type="hidden" name="task" value="" />
	<input type="hidden" name="cid[]" value="<?php echo $this->url->urlid; ?>" />
	<input type="hidden" name="ctrl" value="statsurl" />
	<?php echo JHTML::_( 'form.token' ); ?>
</form>