Browse Source

atualização de estilização

master
root 2 years ago
parent
commit
1ad922a17e
  1. 14
      cadGeral.css
  2. BIN
      img/FOOTER_SIMPLES_IP.png
  3. BIN
      img/LOGO_SIMPLES_IP.png
  4. BIN
      img/logo_ip.png
  5. 3
      include/configs/config.php
  6. 40
      include/util/funcoesApl.php
  7. 2
      iniciaCliente.php
  8. 2
      jquery-ui/jquery-ui.min.css
  9. 2
      jquery-ui/jquery-ui.theme.min.css
  10. 76
      master.css
  11. 21
      scriptApl/functions15.js
  12. 48
      scriptApl/menu.css
  13. 2
      scriptApl/menu_tpl.js
  14. 16
      scriptApl/supervisorchat.js
  15. 2
      start.php
  16. 2
      templates/audio.tpl
  17. 33
      templates/login.tpl
  18. 26
      templates/master.tpl
  19. 24
      templates/supervisor.tpl

14
cadGeral.css

@ -4,18 +4,16 @@
.formHed
{
border:0px;
background-color:#FFF;
font-family:Arial, Helvetica, sans-serif;
font-size:18px;
font-weight:bold;
color:#F90;
font-weight:500;
color:#0FA6FA;
padding: 8px 8px 8px 8px;
}
.formCad
{
border: 1px solid #CCCCCC;
border-collapse:collapse;
background-color:#666666;
font-family:Arial, Helvetica, sans-serif
}
@ -24,7 +22,7 @@
height:10px;
font-size:11px;
font-weight:bold;
background-color:#F90;
background-color:#6e26fa;
color:#FFFFFF;
border: 1px solid #CCCCCC;
padding:2px;
@ -35,14 +33,12 @@
height:10px;
font-size:10px;
border: 0px solid #CCCCCC;
background-color:#FFFFFF;
color: #000000;
}
.formCad input, select
{
border: 1px solid #F90;
background-color:#CCCCCC;
border: 1px solid #FF1472;
font-weight:normal;
}

BIN
img/FOOTER_SIMPLES_IP.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.9 KiB

After

Width:  |  Height:  |  Size: 3.1 KiB

BIN
img/LOGO_SIMPLES_IP.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.7 KiB

After

Width:  |  Height:  |  Size: 5.9 KiB

BIN
img/logo_ip.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.0 KiB

After

Width:  |  Height:  |  Size: 1.5 KiB

3
include/configs/config.php

@ -13,7 +13,8 @@ define("PRM_DEF_SLOGAN", "Simples IP");
// ### CONFIGURAÇÕES DE ENDEREÇO ###
// #################################
define('ENDERECO_SITE', 'Av Isaac Póvoas, Nº 901, Ed. Mirante do Coxim - Sala 102 - Centro - Cuiabá - MT - Cep: 78032-015');
define('ENDERECO_SITE', 'Av. Isaac Póvoas, Nº 901, Ed. Mirante do Coxim - Sala 102 - Centro - Cuiabá - MT - Cep: 78032-015');
define('POWERED_BY', 'Desenvolvido por Simples IP - Copyright © ' . date('Y') . ' simplesip.net.br');
define('EMAIL_SITE1', 'suporte@simplesip.com.br');
define('EMAIL_SITE2', 'comercial@simplesip.com.br');
define('TELEFONE_SITE1', '+55(65)3616-8280');

40
include/util/funcoesApl.php

