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. 30
      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. 23
      templates/login.tpl
  18. 26
      templates/master.tpl
  19. 24
      templates/supervisor.tpl

14
cadGeral.css

@ -4,18 +4,16 @@
.formHed .formHed
{ {
border:0px; border:0px;
background-color:#FFF;
font-family:Arial, Helvetica, sans-serif; font-family:Arial, Helvetica, sans-serif;
font-size:18px; font-size:18px;
font-weight:bold; font-weight:500;
color:#F90; color:#0FA6FA;
padding: 8px 8px 8px 8px;
} }
.formCad .formCad
{ {
border: 1px solid #CCCCCC;
border-collapse:collapse; border-collapse:collapse;
background-color:#666666;
font-family:Arial, Helvetica, sans-serif font-family:Arial, Helvetica, sans-serif
} }
@ -24,7 +22,7 @@
height:10px; height:10px;
font-size:11px; font-size:11px;
font-weight:bold; font-weight:bold;
background-color:#F90; background-color:#6e26fa;
color:#FFFFFF; color:#FFFFFF;
border: 1px solid #CCCCCC; border: 1px solid #CCCCCC;
padding:2px; padding:2px;
@ -35,14 +33,12 @@
height:10px; height:10px;
font-size:10px; font-size:10px;
border: 0px solid #CCCCCC; border: 0px solid #CCCCCC;
background-color:#FFFFFF;
color: #000000; color: #000000;
} }
.formCad input, select .formCad input, select
{ {
border: 1px solid #F90; border: 1px solid #FF1472;
background-color:#CCCCCC;
font-weight:normal; 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 ### // ### 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_SITE1', 'suporte@simplesip.com.br');
define('EMAIL_SITE2', 'comercial@simplesip.com.br'); define('EMAIL_SITE2', 'comercial@simplesip.com.br');
define('TELEFONE_SITE1', '+55(65)3616-8280'); define('TELEFONE_SITE1', '+55(65)3616-8280');

30
include/util/funcoesApl.php

@ -835,18 +835,9 @@ function SubsPVirgula($str) {
function GetLogoPrinc($tpLayout = 0) { function GetLogoPrinc($tpLayout = 0) {
$path = "/"; $path = "/";
return ($tpLayout == 1) || IsUserConnect() ? "" : "<div id=\"title\"> 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> <tr>
<td align=\"left\"><img src=\"" . LOGO_HEADER_SITE . "\"></td> <td align=\"center\"><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>
</tr> </tr>
</table> </table>
</div> "; </div> ";
@ -864,14 +855,15 @@ function GetNavLogin($tpLayout = 0, $dispProgSel = "Simples IP") {
$data = date("d/m/Y"); $data = date("d/m/Y");
$login = GetLogin(); $login = GetLogin();
$matricula = GetMatricula() ? " - " . GetMatricula() : '';
$imgUser = IsUserConnect() ? "userOn16.png" : "userOff16.png"; $imgUser = IsUserConnect() ? "userOn16.png" : "userOff16.png";
$style = IsUserConnect() ? "height: 50px;" : ""; $style = IsUserConnect() ? "height: 50px;" : "";
$imgAlt = IsUserConnect() ? "alt=\"Usuário Conectado\" title=\"Usuário Conectado\"" : "alt=\"Usuário Desconectado\" title=\"Usuário Desconectado\""; $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%;\" > 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=\"0\" cellpadding=\"3\"> <table width=\"100%\" style=\"width: 100%;\" border=\"0\" cellspacing=\"11\" cellpadding=\"3\">
<tr> <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=\"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\"><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=\"right\" id=\"dispProg\">Home / $dispProgSel</td>
</tr> </tr>
</table> </table>
</div>"; </div>";
@ -1206,16 +1198,16 @@ function GetDispProgSel($idProg) {
function GetMenuUser($tpUser) { function GetMenuUser($tpUser) {
if (!IsUserConnect()) {
return "";
}
$menu = "&nbsp;"; $menu = "&nbsp;";
if (IsUserConnect()) {
$menu = "<script language=\"JavaScript\">\n"; $menu = "<script language=\"JavaScript\">\n";
$menu .= "<!--//\n"; $menu .= "<!--//\n";
$menu .= " new menu (MENU_ITEMS, MENU_TPL);\n"; $menu .= " new menu (MENU_ITEMS, MENU_TPL);\n";
$menu .= "//-->\n"; $menu .= "//-->\n";
$menu .= "</script>\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>";
}
$menuGeral = "<table class=\"menuGeral\" border=\"0\" cellspacing=\"0\" cellpadding=\"1\"> $menuGeral = "<table class=\"menuGeral\" border=\"0\" cellspacing=\"0\" cellpadding=\"1\">
<tr> <tr>

2
iniciaCliente.php

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

21
scriptApl/functions15.js

@ -10,21 +10,22 @@ var ultimaNotificacao = 0;
/* /*
* CORES DO SISTEMA SIMPLES IP * CORES DO SISTEMA SIMPLES IP
*/ */
/*
var colorSistemaSimples = 'darkblue'; var colorSistemaSimples = '#6e26fa';
var colorLetrasPagina = 'lime'; var colorLetrasPagina = '#00ff7e';
$(function(){ $(function(){
$('#color_bar').css({background:colorSistemaSimples}); //$('table').css({'border-radius': '4px'})
$('.grid th').css({background:colorSistemaSimples}); //$('.grid th').css({background:colorSistemaSimples});
$('.footDac th').css({background:colorSistemaSimples}); //$('.footDac th').css({background:colorSistemaSimples});
$('.tbody 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}); $('.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) function $$(id)
{ {

48
scriptApl/menu.css

@ -7,63 +7,65 @@
/* level 0 inner */ /* level 0 inner */
.m0l0iout { .m0l0iout {
font-family: sans-serif, Tahoma, Verdana, Geneva, Arial, Helvetica; font-family: sans-serif, Tahoma, Verdana, Geneva, Arial, Helvetica;
font-size: 12px; font-size: 14px;
text-decoration: none; text-decoration: none;
text-align: center; text-align: center;
font-weight: normal; font-weight: 600;
margin: 4px 0 0 8px; margin: 8px 0 0 8px;
color: #666666; color: #666666;
border-bottom: 4px solid #ededed;
padding: 0 0 5px;
} }
.m0l0iover { .m0l0iover {
font-family: sans-serif, Tahoma, Verdana, Geneva, Arial, Helvetica; font-family: sans-serif, Tahoma, Verdana, Geneva, Arial, Helvetica;
font-size: 12px; font-size: 14px;
text-decoration: underline; text-decoration: underline;
text-decoration: none; text-decoration: none;
text-align: center; text-align: center;
font-weight: bold; font-weight: bold;
margin: 5px 0 0 8px; margin: 8px 0 0 8px;
color: #FFFFFF; color: #A9A9A9
} }
/* level 0 outer */ /* level 0 outer */
.m0l0oout { .m0l0oout {
text-decoration : none; text-decoration : none;
border-right: 1px solid #cccccc;
background-color: #d4cfc6;
} }
.m0l0oover { .m0l0oover {
text-decoration : none; text-decoration : none;
background-color: #666666; border-bottom-color: #0FA6FA;
border: 1px solid #888888; padding: 0;
} }
/* level 1 inner */ /* level 1 inner */
.m0l1iout { .m0l1iout {
font-family: sans-serif, Tahoma, Verdana, Geneva, Arial, Helvetica; font-family: sans-serif, Tahoma, Verdana, Geneva, Arial, Helvetica;
font-size: 12px; font-size: 14px;
margin: 4px 0 0 17px; margin: 6px 0 0 27px;
color: #666666; color: #666666;
} }
.m0l1iover { .m0l1iover {
font-family: sans-serif, Tahoma, Verdana, Geneva, Arial, Helvetica; font-family: sans-serif, Tahoma, Verdana, Geneva, Arial, Helvetica;
font-size: 12px; margin: 6px 0 0 27px;
margin: 4px 0 0 17px; font-size: 14px;
color: #FFFFFF; color: #000;
} }
/* level 1 outer */ /* level 1 outer */
.m0l1oout { .m0l1oout {
text-decoration : none; text-decoration : none;
background-color: #CCCCCC; background-color: #E9E9E9;
border: 1px solid #888888; border-radius: 4px;
padding: 0; border-bottom-color: #A9A9A9;
margin: 10px 0 0;
padding: 5px 5px 5px;
} }
.m0l1oover { .m0l1oover {
margin: 10px 0 0;
text-decoration : none; text-decoration : none;
background-color: #666666; background-color: #F9F9F9;
background-image: url(img/arrow.gif);
background-repeat: no-repeat; background-repeat: no-repeat;
border: 1px solid #888888; border-radius: 4px;
padding: 0; 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 // position of the submenu relative to top left corner of the parent item
'block_top': 25, 'block_top': 25,
'block_left': 0, 'block_left': 0,
'top': 23, 'top': 34,
'left': 0, 'left': 0,
'css': { 'css': {
'outer': ['m0l1oout', 'm0l1oover'], 'outer': ['m0l1oout', 'm0l1oover'],

16
scriptApl/supervisorchat.js

@ -11,6 +11,8 @@ $(function () {
localStorage.removeItem('monitorRamaisStatus') localStorage.removeItem('monitorRamaisStatus')
localStorage.setItem('monitorRamaisStatus', $("input[name='conframal']:checked").val()) localStorage.setItem('monitorRamaisStatus', $("input[name='conframal']:checked").val())
}) })
resizegrid()
}) })
const desconectMesa = async () => { const desconectMesa = async () => {
@ -255,7 +257,7 @@ const AtualizaChamdas = () => {
var alturaTable = $('#dadosContato').height(); var alturaTable = $('#dadosContato').height();
if (alturaTable + 300 > 1360) { if (alturaTable + 300 > 1360) {
$('#rodapeSite').css({"top": alturaTable + 300}); $('#rodapeSite').css({"top": alturaTable + 300});
$('#tabLayout').css({"height": alturaTable + 365}); $('#tabLayout').css({"height": alturaTable + 325});
} }
}, 1200); }, 1200);
} }
@ -288,3 +290,15 @@ function timeDiffCalc(dateFuture, dateNow) {
difference += ":" + adicionaZero(seconds); difference += ":" + adicionaZero(seconds);
return difference; 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; * Ativa funções javaSript inicialização;
*/ */
$jsStartup[] = "GetResScreen();"; $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="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><input name="proto" id="proto" type="text" size="15" maxlength="15" value="{$proto}"></td>
<td align="center" nowrap> <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}"> <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> <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> </div>

23
templates/login.tpl

@ -1,11 +1,10 @@
{capture name="display"} {capture name="display"}
<table align="center" id="tbLogin" cellpadding="5" class="loginGer"> <table align="center" id="tbLogin" cellpadding="5" class="loginGer">
<tr> <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%"> <table border="0" cellpadding="3" cellspacing="0" style="width: 100%">
<tr> <tr>
<td width="50" align="right"><img src="imgSite/key32.png" align="absmiddle" style="border-color:#FF8000;border-width:0px;" /></td> <td align="center" nowrap="nowrap" style="font-size:20px; color:#707070"><strong>ACESSO DE USUÁRIOS</strong></td>
<td align="left" nowrap="nowrap" style="font-size:14px; color:#FFFFFF"> <strong> Acesso de Usu&aacute;rios</strong></td>
</tr> </tr>
</table> </table>
</td> </td>
@ -15,19 +14,22 @@
<table border="0" cellpadding="5" cellspacing="0" style="width: 100%; border-bottom: #d4d5da thin solid"> <table border="0" cellpadding="5" cellspacing="0" style="width: 100%; border-bottom: #d4d5da thin solid">
<tr align="center"> <tr align="center">
<td colspan="3" class="loginGer" > <td colspan="3" class="loginGer" >
<strong>Informe Usu&aacute;rio e Senha</strong> <strong>INFORME SEU LOGIN/EMAIL E SENHA</strong>
</td>
</tr>
<tr align="center">
<td colspan="3" class="loginGer" >
<strong>&nbsp</strong>
</td> </td>
</tr> </tr>
<tr> <tr>
<td class="loginGer" style="width: 60px; font-weight: bold;"> <td class="loginGer" style="width: 60px; font-weight: bold;font-size: 14px" align="right">LOGIN/EMAIL:</td>
Usu&aacute;rio</td>
<td colspan="2" > <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> </td>
</tr> </tr>
<tr> <tr>
<td class="loginGer" font-weight: bold;"> <td class="loginGer" style="font-weight: bold;font-size: 14px;" align="right"><strong>SENHA:</strong></td>
<strong>Senha</strong></td>
<td colspan="2"> <td colspan="2">
<input name="loginPass" type="password" maxlength="14" id="loginPass" style="width:150px;" /> <input name="loginPass" type="password" maxlength="14" id="loginPass" style="width:150px;" />
</td> </td>
@ -43,7 +45,7 @@
{/if} {/if}
<tr> <tr>
<td align="center" > <td align="center" >
<img src="imgSite/cadeado.gif" width="16" height="16" id="ctl00_ContentPlaceHolder1_Image2" style="border-width:0px;" /> &nbsp
</td> </td>
<td align="right" colspan="2" > <td align="right" colspan="2" >
<input type="submit" name="btLogin" value="Entrar" id="btLogon" /> <input type="submit" name="btLogin" value="Entrar" id="btLogon" />
@ -63,6 +65,9 @@
</tr> </tr>
<tr> <tr>
<td align="center"> <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> </td>
</tr> </tr>
</table> </table>

26
templates/master.tpl

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

24
templates/supervisor.tpl

@ -55,29 +55,35 @@
</tr> </tr>
<tr> <tr>
<td nowrap > <td nowrap >
<table width="98%" style="border: 1px solid #f09f47;" align="center" border="0" cellspacing="0" cellpadding="2"> <table width="99%" style="border: 1px solid #ff1472;border-radius:6px;" align="center" border="0" cellspacing="0" cellpadding="2">
<tr style="background-color:#FFFFFF;"> <tr>
<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" nowrap style="border-bottom: 1px solid #ff1472; border-right: 1px solid #ff1472;">
<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> <span style="font:Arial, Helvetica, sans-serif; font-size:14; font-weight:bold; color:#ff1472">Legenda</span>
<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> </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>
<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; <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>
<td rowspan="2" align="center" valign="middle"> <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}"> <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> <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> </div>
</td> </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=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> <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> </td>
</tr> </tr>
<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"> <table width="100%" border="0" cellspacing="1" cellpadding="0">
<tr> <tr>
<td width="16" height="16" style="background-color:palegreen">&nbsp;</td> <td width="16" height="16" style="background-color:palegreen">&nbsp;</td>

Loading…
Cancel
Save