392
| <![CDATA[<script type="text/javascript">
var maxLoop = 2;
var currentLoop = 0;
$(document).ready(function(){
// Mask
$(".mask_cep").mask("99.999-999");
$('.mask_phone').focusout(function(){
var phone, element;
element = $(this);
element.unmask();
phone = element.val().replace(/\D/g, '');
if(phone.length > 10) {
element.mask("(99) 99999-999?9");
} else {
element.mask("(99) 9999-9999?9");
}
}).trigger('focusout');
// Acordion geral
$('.totop .panel-default').on('show.bs.collapse', function () {
$(this).addClass('panel_collapse_active');
}).on('hide.bs.collapse', function () {
$(this).removeClass('panel_collapse_active');
});
$('.totop .panel-default').on('shown.bs.collapse', function () {
$(window).scrollTop($(this).offset().top-155);
});
$(document).on("scroll",function(){
// console.log($(document).scrollTop())
if($(document).scrollTop()>1){
$('#page').stop().animate({
'background-position-y':-500
},100);
}else{
$('#page').stop().animate({
'background-position-y':-222
},100);
}
if($(document).scrollTop()>10){
$("header").addClass("header-small");
$('#page').addClass('page_scroll');
$('.mm-page').addClass("padding-top-mmenu");
} else{
$("header").removeClass("header-small");
$('#page').removeClass('page_scroll');
$('.mm-page').removeClass("padding-top-mmenu");
}
});
/* Menu Acessibilidade */
$(document).on('click','.acessabilidade-text',function(e){
e.preventDefault();
var action = $(this).data('action');
if(action=='contraste'){
if($('body').hasClass("contraste")){
$('body').removeClass("contraste");
}else{
$('body').addClass("contraste");
}
}else{
}
});
/* MM Menu JS */
$("#menu_principal").mmenu({
extensions: ["pageshadow"],
offCanvas: {
position: 'right'
},
navbar:{
add: true,
title:'<span class="acessabilidade-text" data-action="contraste">CONTRASTE</span>'
}
});
var api = $("#menu_principal").data( "mmenu" );
api.bind( "opened", function() {
$('#menu-responsive i').css('margin-left',3).removeClass('fa-align-justify').addClass('fa-close');
});
api.bind( "closed", function() {
$('#menu-responsive i').css('margin-left',0).removeClass('fa-close').addClass('fa-align-justify');
});
/* MM Menu JS */
animateLogo(1200);
});
var animateLogo = function(time)
{
// Escondo Tudo
$('.item-c,.item-r-or-12,.first-sphere').fadeOut(time,function(){
// Mudo posição do CRQ
$('.second-sphere').css('left','0px');
//Escondo todas as palavras e mostro o Conselho .conselho_txt
$('.conselho_regional,.conselho_quimica,.conselho_12').stop().animate({'opacity':.1},time);
// Mstro o C
$('.item-c').stop().fadeIn(time,function(){
// Escondo o C
// Volto o Conselho ao normal .conselho_txt
$('.conselho_regional,.conselho_quimica,.conselho_12').stop().animate({'opacity':1},time);
$('.item-c').stop().fadeOut(time,function(){
// Mostro R
$('.conselho_quimica,.conselho_12,.conselho_txt').stop().animate({'opacity':.2},time);
$('.item-r-or-12').stop().fadeIn(time,function(){
// Escondo R
// Fica Só texto R
$('.conselho_quimica,.conselho_12,.conselho_txt').stop().animate({'opacity':1},time);
$('.item-r-or-12').stop().fadeOut(time,function(){
// Mostro Q
// Fica Só química
$('.conselho_12,.conselho_txt,.conselho_regional').stop().animate({'opacity':.2},time);
$('.item-c,.item-r-or-12').stop().fadeIn(time,function(){
// Escondo Q
$('.conselho_12,.conselho_txt,.conselho_regional').stop().animate({'opacity':1},time);
$('.item-c,.item-r-or-12').stop().fadeOut(time,function(){
// Mostro 12
$('.conselho_txt,.conselho_regional,.conselho_quimica').stop().animate({'opacity':.2},time);
$('.item-r-or-12').stop().fadeIn(time,function(){
// Escondo 12
$('.conselho_txt,.conselho_regional,.conselho_quimica').stop().animate({'opacity':1},time);
$('.item-r-or-12').stop().fadeOut(time,function(){
// Monstro Tudo
$('.item-c,.item-r-or-12').stop().fadeIn(time,function(){
// Mostro CFQ
setTimeout(function(){
// Movo o CRQ para a direita
$('.second-sphere').stop().animate({
left:53
},time,function(){
// Mostro o CFQ
$('.first-sphere').stop().fadeIn(time,function(){
currentLoop++;
if(currentLoop<maxLoop){
setTimeout(function(){animateLogo(800)},10000);
}
});
})
},800);
});
});
});
});
});
});
});
});
});
});
}
</script>]]>
|
575
| <![CDATA[<script type="text/javascript">
var __global_chart_colors = Array('rgba(15,64,250)','rgba(15,64,200)','rgba(15,64,150)','rgba(15,64,100)','rgba(15,64,50)','rgba(105,140,0)','rgba(70,94,0)');
$(document).ready(function() {
// Request relatório
requestEstatistica();
});
function makeDataArea(data){
var acoes = Array()
var valoresAcoes = Array()
// Cada atividade do mês
$.each(data, function( index, acao ) {
valoresAcoes.push(index); // Adiciono
var valores = Array();
// Cada mês do ano
for(i=1;i<=12;i++) {
if(typeof acao.valores[i] != 'undefined') {
valores.push(acao.valores[i])
} else {
valores.push(0)
}
}
valoresAcoes[index] = valores
var area = {
data:valoresAcoes[index],
label:acao.titulo,
backgroundColor: String(__global_chart_colors[index])
}
acoes.push(area)
});
return acoes;
}
function makeDataAreaTotal(data){
var acoes = Array()
var labels = Array();
// colunas serão as atividades
// Valores serão os totais
// Cada atividade do mês
$.each(data, function( index, acao ) {
labels.push(acao.titulo);
var area = {
data:[acao.total],
label:acao.titulo,
backgroundColor: String(__global_chart_colors[index])
}
acoes.push(area)
});
return Array(acoes,labels);
}
function loadGraficos(data) {
$('.graficos').fadeIn(600);
var ctx = document.getElementById('graficoAtividades');
dataSet = makeDataArea(data);
var myChart = new Chart(ctx, {
type: 'bar',
data: {
labels: ['JAN', 'FEV', 'MAR', 'ABR', 'MAI', 'JUN', 'JUL', 'AG', 'SET','OUT','NOV','DEZ'],
datasets: dataSet
},
options: {
scales: {
yAxes: [{
ticks: {
beginAtZero: true
}
}]
}
}
});
// var ctxTotal = document.getElementById('graficoAtividadesTotal');
// dataSetTotal = makeDataAreaTotal(data);
// var myChartTotal = new Chart(ctxTotal, {
// type: 'bar',
// data: {
// labels: dataSetTotal[1],
// datasets: dataSetTotal[0]
// },
// options: {
// scales: {
// yAxes: [{
// ticks: {
// beginAtZero: true
// }
// }]
// }
// }
// });
// var myChart = new Chart(ctx, {
// type: 'bar',
// data: {
// labels: ['JAN', 'FEV', 'MAR', 'ABR', 'MAI', 'JUN', 'JUL', 'AG', 'SET','OUT','NOV','DEZ'],
// datasets: [
// {
// label: 'Informação 1',
// data: [12, 19, 3, 5, 2, 3, 12, 19, 3, 5, 2, 3],
// backgroundColor: [
// 'rgba(255, 99, 132, 0.2)'
// ],
// borderWidth: 1
// },
// {
// label: 'Informação 2',
// data: [12, 19, 3, 5, 2, 3, 12, 19, 3, 5, 2, 3],
// backgroundColor: [
// 'rgba(255, 99, 145, 0.2)'
// ],
// borderWidth: 1
// }
// ]
// },
// options: {
// scales: {
// yAxes: [{
// ticks: {
// beginAtZero: true
// }
// }]
// }
// }
// });
}
function requestEstatistica(data) {
var ajaxurlConsultaEstatistica = 'http://crq12.gov.br/wp-content/themes/crq12/area-restrita/post_server_consulta_estatistica.php';
//console.log ('http://crq12.gov.br/wp-content/themes/crq12/area-restrita/post_server_consulta_estatistica.php');
//http://crq12.gov.br/wp-content/themes/crq12/area-restrita/post_server_consulta_estatistica.php
$.ajax({
url: ajaxurlConsultaEstatistica,
type: 'POST',
data: data,
success:function(data){
$('#body_result_estatistica').empty().html(makeTableResultEstatistica(data));
console.log (data);
loadGraficos(data);
},
error: function() {
}
});
}
function makeTableResultEstatistica(data){
//result-estatistica
var html = '';
$.each(data, function( index, acao ) {
html += '<tr>';
html += '<td><strong>'+acao.titulo+'</strong></td>';
for(i=1;i<=12;i++){
if(typeof acao.valores[i] != 'undefined'){
html += '<td style="text-align: center;">'+acao.valores[i]+'</td>';
} else {
html += '<td> - </td>';
}
}
html += '<td style="text-align: center;"><strong>'+acao.total+'</strong></td>';
html += '</tr>';
});
return html;
}
</script>]]>
|