Skip to content

Commit

Permalink
relatorios
Browse files Browse the repository at this point in the history
  • Loading branch information
miguelpeixe committed Jul 8, 2012
1 parent b54086f commit c54f05a
Show file tree
Hide file tree
Showing 35 changed files with 9 additions and 6 deletions.
15 changes: 9 additions & 6 deletions js/site.js
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,11 @@ function loadSection(section) {

if(section == 'navegue' && sectionLoaded[section] == false) { // prepare data and filters

var scrollSettings = {};
var scrollPane = $('#navegue #data');
scrollPane.jScrollPane(scrollSettings);
resultsScrollApi = scrollPane.data('jsp');

$.getJSON('constatacoes.json.php?data=geral', function(data) {
irregularidadesData = data;
});
Expand Down Expand Up @@ -198,11 +203,6 @@ function loadSection(section) {
}
}

var scrollSettings = {};
var scrollPane = $('#navegue #data');
scrollPane.jScrollPane(scrollSettings);
resultsScrollApi = scrollPane.data('jsp');

// update with new output data and select options
if(!$.isEmptyObject(selectedFilters)) {
updateCurrentData();
Expand Down Expand Up @@ -647,7 +647,10 @@ function theMagic() {
}

if(selectedFilters.cidade) {
$links.append('<a class="button" href="#">Acesse o relatório de fiscalização da cidade</a>');
var filterData = jLinq.from(eduamazonia.cidade).starts('cidade', selectedFilters.cidade).select();
filterData = filterData[0];
$links.append('<a class="relatorio button" href="#" target="_blank">Acesse o relatório de fiscalização da cidade</a>');
$('.relatorio.button').attr('href', 'relatorios/' + filterData.relatorio);
}

$('.irregularidades-toggle').click(function() {
Expand Down
Binary file added relatorios/2010AC-Brasileia.pdf
Binary file not shown.
Binary file added relatorios/2010AM-Benjamin_Constant.pdf
Binary file not shown.
Binary file added relatorios/2010AM-Tabatinga.pdf
Binary file not shown.
Binary file added relatorios/2010AM-Tefe.pdf
Binary file not shown.
Binary file added relatorios/2010AP-Pedra_Branca_do_Amapari.pdf
Binary file not shown.
Binary file added relatorios/2010PA-Anajas.pdf
Binary file not shown.
Binary file added relatorios/2010PA-Cachoeira_do_Piria.pdf
Binary file not shown.
Binary file added relatorios/2010PA-Cameta_NAOTEMMEC.pdf
Binary file not shown.
Binary file added relatorios/2010PA-Curralinho.pdf
Binary file not shown.
Binary file added relatorios/2010PA-Inhangapi.pdf
Binary file not shown.
Binary file added relatorios/2010PA-Itaituba.pdf
Binary file not shown.
Binary file added relatorios/2010PA-Sao_sebastiao_boa_vista.pdf
Binary file not shown.
Binary file added relatorios/2010PA-Terra_Santa.pdf
Binary file not shown.
Binary file added relatorios/2010RO-Cerejeiras.pdf
Binary file not shown.
Binary file added relatorios/2010RO-Primavera_de_Rondonia.pdf
Binary file not shown.
Binary file added relatorios/2010RO-Sao_Felipe_D_Oeste.pdf
Binary file not shown.
Binary file added relatorios/2010RR-Amajari.pdf
Binary file not shown.
Binary file added relatorios/2010RR-Normandia.pdf
Binary file not shown.
Binary file added relatorios/2010TO-Luzinopolis.pdf
Binary file not shown.
Binary file added relatorios/2010TO-Santa_Rosa_do_Tocantins.pdf
Binary file not shown.
Binary file added relatorios/2010TO-Sao_Bento_do_Tocantins.pdf
Binary file not shown.
Binary file added relatorios/2010TO-Xambioa.pdf
Binary file not shown.
Binary file added relatorios/2011AC-Manoel_Urbano.pdf
Binary file not shown.
Binary file added relatorios/2011AM-Urucurituba.pdf
Binary file not shown.
Binary file added relatorios/2011PA-Bagre.pdf
Binary file not shown.
Binary file added relatorios/2011PA-Bujaru.pdf
Binary file not shown.
Binary file added relatorios/2011PA-Igarape-Miri.pdf
Binary file not shown.
Binary file added relatorios/2011PA-Primavera.pdf
Binary file not shown.
Binary file added relatorios/2011PA-Santa_Maria_do_Para.pdf
Binary file not shown.
Binary file added relatorios/2011PA-Sao_Felix_do_ Xingu.pdf
Binary file not shown.
Binary file added relatorios/2011RO-Presidente_Medici.pdf
Binary file not shown.
Binary file added relatorios/2011RR-Uiramuta.pdf
Binary file not shown.
Binary file added relatorios/2011TO-Bandeirantes_do_Tocantins.pdf
Binary file not shown.
Binary file added relatorios/2011TO-Novo_Acordo.pdf
Binary file not shown.

0 comments on commit c54f05a

Please sign in to comment.