PATH:
home
/
letacommog
/
crmleta
/
consumerportal
/
writeable
/
templates_c
/
default
<?php /* Smarty version Smarty-3.1.19, created on 2019-01-08 19:49:53 compiled from "/home/letacommog/crmleta/consumerportal/layouts/default/templates/Portal/MyProfile.tpl" */ ?> <?php /*%%SmartyHeaderCode:13769069725c34f0d1c21063-43118296%%*/if(!defined('SMARTY_DIR')) exit('no direct access allowed'); $_valid = $_smarty_tpl->decodeProperties(array ( 'file_dependency' => array ( '4f4ecef6387e63956103b143beb9b5ed9ed37460' => array ( 0 => '/home/letacommog/crmleta/consumerportal/layouts/default/templates/Portal/MyProfile.tpl', 1 => 1546883820, 2 => 'file', ), ), 'nocache_hash' => '13769069725c34f0d1c21063-43118296', 'function' => array ( ), 'has_nocache_code' => false, 'version' => 'Smarty-3.1.19', 'unifunc' => 'content_5c34f0d1c65be0_83400953', ),false); /*/%%SmartyHeaderCode%%*/?> <?php if ($_valid && !is_callable('content_5c34f0d1c65be0_83400953')) {function content_5c34f0d1c65be0_83400953($_smarty_tpl) {?> <div class="container-fluid ng-scope" ng-controller="PortalProfile_DetailView_Component"> <div class="row"> <div class="col-lg-6 col-md-6 col-sm-12 col-xs-12 leftEditContent" style="border-right:none;"> <h3>{{'Personal Details'|translate}}</h3> <hr class="hrHeader"> <div class="row"> <div class="col-lg-4 col-md-4 col-sm-12 col-xs-12 leftEditContent" style="border-right:none;min-height:40%;"> <img alt="Contact Picture" style="width:100%;" src="data:{{contactDetails.imagetype}};base64,{{contactDetails.imagedata}}"> </div> <div class="col-lg-8 col-md-8 col-sm-12 col-xs-12 rightEditContent" style="background:none;border-left:none;min-height:60%"> <div class="row profile-fields"> <span class="text-muted col-lg-4 col-md-4 col-sm-4 col-xs-4" translate="First Name"></span> <span ng-mouseover="hoverEditIn('contactFirstName')" ng-mouseleave="hoverEditLeave('contactFirstName')" class="text-primary col-lg-8 col-md-8 col-sm-8 col-xs-8">{{contactDetails.firstname}} <i ng-show="hoverEdit['contactFirstName']" class="glyphicon glyphicon-pencil" editable-text="contactDetails.firstname" onbeforesave="saveContactDetails($data,'firstname')" onhide="hoverEditLeave('contactFirstName')"></i></span> </div> <div class="row profile-fields"> <span class="text-muted col-lg-4 col-md-4 col-sm-4 col-xs-4" translate="Last Name"></span> <span ng-mouseover="hoverEditIn('contactLastName')" ng-mouseleave="hoverEditLeave('contactLastName')" class="text-primary col-lg-8 col-md-8 col-sm-8 col-xs-8">{{contactDetails.lastname}} <i ng-show="hoverEdit['contactLastName']" class="glyphicon glyphicon-pencil" editable-text="contactDetails.lastname" onbeforesave="saveContactDetails($data,'lastname')" onhide="hoverEditLeave('contactLastName')"></i></span> </div> <div class="row profile-fields"> <span class="text-muted col-lg-4 col-md-4 col-sm-4 col-xs-4" translate="Primary Email"></span> <span ng-mouseover="hoverEditIn('contactPrimaryEmail')" ng-mouseleave="hoverEditLeave('contactPrimaryEmail')" class="text-primary col-lg-8 col-md-8 col-sm-8 col-xs-8">{{contactDetails.email}} <i ng-show="hoverEdit['contactPrimaryEmail']" class="glyphicon glyphicon-pencil" editable-text="contactDetails.email" onbeforesave="saveContactDetails($data,'email','email')" onhide="hoverEditLeave('contactPrimaryEmail')"></i></span> </div> <div class="row profile-fields"> <span class="text-muted col-lg-4 col-md-4 col-sm-4 col-xs-4" translate="Secondary Email"></span> <span ng-mouseover="hoverEditIn('contactSecondaryEmail')" ng-mouseleave="hoverEditLeave('contactSecondaryEmail')" class="text-primary col-lg-8 col-md-8 col-sm-8 col-xs-8">{{contactDetails.secondaryemail}} <i ng-show="hoverEdit['contactSecondaryEmail']" class="glyphicon glyphicon-pencil" editable-text="contactDetails.secondaryemail" onbeforesave="saveContactDetails($data,'secondaryemail','email')" onhide="hoverEditLeave('contactSecondaryEmail')"></i></span> </div> <div class="row profile-fields"> <span class="text-muted col-lg-4 col-md-4 col-sm-4 col-xs-4" translate="Mobile Phone"></span> <span ng-mouseover="hoverEditIn('contactMobilePhone')" ng-mouseleave="hoverEditLeave('contactMobilePhone')" class="text-primary col-lg-8 col-md-8 col-sm-8 col-xs-8">{{contactDetails.mobile}} <i ng-show="hoverEdit['contactMobilePhone']" class="glyphicon glyphicon-pencil" editable-text="contactDetails.mobile" onbeforesave="saveContactDetails($data,'mobile')" onhide="hoverEditLeave('contactMobilePhone')"></i></span> </div> <div class="row profile-fields"> <span class="text-muted col-lg-4 col-md-4 col-sm-4 col-xs-4" translate="Office Phone"></span> <span ng-mouseover="hoverEditIn('contactOfficePhone')" ng-mouseleave="hoverEditLeave('contactOfficePhone')" class="text-primary col-lg-8 col-md-8 col-sm-8 col-xs-8">{{contactDetails.phone}} <i ng-show="hoverEdit['contactOfficePhone']" class="glyphicon glyphicon-pencil" editable-text="contactDetails.phone" onbeforesave="saveContactDetails($data,'phone')" onhide="hoverEditLeave('contactOfficePhone')"></i></span> </div> </div> </div> </div> <div class="col-lg-6 col-md-6 col-sm-12 col-xs-12 rightEditContent profile-right" style="background:none;border-left:none;padding-top:15px;"> <h3>{{'Company Details'|translate}}</h3> <hr class="hrHeader"> <div class="row"> <div class="col-lg-4 col-md-4 col-sm-12 col-xs-12 leftEditContent" style="border-right:none;min-height:40%;"> <img alt="Company Logo" style="width:100%;" src="data:{{accountDetails.imagetype}};base64,{{accountDetails.imagedata}}"> </div> <div class="col-lg-8 col-md-8 col-sm-12 col-xs-12 rightEditContent" style="background:none;border-left:none;min-height:60%"> <div class="row profile-fields"> <span class="text-muted col-lg-4 col-md-4 col-sm-4 col-xs-4" translate="Name"></span> <span ng-mouseover="hoverEditIn('accountName')" ng-mouseleave="hoverEditLeave('accountName')" class="text-primary col-lg-8 col-md-8 col-sm-8 col-xs-8">{{accountDetails.accountname}} <i ng-show="hoverEdit['accountName']" class="glyphicon glyphicon-pencil" editable-text="accountDetails.accountname" onbeforesave="saveOrganizationDetails($data,'accountname')" onhide="hoverEditLeave('accountName')"></i></span> </div> <div class="row profile-fields"> <span class="text-muted col-lg-4 col-md-4 col-sm-4 col-xs-4" translate="Website"></span> <span ng-mouseover="hoverEditIn('accountWebsite')" ng-mouseleave="hoverEditLeave('accountWebsite')" class="text-primary col-lg-8 col-md-8 col-sm-8 col-xs-8"><a href="{{accountDetails.weburl}}" target="_blank">{{accountDetails.website}}</a><i ng-show="hoverEdit['accountWebsite']" class="glyphicon glyphicon-pencil" editable-text="accountDetails.website" onbeforesave="saveOrganizationDetails($data,'website','weburl')" onhide="hoverEditLeave('accountWebsite')"></i></span> </div> <div class="row profile-fields"> <span class="text-muted col-lg-4 col-md-4 col-sm-4 col-xs-4" translate="Email"></span> <span ng-mouseover="hoverEditIn('accountEmail')" ng-mouseleave="hoverEditLeave('accountEmail')" class="text-primary col-lg-8 col-md-8 col-sm-8 col-xs-8">{{accountDetails.email1}} <i ng-show="hoverEdit['accountEmail']" class="glyphicon glyphicon-pencil" editable-text="accountDetails.email1" onbeforesave="saveOrganizationDetails($data,'email1','email')" onhide="hoverEditLeave('accountEmail')"></i></span> </div> <div class="row profile-fields"> <span class="text-muted col-lg-4 col-md-4 col-sm-4 col-xs-4" translate="Phone"></span> <span ng-mouseover="hoverEditIn('accountPhone')" ng-mouseleave="hoverEditLeave('accountPhone')" class="text-primary col-lg-8 col-md-8 col-sm-8 col-xs-8">{{accountDetails.phone}} <i ng-show="hoverEdit['accountPhone']" class="glyphicon glyphicon-pencil" editable-text="accountDetails.phone" onbeforesave="saveOrganizationDetails($data,'phone')" onhide="hoverEditLeave('accountPhone')"></i></span> </div> </div> </div> </div> </div> </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]