PATH:
home
/
letacommog
/
crmleta
/
consumerportal
/
writeable
/
templates_c
/
default
<?php /* Smarty version Smarty-3.1.19, created on 2019-01-08 19:49:26 compiled from "/home/letacommog/crmleta/consumerportal/layouts/default/templates/Portal/Home.tpl" */ ?> <?php /*%%SmartyHeaderCode:6952481905c34f0b698a7a8-91267093%%*/if(!defined('SMARTY_DIR')) exit('no direct access allowed'); $_valid = $_smarty_tpl->decodeProperties(array ( 'file_dependency' => array ( '719b81138c246226bda911635d8c14cc3dbd7e2a' => array ( 0 => '/home/letacommog/crmleta/consumerportal/layouts/default/templates/Portal/Home.tpl', 1 => 1546883820, 2 => 'file', ), ), 'nocache_hash' => '6952481905c34f0b698a7a8-91267093', 'function' => array ( ), 'has_nocache_code' => false, 'version' => 'Smarty-3.1.19', 'unifunc' => 'content_5c34f0b6abf3a3_38236956', ),false); /*/%%SmartyHeaderCode%%*/?> <?php if ($_valid && !is_callable('content_5c34f0b6abf3a3_38236956')) {function content_5c34f0b6abf3a3_38236956($_smarty_tpl) {?> <div ng-controller="Home_Component" class="container-fluid main-container"> <div class="row"> <div class="col-lg-12 col-md-12 col-sm-12 col-xs-12"> <div class="row"> <div class="col-lg-9 col-md-9 col-sm-9 col-xs-9" ng-if="profileFetched"> <h2 title="{{org}}" class="portal-welcome">{{'Welcome to' | translate}} {{org|limitTo:25}}{{org.length > 25? '...' : ''}} {{'Portal' | translate}}</h2> </div> <div ng-if="supportNotification" class="pull-right col-md-3 col-lg-3 col-sm-3 col-xs-3"> <div class="alert alert-danger alert-dismissible portal-alert" role="alert"> <button type="button" class="close support-notification-close" data-dismiss="alert" aria-hidden="true">×</button> <strong class="support-notification">{{'Your support ends on' | translate}} {{notification}}</strong> </div> </div> </div> </div> </div> <div class="row"> <div class="col-lg-9 col-md-9 col-sm-12 col-xs-12"> <div ng-if="announcementExists" class="alert alert-warning portal-announcement"> <button type="button" class="close" data-dismiss="alert" aria-hidden="true">×</button> <p ng-bind-html="announcement"> {{announcement}}</p> </div> <div class="row charts-container"> <div ng-repeat="(name,value) in enabledCharts" ng-if="name!='language' && name!='count'"> <ng-switch on="value.type"> <div ng-class="applyChartClass($index)"> <div ng-switch-when="spline"><div class="panel panel-default"><div class="panel-heading separator"> <div class="panel-title" translate="{{name}}">{{name}}</div></div> <cp-line items="value.data"></cp-line></div></div> <div ng-switch-when="pie"><div class="panel panel-default"><div class="panel-heading separator"> <div class="panel-title" translate="{{name}}">{{name}}</div></div> <cp-pie items="value.data"></cp-pie></div></div> </div> </div> </div> <div class="row tickets-panel-container" ng-if="activateRecentTickets"> <div class="panel-heading separator"><div class="tickets panel-title">{{'Recent'|translate}} {{ticketsUiLabel}}</div></div> <div ng-repeat="recentTicket in recentTickets" ng-if="recentTickets.length>0"> <div class="col-lg-12 col-md-12 col-sm-12 col-xs-12"> <div class="panel panel-default tickets-panel-content"> <div class="tickets-panel-heading separator"> <div class="ticket-panel-title" ng-class='{"first-ticket-panel-title":$index==0}'><a ng-click="loadRecentRecord('HelpDesk',recentTicket.id)">{{recentTicket.label}}</a> <strong class="text-primary pull-right"><span class="label" ng-class="determineStatus(recentTicket.status)">{{recentTicket.statuslabel}}</span></strong> </div> </div> <div class="panel-body tickets-panel-body" ng-if="recentTicket.description"> <p style="white-space: pre-line;">{{recentTicket.description}}</p> </div> <hr ng-show="!$last"> </div> </div> </div> </div> <br> <br> <br><br> </div> <div class="col-lg-3 col-md-3 col-sm-12 col-xs-12 shortcut-container"> <div class="panel panel-default" ng-if="showShortcuts"> <div class="panel-heading separator"> <div class="panel-title">{{'What would you like to do ?' | translate}} </div> </div> <div class="support panel-body"> <div class="row"> <div ng-repeat="(module,actions) in shortcuts" class="col-lg-12 shortcut-done"> <h5>{{module}}</h5> <div class="col-lg-12 shortcut-button" ng-class-even="'even-button'" ng-repeat="action in actions" > <button translate="{{action}}" ng-click="openShortcut(module,action)" class="btn btn-default">{{action}}</button> </div> </div> </div> </div> </div> <div class="panel panel-default" ng-repeat="(module,values) in recentRecords" ng-if="ifNotTickets(module) && isObj(values)"> <div class="panel-heading separator"> <div class="panel-title" >{{'Recent'|translate}} {{module|translate}} </div> </div> <div class="shortcut panel-body" > <div class="row" > <div class="col-lg-12 recent-list"> <ul class="nav"> <li ng-repeat="value in values"><a ng-if="module!=='Faq'" ng-click="loadRecentRecord(module,value.id)">{{value.label}}</a></li> <li ng-repeat="value in values"><a ng-if="module==='Faq'" ng-click="loadRecentRecord(module,value.id)">{{value.label}}</a></li> </ul> </div> </div> </div> </div> </div> </div> <script type="text/javascript" src="<?php echo portal_componentjs_file('HelpDesk');?> "></script> <?php echo $_smarty_tpl->getSubTemplate (portal_template_resolve('HelpDesk',"partials/IndexContentAfter.tpl"), $_smarty_tpl->cache_id, $_smarty_tpl->compile_id, 0, null, array(), 0);?> <script type="text/javascript" src="<?php echo portal_componentjs_file('Documents');?> "></script> <?php echo $_smarty_tpl->getSubTemplate (portal_template_resolve('Documents',"partials/IndexContentAfter.tpl"), $_smarty_tpl->cache_id, $_smarty_tpl->compile_id, 0, null, array(), 0);?> </div> <?php }} ?>
[+]
..
[-] 7b97bc7745556cbe70bd60747f2f8e2e2bb03fe6.file.ProjectTaskContent.tpl.php
[edit]
[-] b1d7ce37b3cdca22316393b55cc3a53710506eea.file.IndexContentBefore.tpl.php
[edit]
[-] ac5b75b3fbeb60e5691ce71dd693cd413c3f833f.file.IndexContentAfter.tpl.php
[edit]
[-] 1f7aef7a602436c111ea34521ebef50cb042dff6.file.IndexContentAfter.tpl.php
[edit]
[-] bfcaf7316f9b0d75cbf6ed5581499b95023c0171.file.IndexContent.tpl.php
[edit]
[-] 2bdb9f06d9171c4cb052c16b89d3b9492c340ed5.file.Index.tpl.php
[edit]
[-] 326933ea4b2682127a1e48f227da89c3400a0773.file.IndexContentBefore.tpl.php
[edit]
[-] 36f0c2c1fe245e0bd9b535cfae4df938bbea62d4.file.IndexContent.tpl.php
[edit]
[-] 719b81138c246226bda911635d8c14cc3dbd7e2a.file.Home.tpl.php
[edit]
[-] d60c1d29364e7f1f9b4ea5a28563d36e42e6f0b7.file.Login.tpl.php
[edit]
[-] 16153acde9289c70ae2c7ee3816b2288e2e7bb76.file.IndexContent.tpl.php
[edit]
[-] d7d06a9bc9fc94be6140429a5c858a6105d90869.file.DetailContent.tpl.php
[edit]
[-] 61c22dc4b93e56c04415ca427c5fbeded6eb28ae.file.DetailRelatedContent.tpl.php
[edit]
[-] 78b29518220da6fce90c014c9354cc67172442ec.file.Footer.tpl.php
[edit]
[-] b39bcf1a2a02e78c0766a7441d7bcfb9b4dd1c0b.file.UpdatesContent.tpl.php
[edit]
[-] 4ec02af7279a87851348149dff56042e4ab046e7.file.Header.tpl.php
[edit]
[-] c198ff469a0a64a28562c6573a0d29b26d20c853.file.DetailRelatedContent.tpl.php
[edit]
[-] 394966af0c6b260ad4099783e1c42ac0967df313.file.Detail.tpl.php
[edit]
[-] 68eb0b3dd44249bd9d1b94a0a5b1aa57d3706f0b.file.IndexContentBefore.tpl.php
[edit]
[-] 1ba4bb3d6f42a4d0345ee66009951a8be6cfd609.file.IndexContent.tpl.php
[edit]
[-] 1df42df3661e7ae2ff57e571c3b8181184c5f8e9.file.CommentContent.tpl.php
[edit]
[-] 5f6cf3f3d0b6b47dbaf666c22d57c8e099250232.file.IndexContentAfter.tpl.php
[edit]
[-] 4f4ecef6387e63956103b143beb9b5ed9ed37460.file.MyProfile.tpl.php
[edit]
[-] 39afbbad289bb872bcf11706911435321f6a888e.file.RelatedDocumentsContent.tpl.php
[edit]
[-] 6128283b2392177f555c575fd4db19049e5c0ebc.file.DetailContentBefore.tpl.php
[edit]
[-] 845e7d325ed1bae5cf9107546be0dd422f934b0d.file.Index.tpl.php
[edit]
[-] a298e57ccb8733b374d7a1ca3646f5f3502718eb.file.ProjectMilestoneContent.tpl.php
[edit]
[-] bc43d661223d4fc07a6aa1d61372cd553fad396d.file.DetailContentAfter.tpl.php
[edit]