| Current Path : /home/jcjack6/transformptyoga.com/components/com_jrealtimeanalytics/tmpl/google/ |
| Current File : /home/jcjack6/transformptyoga.com/components/com_jrealtimeanalytics/tmpl/google/default.php |
<?php
/**
* @package JREALTIMEANALYTICS::OVERVIEW::administrator::components::com_jrealtimeanalytics
* @subpackage views
* @subpackage google
* @subpackage tmpl
* @author Joomla! Extensions Store
* @copyright (C) 2014 - Joomla! Extensions Store
* @license GNU/GPLv2 http://www.gnu.org/licenses/gpl-2.0.html
*/
defined ( '_JEXEC' ) or die ( 'Restricted access' );
use Joomla\CMS\Language\Text;
// title
if ( $this->cparams->get ( 'show_page_heading', 0 )) {
$title = $this->cparams->get ( 'page_heading', $this->menuTitle);
echo '<h1>' . $title . '</h1>';
}
$cssClass = $this->cparams->get ( 'pageclass_sfx', null);
?>
<form action="<?php echo \JRealtimeRoute::_('index.php?option=com_jrealtimeanalytics&view=google');?>" method="post" class="jes jesform <?php echo $cssClass;?>" id="adminForm" name="adminForm">
<?php if($this->isLoggedIn):?>
<div class="btn-toolbar well" id="toolbar">
<div class="btn-wrapper pull-left" id="toolbar-download">
<button onclick="jQuery.submitbutton('google.deleteEntity')" class="btn btn-primary btn-xs">
<span class="glyphicon-lock"></span>
<?php echo Text::_('COM_JREALTIME_GOOGLE_LOGOUT');?>
</button>
</div>
</div>
<?php endif; ?>
<?php echo $this->googleData;?>
<input type="hidden" name="option" value="<?php echo $this->option;?>" />
<input type="hidden" name="gaperiod" id="gaperiod" value="<?php echo $this->app->getInput()->get('gaperiod');?>" />
<input type="hidden" name="gaquery" id="gaquery" value="<?php echo $this->app->getInput()->get('gaquery');?>" />
<input type="hidden" name="task" value="google.display" />
</form>