107 lines
4.6 KiB
PHP
107 lines
4.6 KiB
PHP
<?php /* Smarty version Smarty-3.1.7, created on 2019-09-11 10:59:25
|
|
compiled from "C:\wamp64\www\sophalcrm\layouts\v7\modules\Mobile\simple\Vtiger\Home.tpl" */ ?>
|
|
<?php /*%%SmartyHeaderCode:150715d78d38d68d3d7-23505168%%*/if(!defined('SMARTY_DIR')) exit('no direct access allowed');
|
|
$_valid = $_smarty_tpl->decodeProperties(array (
|
|
'file_dependency' =>
|
|
array (
|
|
'a6201c8f5e3c3bfe574de1b7828de9d96e023491' =>
|
|
array (
|
|
0 => 'C:\\wamp64\\www\\sophalcrm\\layouts\\v7\\modules\\Mobile\\simple\\Vtiger\\Home.tpl',
|
|
1 => 1520586670,
|
|
2 => 'file',
|
|
),
|
|
),
|
|
'nocache_hash' => '150715d78d38d68d3d7-23505168',
|
|
'function' =>
|
|
array (
|
|
),
|
|
'variables' =>
|
|
array (
|
|
'_scripts' => 0,
|
|
'TEMPLATE_WEBPATH' => 0,
|
|
),
|
|
'has_nocache_code' => false,
|
|
'version' => 'Smarty-3.1.7',
|
|
'unifunc' => 'content_5d78d38d6dc0b',
|
|
),false); /*/%%SmartyHeaderCode%%*/?>
|
|
<?php if ($_valid && !is_callable('content_5d78d38d6dc0b')) {function content_5d78d38d6dc0b($_smarty_tpl) {?>
|
|
<?php echo $_smarty_tpl->getSubTemplate ("../Header.tpl", $_smarty_tpl->cache_id, $_smarty_tpl->compile_id, null, null, array('scripts'=>$_smarty_tpl->tpl_vars['_scripts']->value), 0);?>
|
|
|
|
|
|
|
|
<md-toolbar layout="row">
|
|
<div class="md-toolbar-tools actionbar">
|
|
<md-button ng-click="navigationToggle()" class="md-icon-button" aria-label="side-menu-open">
|
|
<i class="mdi mdi-menu actionbar-icon"></i>
|
|
</md-button>
|
|
<h2>{{pageTitle}}</h2>
|
|
<span flex></span>
|
|
<md-button class="md-icon-button" aria-label="global-search">
|
|
<i class="mdi mdi-magnify actionbar-icon"></i>
|
|
</md-button>
|
|
</div>
|
|
</md-toolbar>
|
|
<section layout="row" flex>
|
|
<md-sidenav class="md-sidenav-left" md-component-id="left">
|
|
<md-toolbar class="app-menu md-locked-open">
|
|
<!--div class="md-toolbar-tools">
|
|
<md-button ng-click="navigationToggle()" class="md-icon-button" aria-label="side-menu-close">
|
|
<i class="mdi mdi-arrow-left actionbar-icon"></i>
|
|
</md-button>
|
|
</div-->
|
|
<div class="user-details">
|
|
<md-list-item class="md-1-line">
|
|
|
|
<img src="../../<?php echo $_smarty_tpl->tpl_vars['TEMPLATE_WEBPATH']->value;?>
|
|
/resources/images/default_1.png" class="md-avatar" alt="user">
|
|
|
|
<div class="md-list-item-text">
|
|
<div>{{userinfo.first_name + " "}}{{userinfo.last_name}}</div>
|
|
<h5 style="margin: 0px;">{{userinfo.email}}</h5>
|
|
</div>
|
|
</md-list-item>
|
|
</div>
|
|
<md-input-container class="app-dropdown">
|
|
<md-select ng-model="selectedApp" aria-label="app_menu">
|
|
<md-option ng-repeat="app in apps" ng-value="app">{{app}}</md-option>
|
|
</md-select>
|
|
</md-input-container>
|
|
</md-toolbar>
|
|
|
|
<md-list class="sidenav-module-list">
|
|
<md-list-item ng-click="navigationToggle();setPageTitle('Dashboard')" class="md-1-line">
|
|
<span class="vicon-grid"></span>
|
|
<span class="vmodule-name">Dashboard</span>
|
|
</md-list-item>
|
|
<md-list-item ng-click="navigationToggle();loadList(module.name)" class="md-1-line" ng-repeat="module in menus[selectedApp]">
|
|
<span class="vicon-{{module.name | lowercase | nospace}}"></span>
|
|
<span class="vmodule-name">{{module.label}}</span>
|
|
</md-list-item>
|
|
</md-list>
|
|
<md-divider ></md-divider>
|
|
<md-list>
|
|
<md-list-item md-ink-ripple class="md-1-line">
|
|
<div class="md-list-item-text">
|
|
<a href="#" class="logout-link" ng-click="logout();"><span class="mdi mdi-power"></span> Logout</a>
|
|
</div>
|
|
</md-list-item>
|
|
<md-list-item class="md-1-line">
|
|
<div class="md-list-item-text">
|
|
|
|
</div>
|
|
</md-list-item>
|
|
</md-list>
|
|
|
|
</md-sidenav>
|
|
|
|
<div flex layout-padding class="list-content">
|
|
<!-- Home Content -->
|
|
</div>
|
|
</section>
|
|
|
|
</div>
|
|
</section>
|
|
|
|
<?php echo $_smarty_tpl->getSubTemplate ("../Footer.tpl", $_smarty_tpl->cache_id, $_smarty_tpl->compile_id, null, null, array(), 0);?>
|
|
|
|
<?php }} ?>
|