78 lines
3.3 KiB
PHP
78 lines
3.3 KiB
PHP
<?php /* Smarty version Smarty-3.1.7, created on 2019-09-11 10:59:56
|
|
compiled from "C:\wamp64\www\sophalcrm\layouts\v7\modules\Mobile\simple\Vtiger\SideMenu.tpl" */ ?>
|
|
<?php /*%%SmartyHeaderCode:318655d78d3ac255e66-44550938%%*/if(!defined('SMARTY_DIR')) exit('no direct access allowed');
|
|
$_valid = $_smarty_tpl->decodeProperties(array (
|
|
'file_dependency' =>
|
|
array (
|
|
'6bc44b99512f98a4ac883262319279eeb036c422' =>
|
|
array (
|
|
0 => 'C:\\wamp64\\www\\sophalcrm\\layouts\\v7\\modules\\Mobile\\simple\\Vtiger\\SideMenu.tpl',
|
|
1 => 1520586670,
|
|
2 => 'file',
|
|
),
|
|
),
|
|
'nocache_hash' => '318655d78d3ac255e66-44550938',
|
|
'function' =>
|
|
array (
|
|
),
|
|
'variables' =>
|
|
array (
|
|
'TEMPLATE_WEBPATH' => 0,
|
|
),
|
|
'has_nocache_code' => false,
|
|
'version' => 'Smarty-3.1.7',
|
|
'unifunc' => 'content_5d78d3ac267c2',
|
|
),false); /*/%%SmartyHeaderCode%%*/?>
|
|
<?php if ($_valid && !is_callable('content_5d78d3ac267c2')) {function content_5d78d3ac267c2($_smarty_tpl) {?>
|
|
<md-sidenav class="md-sidenav-left" md-component-id="left">
|
|
<md-toolbar class="app-menu md-locked-open">
|
|
<div class="user-details">
|
|
<md-list-item class="md-1-line" style="margin:10px 0px">
|
|
|
|
<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">
|
|
<small>{{userinfo.first_name + " "}}{{userinfo.last_name}}</small>
|
|
<h5 style="margin: 0px;">{{userinfo.email}}</h5>
|
|
</div>
|
|
</md-list-item>
|
|
</div>
|
|
<div class="app-dropdown">
|
|
<md-select ng-model="selectedApp" aria-label="app_menu">
|
|
<md-option ng-repeat="app in apps" ng-value="app" ng-click="setSelectedApp(app)">{{app}}</md-option>
|
|
</md-select>
|
|
</div>
|
|
</md-toolbar>
|
|
|
|
<md-list class="sidenav-module-list">
|
|
<md-list-item ng-click="navigationToggle(); loadList('Events');" md-ink-ripple class="md-1-line">
|
|
<span style="font-size:14px;" class="vicon-calendar"></span>
|
|
<span class="vmodule-name">Events</span>
|
|
</md-list-item>
|
|
<md-list-item ng-click="navigationToggle(); loadList('Calendar');" md-ink-ripple class="md-1-line">
|
|
<span style="font-size:14px;" class="vicon-calendar"></span>
|
|
<span class="vmodule-name">Tasks</span>
|
|
</md-list-item>
|
|
<md-divider></md-divider>
|
|
<md-list-item ng-click="navigationToggle();loadList(module.name);" class="md-1-line" ng-click="module.label" ng-repeat="module in menus[selectedApp]">
|
|
<span style="font-size: 14px;" 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>
|
|
|
|
<?php }} ?>
|