36
| <![CDATA[<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-66288497-1', 'auto');
ga('send', 'pageview');
</script>]]>
|
783
| <![CDATA[<script>
function formataDetalhe(value, row, index) {
return '<a href="/repasse/repasses-aos-municipios/' + row.cod_favorecido + '/?data_inicial=' + row.data_inicial + '&data_final=' + row.data_final + '"><button class="btn btn-xs btn-circle btn-purple btn-outline"><i class="fa fa-search"></i></button> ;' + value + '</a>';
}
$(function () {
var $result_total = $('#total');
$('#table').bootstrapTable({
}).on('load-success.bs.table', function (e, data) {
var span_tag = '<span style="margin-right:15px;"><strong>TOTAL REPASSADO: </strong>R$ ' + data.detalhe.valor__sum + '</span>';
$result_total.html(span_tag)
});
});
</script>]]>
|
893
| <![CDATA[<script>
new window.VLibras.Widget('https://vlibras.gov.br/app');
</script>]]>
|
929
| <![CDATA[<script type="text/javascript" language="javascript">
$('body').jfontsize({
btnMinusClasseId: '#jfontsize-m2', // Defines the class or id of the decrease button
btnDefaultClasseId: '#jfontsize-d2', // Defines the class or id of default size button
btnPlusClasseId: '#jfontsize-p2', // Defines the class or id of the increase button
btnMinusMaxHits: 1, // How many times the size can be decreased
btnPlusMaxHits: 5, // How many times the size can be increased
sizeChange: 5 // Defines the range of change in pixels
});
</script>]]>
|