| Server IP : 162.214.74.102 / Your IP : 216.73.217.80 Web Server : Apache System : Linux dedi-4363141.lrsys.com.br 3.10.0-1160.119.1.el7.tuxcare.els25.x86_64 #1 SMP Wed Oct 1 17:37:27 UTC 2025 x86_64 User : lrsys ( 1015) PHP Version : 5.6.40 Disable Function : exec,passthru,shell_exec,system MySQL : ON | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /home/lrsys/public_html/lrsys_apps/dialogo/ui/theme/lrsys/sections/ |
Upload File : |
<!DOCTYPE html>
<!--
Dynamically Auto Generated Page - Do Not Edit
================================================================
Software Name: ERP - LRSYS
Version: 1.0.0
Author: Leonardo Lopes Ramos
Website: http://www.erp.lrsys.com.br/
Contact: contato@lrsys.com.br
License: You must have a valid license purchased only from envato(the above link) in order to legally use this Software.
========================================================================================================================
-->
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>{$_title}</title>
<link rel="shortcut icon" href="{$app_url}application/storage/icon/favicon.ico" type="image/x-icon" />
<link href="{$_theme}/css/bootstrap.min.css" rel="stylesheet">
<link href="{$_theme}/lib/fa/css/font-awesome.min.css" rel="stylesheet">
<link href="{$_theme}/lib/icheck/skins/all.css" rel="stylesheet">
<link href="{$app_url}ui/lib/css/animate.css" rel="stylesheet">
<link href="{$app_url}ui/lib/toggle/bootstrap-toggle.min.css" rel="stylesheet">
<link href="{$_theme}/fonts/open-sans/open-sans.css?ver=4.0.1" rel="stylesheet">
<link href="{$_theme}/css/style.css?ver=2.0.1" rel="stylesheet">
<link href="{$_theme}/css/component.css?ver=2.0.1" rel="stylesheet">
<link href="{$_theme}/css/custom.css?ver=16112017" rel="stylesheet">
<link href="{$app_url}ui/lib/icons/css/ibilling_icons.css" rel="stylesheet">
<link href="{$_theme}/css/material.css" rel="stylesheet">
<link href="{$_theme}/css/{$_c['nstyle']}.css" rel="stylesheet">
{foreach $plugin_ui_header_admin as $plugin_ui_header_add}
{$plugin_ui_header_add}
{/foreach}
{if $_c['rtl'] eq '1'}
<link href="{$_theme}/css/bootstrap-rtl.min.css" rel="stylesheet">
<link href="{$_theme}/css/style-rtl.min.css" rel="stylesheet">
{/if}
{if isset($xheader)}
{$xheader}
{/if}
{foreach $plugin_ui_header_admin_css as $plugin_ui_header_add_css}
<link href="{$plugin_ui_header_add_css}" rel="stylesheet">
{/foreach}
</head>
<body class="fixed-nav {if $_c['mininav']}mini-navbar{/if}">
<section>
<div id="wrapper">
<nav class="navbar-default navbar-static-side" role="navigation">
<div class="sidebar-collapse">
{include file="$tplnav.tpl"}
</div>
</nav>
<div id="page-wrapper" class="gray-bg">
<div class="row border-bottom">
<nav class="navbar navbar-fixed-top white-bg" role="navigation" style="margin-bottom: 0">
{*<img class="logo" style="max-height: 40px; width: auto;" src="{$app_url}application/storage/system/logo.png" alt="Logo">*}
<div class="navbar-header">
<a class="navbar-minimalize minimalize-styl-2 btn btn-primary btn-flat" href="#"><i class="fa fa-dedent"></i> </a>
</div>
<ul class="nav navbar-top-links navbar-left pull-left horizontal-menus">
{* Menus Horizontais do sistema ERP-270 *}
{assign var=user value=User::_info()}
{if $user['user_type'] == 'Admin'}
<li>
<a href="{$_url}dashboard&module=admin_superuser">
<i class="fa fa-cog fa-2x"></i><span class="hidden-xs">ADMIN</span>
</a>
</li>
{/if}
{if count($horizontal_menus) > 0}
{foreach $horizontal_menus as $menu}
<li {if isset($smarty.session.module) && $smarty.session.module == $menu['alias']}class="active"{/if}>
{if !empty($menu['url'])}
{assign var=_custom_url value="{U}{$menu['url']}&module={$menu['alias']}"}
{else}
{assign var=_custom_url value="{U}dashboard&module={$menu['alias']}"}
{/if}
<a href="{$_custom_url}">
{if !empty($menu['icon_class'])}<i class="{$menu['icon_class']} fa-2x"></i>{/if}
<span class="hidden-xs">{$menu['title']}</span>
</a>
</li>
{/foreach}
{/if}
</ul>
<ul class="nav navbar-top-links navbar-right pull-right">
{*<li class="hidden-xs">
<form class="navbar-form full-width" method="post" action="{$_url}contacts/list/">
<div class="form-group">
<input type="text" class="form-control" name="name" placeholder="{$_L['Search Customers']}...">
<button type="submit" class="btn btn-search"><i class="fa fa-search"></i></button>
</div>
</form>
</li>*}
{*<li>*}
{*<a class="toggle_fullscreen" href="#" data-rel="tooltip" data-placement="top" data-original-title="Fullscreen">*}
{*<i class="fa fa-arrows-alt"></i></a>*}
{*</li>*}
<li class="dropdown">
<a class="dropdown-toggle count-info" data-toggle="dropdown" id="get_activity" href="#" aria-expanded="true">
<i class="fa fa-bell"></i>
</a><div class="dropdown-backdrop"></div>
<ul class="dropdown-menu dropdown-alerts" id="activity_loaded">
<li id="activity_wait">
<div class="text-center link-block">
<a href="javascript:void(0)">
<strong>{$_L['Please Wait']}...</strong> <br> <br>
<img class="text-center" src="{$app_url}application/storage/system/download.gif" alt="Loading....">
</a>
</div>
</li>
</ul>
</li>
<li class="dropdown navbar-user">
<a href="javascript:;" class="dropdown-toggle" data-toggle="dropdown" aria-expanded="true">
{if $user['img'] eq 'gravatar'}
<img src="http://www.gravatar.com/avatar/{($user['username'])|md5}?s=200" class="img-circle" alt="{$user['fullname']}">
{elseif $user['img'] eq ''}
<img src="{$app_url}ui/lib/imgs/default-user-avatar.png" alt="">
{else}
<img src="{$user['img']}" class="img-circle" alt="{$user['fullname']}">
{/if}
<span class="hidden-xs">{$_L['Welcome']} {$user['fullname']}</span> <b class="caret"></b>
</a>
<ul class="dropdown-menu animated fadeIn">
<li class="arrow"></li>
<li><a href="{$_url}settings/users-edit/{$user['id']}/">{$_L['Edit Profile']}</a></li>
<li><a href="{$_url}settings/change-password/">{$_L['Change Password']}</a></li>
<li class="divider"></li>
<li><a href="{$_url}logout/">{$_L['Logout']}</a></li>
</ul>
</li>
<li>
<a class="right-sidebar-toggle">
<i class="fa fa-tasks"></i>
</a>
</li>
</ul>
</nav>
</div>
<div class="row wrapper white-bg page-heading">
<div class="col-lg-12">
<h2 style="color: #2F4050; font-size: 16px; font-weight: 400; margin-top: 18px"> {$_st} </h2>
</div>
</div>
<div class="wrapper wrapper-content {$_c['contentAnimation']}">
{if isset($notify)}
{$notify}
{/if}