|
|
@ -97,7 +97,7 @@ |
|
|
|
</div> |
|
|
|
|
|
|
|
<div class="col-md-6 text-center painel" id="obs_materia_div"> |
|
|
|
<h2 class="text-subtitle">Matéria em Votação</h2> |
|
|
|
<h2 class="text-subtitle" id="mat_em_votacao">Matéria em Votação</h2> |
|
|
|
<span id="materia_legislativa_texto" class="text-value"></span> |
|
|
|
<span id="observacao_materia" class="text-value"></span> |
|
|
|
</div> |
|
|
@ -424,13 +424,16 @@ |
|
|
|
var resultado_votacao_upper = $("#resultado_votacao").text().toUpperCase(); |
|
|
|
if (resultado_votacao_upper.search("APROV") != -1){ |
|
|
|
$("#resultado_votacao").css("color", "green"); |
|
|
|
$("#mat_em_votacao").text("Matéria Votada"); |
|
|
|
} |
|
|
|
if (resultado_votacao_upper.search("REJEIT") != -1){ |
|
|
|
$("#resultado_votacao").css("color", "red"); |
|
|
|
$("#mat_em_votacao").text("Matéria Votada"); |
|
|
|
} |
|
|
|
} |
|
|
|
else{ |
|
|
|
$("#resultado_votacao").text(''); |
|
|
|
$("#mat_em_votacao").text("Matéria em Votação"); |
|
|
|
} |
|
|
|
}, |
|
|
|
error: function(err) { |
|
|
|