INFORMANDES (PDF)

InformANDES Ed. 163 - Maio 2025 ei1b

InformANDES Abril 2025

InformANDES Ed. 161 - Mar 2025

InformANDES Especial - Multicampi e Fronteira

InformANDES Dezembro de 2018

Informandes Novembro de 2018

Informandes Outubro de 2018

Informandes Setembro de 2018

Informandes Agosto de 2018

Informandes Julho de 2018

Informandes Junho de 2018

Informandes Maio de 2018

InformANDES Abril de 2018

InformANDES Março de 2018

ÚLTIMAS NOTÍCIAS 1u1bn
EVENTOS
Update cookies preferences
', closeButton: false }); } $(".search").each(function () { habilitarBotaoBusca($(this).val(), $(".search-submit")); }); $(".search").on('keyup change', function () { var valorBusca = $(this).val(); var botaoBusca = $(".search-submit"); $(".search").each(function () { $(this).val(valorBusca); }); habilitarBotaoBusca(valorBusca, botaoBusca); }); function habilitarBotaoBusca(valorBusca, botaoBusca) { $.each(botaoBusca, function (index, value) { (valorBusca) ? $(value).removeAttr('disabled').fadeTo('fast', 1) : $(value).attr('disabled', true).fadeTo('fast', 0.5); }); } $('#modal-issuu').on('show.bs.modal', function (e) { var itemClicado = $(e.relatedTarget); $('#modal-issuu-body').html(itemClicado.attr('data-issuu')); }); /*Recebe o ID do conteudo e retorna uma lista com os arquivos anexados a ele.*/ $('#modal-').on('show.bs.modal', function (e) { var itemClicado = $(e.relatedTarget); var idConteudo = itemClicado.attr('id'); $("#conteudo-modal-").empty(); $.post( '/midias/anexos_ajax' + '/' + idConteudo, null, function (data) { var conteudo = ''; if (data.quantidade > 0) { conteudo += '
' + ' ' + '
'; } else { conteudo += '
' + ' ' + '
'; } $("#conteudo-modal-").html(conteudo); } , "json"); }); $('#estado-sindicatos').change(function () { var sindicatos = ''; if ($(this).val() != "") { $.post( '/sindicatos/ajax_list/' + $(this).val(), null, function (data) { $('.sigla-input').html(data.sigla); $('.sigla-estado').html('- ' + data.sigla + ' -'); $('#sindicatos-list').html('Carregando...'); if (data.quantidade > 0) { for (var i = 0; i < data.quantidade; i++) { sindicatos += '' + '
' + ' ' + '
'; } $('#sindicatos-list').html(sindicatos); } else { $('#sindicatos-list').html('Nenhum sindicato cadastrado no estado selecionado.'); } }, "json" ); } else { $('#sindicatos-list').html(""); $('.sigla-input').html("---"); $('.sigla-estado').html(""); } });