| Current Path : /var/www/components/com_contactpush/views/pushuid/tmpl/ |
| Current File : /var/www/components/com_contactpush/views/pushuid/tmpl/pushreg.php |
<?php
/** ______________________________________________
* o O | |
* ((((( o < Generated with Cook Self Service V3.1 |
* ( o o ) |______________________________________________|
* --------oOOO-----(_)-----OOOo---------------------------------- www.j-cook.pro --- +
* @version 1.0.0
* @package Contact Push
* @subpackage Push UIDs
* @copyright Netamity 2017
* @author Andy Hickey - www.netamity.com - andy@netamity.com
* @license GPL V2+
*
* .oooO Oooo.
* ( ) ( )
* -------------\ (----) /----------------------------------------------------------- +
* \_) (_/
*/
// no direct access
defined('_JEXEC') or die('Restricted access');
ContactpushHelper::headerDeclarations();
//Load the formvalidator scripts requirements.
JDom::_('html.toolbar');
?>
<script language="javascript" type="text/javascript">
//Secure the user navigation on the page, in order preserve datas.
var holdForm = true;
window.onbeforeunload = function closeIt(){ if (holdForm) return false;};
</script>
<?php
// Render the page title
echo JLayoutHelper::render('title', array(
'params' => $this->params,
'title' => null,
'browserTitle' => null
)); ?>
<form action="<?php echo(JRoute::_("index.php")); ?>" method="post" name="adminForm" id="adminForm" class='form-validate' enctype='multipart/form-data'>
<div class="row-fluid">
<div id="contents" class="span12">
<!-- BRICK : toolbar_sing -->
<?php echo $this->renderToolbar();?>
<!-- BRICK : form -->
<?php echo $this->loadTemplate('form'); ?>
</div>
</div>
<?php
$jinput = JFactory::getApplication()->input;
echo JDom::_('html.form.footer', array(
'dataObject' => $this->item,
'values' => array(
'id' => $this->state->get('pushuid.id')
)));
?>
</form>