@ -835,18 +835,9 @@ function SubsPVirgula($str) {
function GetLogoPrinc($tpLayout = 0) {
$path = "/";
return ($tpLayout == 1) || IsUserConnect() ? "" : "<div id=\"title\">
<table width=\"100%\" border=\"0\" cellspacing=\"0\" cellpadding=\"2\">
<table width=\"100%\" border=\"0\" cellspacing=\"10\" cellpadding=\"2\">
<tr>
<td align=\"left\"><img src=\"" . LOGO_HEADER_SITE . "\"></td>
<td align=\"right\" valign=\"middle\">
<table width=\"100\" border=\"0\" cellspacing=\"5\" cellpadding=\"2\">
<tr>
<td valign=\"center\">&nbsp;</td>
<td valign=\"center\">&nbsp;</td>
<td valign=\"center\"><a href=\"integracao/index.php\" target=\"new\"><img src=\"imgSite/integracao48.png\" alt=\"Api para Integração\" title=\"Api para Integração\" border=\"0\"></a></td>
</tr>
</table>
</td>
<td align=\"center\"><img src=\"" . LOGO_HEADER_SITE . "\"></td>
</tr>
</table>
</div> ";
@ -864,14 +855,15 @@ function GetNavLogin($tpLayout = 0, $dispProgSel = "Simples IP") {
$data = date("d/m/Y");
$login = GetLogin();
$matricula = GetMatricula() ? " - " . GetMatricula() : '';
$imgUser = IsUserConnect() ? "userOn16.png" : "userOff16.png";
$style = IsUserConnect() ? "height: 50px;" : "";
$imgAlt = IsUserConnect() ? "alt=\"Usuário Conectado\" title=\"Usuário Conectado\"" : "alt=\"Usuário Desconectado\" title=\"Usuário Desconectado\"";
return $tpLayout == 1 ? "" : "<div id=\"color_bar\" style=\"width: 100%;\" >
<table width=\"100%\" style=\"width: 100%;\" border=\"0\" cellspacing=\"0\" cellpadding=\"3\">
return $tpLayout == 1 ? "" : "<div id=\"color_bar\" style=\"width: 100%;border-radius: 5px;height: 50px;background: linear-gradient(45deg, #266cfa, #FF1472);\" >
<table width=\"100%\" style=\"width: 100%;\" border=\"0\" cellspacing=\"11\" cellpadding=\"3\">
<tr>
<td valign=\"middle\" align=\"left\" id=\"nav_login\"> Usu&aacute;rio: <img src=\"imgSite/$imgUser\" $imgAlt align=\"absmiddle\"> $login | Data: $data | $saudaUser</td>
<td valign=\"middle\" align=\"right\" id=\"dispProg\"><img src=\"imgSite/setaDir16.png\" width=\"12\" height=\"12\" alt=\"Módulo Selecionado\" align=\"absmiddle\"> $dispProgSel <img src=\"imgSite/setaEsq16.png\" width=\"12\" height=\"12\" alt=\"Módulo Selecionado\" align=\"absmiddle\"></td>
<td valign=\"middle\" align=\"left\" id=\"nav_login\"> Usu&aacute;rio: <img src=\"imgSite/$imgUser\" $imgAlt align=\"absmiddle\"> $login $matricula | Data: $data | $saudaUser</td>
<td valign=\"middle\" align=\"right\" id=\"dispProg\">Home / $dispProgSel</td>
</tr>
</table>
</div>";
@ -1206,16 +1198,16 @@ function GetDispProgSel($idProg) {
function GetMenuUser($tpUser) {
$menu = "&nbsp;";
if (IsUserConnect()) {
$menu = "<script language=\"JavaScript\">\n";
$menu .= "<!--//\n";
$menu .= " new menu (MENU_ITEMS, MENU_TPL);\n";
$menu .= "//-->\n";
$menu .= "</script>\n";
} else {
$menu = "<div style=\" width: 100%; height:inherit; padding-top: 0px; font-size:16px; font-weight:bold; color: #666666;\"><img src=\"imgSite/voip42.png\" alt=\"Voip\" align=\"absmiddle\">Tecnologia Voip </div>";
if (!IsUserConnect()) {
return "";
}
$menu = "&nbsp;";
$menu = "<script language=\"JavaScript\">\n";
$menu .= "<!--//\n";
$menu .= " new menu (MENU_ITEMS, MENU_TPL);\n";
$menu .= "//-->\n";
$menu .= "</script>\n";
$menuGeral = "<table class=\"menuGeral\" border=\"0\" cellspacing=\"0\" cellpadding=\"1\">
<tr>

2
iniciaCliente.php

@ -43,7 +43,7 @@ if (!IsAjax()) {
$jsJQuery[] = GetJqTips('img');
}
$styleLayout = $tpLayout ? 'width: 100%;' : "width: 85%;";
$styleLayout = $tpLayout ? 'width: 100%;' : "width: 90%;";
$jsStartup[] = sprintf("function GetVersaoApl(){ return '%s'; }", GetVersao());
PosAguarde();

2
jquery-ui/jquery-ui.min.css vendored

File diff suppressed because one or more lines are too long

2
jquery-ui/jquery-ui.theme.min.css vendored

File diff suppressed because one or more lines are too long

76
master.css

@ -65,7 +65,7 @@ body
{
font-family: Arial, Helvetica, sans-serif;
font-size:11px;
background: #D8D5C2 url(img/background_main.jpg) repeat-x top;
background: #f7f7f7;
position:absolute; top:0; bottom:0; right:0; left:0;
}
@ -104,7 +104,6 @@ a:active
font-weight: normal;
}
#baseSite
{
position:relative; /* needed for footer positioning*/
@ -122,9 +121,9 @@ a:active
padding: 0;
margin:0 auto; /* center, not in IE5 */
margin-top: 0;
background-color:#FFFFFF;
background-color:#F7F7F7;
border: 0;
top: 0;
top: 20px;
}
.headSite
@ -139,7 +138,6 @@ a:active
#title
{
width: 100%;
background: url(img/background_title.jpg) repeat-x top;
vertical-align: middle;
}
@ -168,30 +166,33 @@ a:active
margin:0;
padding:6px;
left: 0;
font-size: 14px;
}
#dispProg
{
font-size:14px;
font-weight:bold;
color:#FFFFFF;
width: 30%;
text-align: right;
margin:0;
padding:6px;
right: 0;
}
.content{
border: 1px solid #e9e9e9;
border-radius: 4px;
padding: 15px 15px 15px;
}
.menuGeral
{
background-color:#d4cfc6;
/*background-color:#d4cfc6;*/
font-family:Arial, Helvetica, sans-serif;
font-size: 9px;
font-weight:normal;
width: 100%;
height: 22px;
padding: 2px 0;
height: 10px;
padding: 10px 0;
}
.menuGeral a
@ -207,8 +208,6 @@ a:active
.menuGeral td
{
border-right: 1px solid #CCCCCC;
border-left: 1px solid #CCCCCC;
font-size:12px;
color:#f09f47;
font-weight: bold;
@ -259,24 +258,23 @@ a:active
input, select
{
border: 1px solid #f09f47;
background-color:#CCCCCC;
border: 1px solid #FF1472;
color: #000;
font-weight:normal;
font-size: small;
font-family: Arial, Helvetica, sans-serif;
margin: 1px;
padding-top: 3px;
padding: 5px 10px 5px 10px;
border-radius: 6px;
}
.btGeral
{
border: 1px solid #f09f47;
background-color:#CCCCCC;
border: 1px solid #FF1472;
font-weight:normal;
vertical-align: middle;
margin-left: 2px;
margin-right: 2px;
border-radius: 6px;
padding: 3px 10px 3px 10px;
}
/*
@ -289,19 +287,19 @@ form input[type=submit], input[type=text]
.geral
{
height: 19px;
border: 1px solid #f09f47;
background-color:#CCCCCC;
border: 1px solid #FF1472;
font-weight:normal;
vertical-align: baseline;
border-radius: 6px;
padding: 5px 10px 5px 10px;
}
#tbLogin
{
border-radius: 5px;
padding: 25px 12px;
padding: 55px 52px;
border: 1px solid #DEDEDE;
background-color:#FFFFFF;
background-color:#f5f5f5;
}
.arialBold10 {font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold; }
@ -321,17 +319,21 @@ form input[type=submit], input[type=text]
{
border-collapse: collapse;
border: 0px solid #CCCCCC;
background-color:#FFF;
font-family:Arial, Helvetica, sans-serif;
font-size:10px;
font-size:14px;
text-align: left;
font-weight: 600;
}
.grid
{
border-collapse: collapse;
background-color:#FFF;
background-color:#F7F7F7;
font:Arial, Helvetica, sans-serif;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
overflow: hidden;
}
.grid th, .grid tr > td.th {
@ -340,16 +342,17 @@ form input[type=submit], input[type=text]
height: 20px;
text-transform: uppercase;
font-weight: bold;
background-color: #f09f47;
background-color: #6e26fa;
color: #FFFFFF !important;
font-family: Arial,Helvetica,sans-serif;
padding: 6px;
}
.grid td
{
font-size:11px;
border: 1px solid #E1E1E1;
padding: 4px 5px
padding: 6px 5px
}
.grid tbody tr.firsttr > th {
/*border: 1px solid #FF9900 !important;*/
@ -571,7 +574,6 @@ form input[type=submit], input[type=text]
padding:5px;
margin:0;
border: 0;
border-bottom: 5px solid #f09f47;
bottom:0; /* stick to bottom */
}
@ -589,7 +591,7 @@ form input[type=submit], input[type=text]
.footDac th
{
font-weight:bold;
background-color:#f09f47;
background-color:#6e26fa;
border: 1px solid #bbb;
height: 18px;
}
@ -897,7 +899,7 @@ a.pagina:hover {color: #CCCCCC;}
.modal-header {
padding: 2px 16px;
background-color: #ff6600;
background-color: #6e26fa;
color: white;
}
@ -905,7 +907,7 @@ a.pagina:hover {color: #CCCCCC;}
.modal-footer {
padding: 2px 16px;
background-color: #ff6600;
background-color: #6e26fa;
color: white;
}
.myIframe {
@ -934,12 +936,12 @@ a.pagina:hover {color: #CCCCCC;}
cursor: pointer;
text-decoration: none;
padding: 2px 15px;
background-color: #ff6600;
background-color: #6e26fa;
border-radius: 15px;
}
.paginacao span:hover{
color: #ff6600 !important;
color: #6e26fa !important;
background-color: #FFF;
}

21
scriptApl/functions15.js

@ -10,21 +10,22 @@ var ultimaNotificacao = 0;
/*
* CORES DO SISTEMA SIMPLES IP
*/
/*
var colorSistemaSimples = 'darkblue';
var colorLetrasPagina = 'lime';
var colorSistemaSimples = '#6e26fa';
var colorLetrasPagina = '#00ff7e';
$(function(){
$('#color_bar').css({background:colorSistemaSimples});
$('.grid th').css({background:colorSistemaSimples});
$('.footDac th').css({background:colorSistemaSimples});
//$('table').css({'border-radius': '4px'})
//$('.grid th').css({background:colorSistemaSimples});
//$('.footDac th').css({background:colorSistemaSimples});
$('.tbody th').css({background:colorSistemaSimples});
$('#rodapeSite').css({'border-bottom':'3px solid ' + colorSistemaSimples});
$('.formCad th').css({background: colorSistemaSimples});
//$('.formCad th').css({background: colorSistemaSimples});
$('.pagina a').css({color: colorLetrasPagina});
$('input select').css({border: '1px solid ' + colorSistemaSimples});
//$('input select').css({border: '1px solid ' + colorSistemaSimples});
//$('.ui-widget-header').css({border: '1px solid ' + colorSistemaSimples, background: colorSistemaSimples});
});
*/
function $$(id)
{

48
scriptApl/menu.css

@ -7,63 +7,65 @@
/* level 0 inner */
.m0l0iout {
font-family: sans-serif, Tahoma, Verdana, Geneva, Arial, Helvetica;
font-size: 12px;
font-size: 14px;
text-decoration: none;
text-align: center;
font-weight: normal;
margin: 4px 0 0 8px;
font-weight: 600;
margin: 8px 0 0 8px;
color: #666666;
border-bottom: 4px solid #ededed;
padding: 0 0 5px;
}
.m0l0iover {
font-family: sans-serif, Tahoma, Verdana, Geneva, Arial, Helvetica;
font-size: 12px;
font-size: 14px;
text-decoration: underline;
text-decoration: none;
text-align: center;
font-weight: bold;
margin: 5px 0 0 8px;
color: #FFFFFF;
margin: 8px 0 0 8px;
color: #A9A9A9
}
/* level 0 outer */
.m0l0oout {
text-decoration : none;
border-right: 1px solid #cccccc;
background-color: #d4cfc6;
}
.m0l0oover {
text-decoration : none;
background-color: #666666;
border: 1px solid #888888;
border-bottom-color: #0FA6FA;
padding: 0;
}
/* level 1 inner */
.m0l1iout {
font-family: sans-serif, Tahoma, Verdana, Geneva, Arial, Helvetica;
font-size: 12px;
margin: 4px 0 0 17px;
font-size: 14px;
margin: 6px 0 0 27px;
color: #666666;
}
.m0l1iover {
font-family: sans-serif, Tahoma, Verdana, Geneva, Arial, Helvetica;
font-size: 12px;
margin: 4px 0 0 17px;
color: #FFFFFF;
margin: 6px 0 0 27px;
font-size: 14px;
color: #000;
}
/* level 1 outer */
.m0l1oout {
text-decoration : none;
background-color: #CCCCCC;
border: 1px solid #888888;
padding: 0;
background-color: #E9E9E9;
border-radius: 4px;
border-bottom-color: #A9A9A9;
margin: 10px 0 0;
padding: 5px 5px 5px;
}
.m0l1oover {
margin: 10px 0 0;
text-decoration : none;
background-color: #666666;
background-image: url(img/arrow.gif);
background-color: #F9F9F9;
background-repeat: no-repeat;
border: 1px solid #888888;
padding: 0;
border-radius: 4px;
padding: 5px 5px 5px;
}

2
scriptApl/menu_tpl.js

@ -31,7 +31,7 @@ var MENU_TPL = [
// position of the submenu relative to top left corner of the parent item
'block_top': 25,
'block_left': 0,
'top': 23,
'top': 34,
'left': 0,
'css': {
'outer': ['m0l1oout', 'm0l1oover'],

16
scriptApl/supervisorchat.js

@ -11,6 +11,8 @@ $(function () {
localStorage.removeItem('monitorRamaisStatus')
localStorage.setItem('monitorRamaisStatus', $("input[name='conframal']:checked").val())
})
resizegrid()
})
const desconectMesa = async () => {
@ -255,7 +257,7 @@ const AtualizaChamdas = () => {
var alturaTable = $('#dadosContato').height();
if (alturaTable + 300 > 1360) {
$('#rodapeSite').css({"top": alturaTable + 300});
$('#tabLayout').css({"height": alturaTable + 365});
$('#tabLayout').css({"height": alturaTable + 325});
}
}, 1200);
}
@ -288,3 +290,15 @@ function timeDiffCalc(dateFuture, dateNow) {
difference += ":" + adicionaZero(seconds);
return difference;
}
const resizegrid = () => {
let heightgrid = $('#content').height()
if(heightgrid > 600){
$('#rodapeSite').css({"top": $('#content').height() + 200});
}
setTimeout(() => {
resizegrid()
}, 1000);
}

2
start.php

@ -203,5 +203,5 @@ $debugAmi = true;
* Ativa funções javaSript inicialização;
*/
$jsStartup[] = "GetResScreen();";
$jsJQuery[] = intval($idProg) == 12100 ? '' : " \$('#tabLayout').height($(document).height());";
$jsJQuery[] = intval($idProg) == 12100 ? '' : " \$('#tabLayout').height($(document).height() - 51);";
?>

2
templates/audio.tpl

@ -28,7 +28,7 @@
<td><input name="dst" id="dst" type="text" size="15" value="{$dst}"></td>
<td><input name="proto" id="proto" type="text" size="15" maxlength="15" value="{$proto}"></td>
<td align="center" nowrap>
<div class="btGeral" style="text-align: center; border-color: #999; border-width: 2px" >
<div class="btGeral" >
<input name="ramal_monitor" id="ramal_monitor" type="text" size="4" maxlength="4" style="border: 0;text-align: center;font-weight: bold" readonly="readonly" value="{$ramal_monitor}">
<a href="javaScript:RegistraRamalMonitorApl('23','{$nomeRamalMonitor}', '{$canalRamallMonitor}');"><img src="imgSite/audio-fone-registra-apl.png" style="position: relative; padding-right: 5px; padding-top: 5px;" title="Informe o ramal utilizadao para escuta dos áudios!" width="16" height="16" border="0"></a>
</div>

33
templates/login.tpl

@ -1,11 +1,10 @@
{capture name="display"}
<table align="center" id="tbLogin" cellpadding="5" class="loginGer">
<tr>
<td align="center" style="border-bottom: #d4d5da thin solid; height: 18px; background-color: #f09f47; border-radius: 4px;">
<td align="center">
<table border="0" cellpadding="3" cellspacing="0" style="width: 100%">
<tr>
<td width="50" align="right"><img src="imgSite/key32.png" align="absmiddle" style="border-color:#FF8000;border-width:0px;" /></td>
<td align="left" nowrap="nowrap" style="font-size:14px; color:#FFFFFF"> <strong> Acesso de Usu&aacute;rios</strong></td>
<td align="center" nowrap="nowrap" style="font-size:20px; color:#707070"><strong>ACESSO DE USUÁRIOS</strong></td>
</tr>
</table>
</td>
@ -14,22 +13,25 @@
<td>
<table border="0" cellpadding="5" cellspacing="0" style="width: 100%; border-bottom: #d4d5da thin solid">
<tr align="center">
<td colspan="3" class="loginGer" >
<strong>Informe Usu&aacute;rio e Senha</strong>
<td colspan="3" class="loginGer" >
<strong>INFORME SEU LOGIN/EMAIL E SENHA</strong>
</td>
</tr>
<tr align="center">
<td colspan="3" class="loginGer" >
<strong>&nbsp</strong>
</td>
</tr>
<tr>
<td class="loginGer" style="width: 60px; font-weight: bold;">
Usu&aacute;rio</td>
<td class="loginGer" style="width: 60px; font-weight: bold;font-size: 14px" align="right">LOGIN/EMAIL:</td>
<td colspan="2" >
<input name="loginUser" id="loginUser" type="text" maxlength="50" style="width:150px;" />
<input name="loginUser" id="loginUser" type="text" maxlength="50" style="width:150px;" />
</td>
</tr>
<tr >
<td class="loginGer" font-weight: bold;">
<strong>Senha</strong></td>
<td colspan="2" >
<input name="loginPass" type="password" maxlength="14" id="loginPass" style="width:150px;" />
<tr>
<td class="loginGer" style="font-weight: bold;font-size: 14px;" align="right"><strong>SENHA:</strong></td>
<td colspan="2">
<input name="loginPass" type="password" maxlength="14" id="loginPass" style="width:150px;" />
</td>
</tr>
{if $recuperaSenha}
@ -43,7 +45,7 @@
{/if}
<tr>
<td align="center" >
<img src="imgSite/cadeado.gif" width="16" height="16" id="ctl00_ContentPlaceHolder1_Image2" style="border-width:0px;" />
&nbsp
</td>
<td align="right" colspan="2" >
<input type="submit" name="btLogin" value="Entrar" id="btLogon" />
@ -63,6 +65,9 @@
</tr>
<tr>
<td align="center">
<a href="integracao/index.php" target="new">
<img src="imgSite/integracao48.png" alt="Api para Integração" title="Api para Integração" border="0">
</a>
</td>
</tr>
</table>

26
templates/master.tpl

@ -31,7 +31,7 @@
{if !$tpLayout}
<tr class="noprint">
<td class="headSite" valign="top">
<table width="100%" class="headSite" align="center" cellpadding="0" cellspacing="0" border="0">
<table width="100%" class="headSite" align="center" cellpadding="0" cellspacing="0" border="0" style="border: 1px solid #e9e9e9; border-radius: 4px;">
<tr>
<td>{$navLogin}</td>
</tr>
@ -45,9 +45,16 @@
</td>
</tr>
{/if}
{if $idProg != 14}
<tr>
<td>&nbsp;</td>
</tr>
{else}
{literal}<script>$('#tabLayout').css({"top": '0px'})</script>{/literal}
{/if}
<tr>
<td id="conteudoSite" valign="top">
<div id="content">
<div id="content" class="content">
<table width="100%" height="{$heightMasterContent}" border="0"
align="{if $alineMaster ne null}{$alineMaster}{else}center{/if}" cellspacing="0"
cellpadding="0">
@ -68,17 +75,16 @@
<div id="rodapeSite">
<table width="100%" border="0" cellspacing="5" cellpadding="5">
<tr>
<td width="159" valign="middle" align="center">&nbsp;</td>
<td valign="middle" align="center">
{$smarty.const.ENDERECO_SITE} <br/><img src="imgSite/phone16.png" alt="Telefone de Contato" title="Telefone de Contato" align="absmiddle">
{$smarty.const.TELEFONE_SITE1} <img src="imgSite/mail16.png" alt="Email de Contato" title="Email Contato" align="absmiddle"> {$smarty.const.EMAIL_SITE1} <br/>
<td width="159" valign="middle" align="center"><img src="{$smarty.const.LOGO_FOOTER_SITE}" alt="{$smarty.const.NOME_SITE}" title="{$smarty.const.NOME_SITE}" align="bottom"></td>
<td valign="middle" align="left" style="color: #ababab">
Tel.: {$smarty.const.TELEFONE_SITE1} - Email: {$smarty.const.EMAIL_SITE1} <br/>
{if $smarty.const.TELEFONE_SITE2 && $smarty.const.EMAIL_SITE2}
<img src="imgSite/phone16.png" alt="Telefone de Contato" title="Telefone de Contato" align="absmiddle"> {$smarty.const.TELEFONE_SITE2}
<img src="imgSite/mail16.png" alt="Email de Contato" title="Email Contato" align="absmiddle"> {$smarty.const.EMAIL_SITE2} <br/>
Tel.: {$smarty.const.TELEFONE_SITE2}
- Email:{$smarty.const.EMAIL_SITE2} <br/>
{/if}
{$smarty.const.POWERED_BY}
</td>
<td width="159" align="right"><img src="{$smarty.const.LOGO_FOOTER_SITE}" alt="{$smarty.const.NOME_SITE}" title="{$smarty.const.NOME_SITE}" align="bottom"></td>
<td width="159" align="right">&nbsp</td>
</tr>
</table>
</div>

24
templates/supervisor.tpl

@ -55,29 +55,35 @@
</tr>
<tr>
<td nowrap >
<table width="98%" style="border: 1px solid #f09f47;" align="center" border="0" cellspacing="0" cellpadding="2">
<tr style="background-color:#FFFFFF;">
<td align="Center" nowrap style="border-bottom: 1px solid #F90; border-right: 1px solid #F90;"><span style="font:Arial, Helvetica, sans-serif; font-size:14; font-weight:bold; color:#F90">Legenda</span></td>
<td align="Center" style="border-bottom: 1px solid #F90;"><span style="font:Arial, Helvetica, sans-serif; font-size:14; font-weight:bold; color:#F90">Ramal para Intercalar/Monitorar</span> </td>
<td align="Center" style="border-bottom: 1px solid #F90;border-left: 1px solid #F90;"><span style="font:Arial, Helvetica, sans-serif; font-size:14; font-weight:bold; color:#F90">Bloco de Anotações</span></td>
<table width="99%" style="border: 1px solid #ff1472;border-radius:6px;" align="center" border="0" cellspacing="0" cellpadding="2">
<tr>
<td align="Center" nowrap style="border-bottom: 1px solid #ff1472; border-right: 1px solid #ff1472;">
<span style="font:Arial, Helvetica, sans-serif; font-size:14; font-weight:bold; color:#ff1472">Legenda</span>
</td>
<td align="Center" style="border-bottom: 1px solid #ff1472;">
<span style="font:Arial, Helvetica, sans-serif; font-size:14; font-weight:bold; color:#ff1472">Ramal para Intercalar/Monitorar</span>
</td>
<td align="Center" style="border-bottom: 1px solid #ff1472;border-left: 1px solid #ff1472;">
<span style="font:Arial, Helvetica, sans-serif; font-size:14; font-weight:bold; color:#ff1472">Bloco de Anotações</span>
</td>
</tr>
<tr>
<td style="border-right: 1px solid #F90;" nowrap>
<td style="border-right: 1px solid #ff1472;" nowrap>
<img src="imgSite/dacOn.png" width="16" height="16" align="absmiddle"> Monitor &quot;Dac/Agente&quot; Ativo <img src="imgSite/dacOff.png" width="16" height="16" align="absmiddle"> Ativa Monitor &quot;Dac/Agente&quot;
</td>
<td rowspan="2" align="center" valign="middle">
<div class="btGeral" style="width:120px;text-align: center; border-color: #999; border-width: 2px" >
<div class="btGeral" style="width:120px;text-align: center; border-width: 2px" >
<input name="ramal_monitor" id="ramal_monitor" type="text" size="4" maxlength="4" style="border: 0;text-align: center;font-weight: bold" readonly="readonly" value="{$ramal_monitor}">
<a href="javaScript:RegistraRamalMonitorApl('100','{$nomeRamalMonitor}', '{$canalRamallMonitor}');"><img src="imgSite/audio-fone-registra-apl.png" style="position: relative; padding-right: 5px; padding-top: 5px;" title="Informe o ramal utilizada para Monitoria e Intercalação!" width="16" height="16" border="0"></a>
</div>
</td>
<td rowspan="2" align="center" valign="middle" style="border-left: 1px solid #F90;">
<td rowspan="2" align="center" valign="middle" style="border-left: 1px solid #ff1472;">
<a href="javaScript:NovaJanela('index.php?idProg=17', 'agenteAnota', '700', '600', 'resizable=NO,scrollbars=NO');"><img src="imgSite/anotacoes.png" alt="Bloco de Anota&ccedil;&otilde;es" width="25" height="25" border="0" title="Bloco de Anota&ccedil;&otilde;es" /></a>
<a href="javaScript:NovaJanela('index.php?idProg=18', 'agenteAgenda', '500', '400', 'resizable=NO,scrollbars=NO');"><img src="imgSite/agenda.png" alt="Agenda" width="25" height="25" border="0" title="Agenda" /></a>
</td>
</tr>
<tr>
<td style="border-right: 1px solid #F90;" nowrap>
<td style="border-right: 1px solid #ff1472;" nowrap>
<table width="100%" border="0" cellspacing="1" cellpadding="0">
<tr>
<td width="16" height="16" style="background-color:palegreen">&nbsp;</td>

Loading…
Cancel
Save