128
| <![CDATA[<img src="http://www.camaraserra.es.gov.br/assets/img/esic.png" alt="CÂMARA MUNICIPAL DA SERRA - ES" class="img-responsive" style="float: left; margin-right: 5px; width:16px; height:16px; margin-top: 3px;">]]>
|
146
| <![CDATA[<i class="fa fa-home" style="margin:0 3px;"> </i>]]>
|
148
| <![CDATA[<i class="fa fa-plus" style="margin-left:-3px;"></i>]]>
|
149
| <![CDATA[<i class="fa fa-minus" style="margin-left:-5px;"></i>]]>
|
154
| <![CDATA[<i class="fa fa-lock" style="margin:0 3px;"> </i>]]>
|
795
| <![CDATA[<div id="chart-content" style="min-width: 300px; height: 500px; margin: 0 auto"></div>]]>
|
900
| <![CDATA[<style>
/* GOOGLE ANALYTICS */
.cookies-container {
color: #222;
position: fixed;
bottom: 2rem;
z-index: 1000;
}
.card-title {
font-style: normal;
font-weight: normal;
font-size: 21px;
line-height: 1.5;
margin-bottom: 20px;
margin-top: 0;
}
.card-link {
font-weight: bold;
text-decoration: none;
color: #2F2F2F;
}
.card-text {
font-style: normal;
font-weight: normal;
line-height: 150%;
align-items: center;
color: #505050;
}
.cookies-content {
background: white;
padding: 20px;
opacity: 0;
transform: translateY(1rem);
animation: slideUp 0.5s forwards;
border-radius: 4px;
background: rgba(251, 251, 251, 0.95);
box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.7);
}
@keyframes slideUp {
to {
transform: initial;
opacity: initial;
}
}
.cookies-pref label {
margin-right: 1rem;
}
.cookies-save {
grid-column: 2;
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
background: var(--Primary0);
color: white;
cursor: pointer;
border: none;
border-radius: 5px;
padding: 0.8rem 2rem;
font-size: 16px;
}
.cookies-save:hover {
background: var(--Primary2);
transition: .3s;
}
@media (max-width: 500px) {
.cookies-content {
grid-template-columns: 1fr;
}
.cookies-save {
grid-column: 1;
grid-row: 3;
}
}
</style>]]>
|
798
| <![CDATA[<script type="text/javascript">
Highcharts.chart('chart-content', {
chart: {
type: 'column'
},
title: {
text: 'Despesa para Saúde pela Lei Orçamentária Anual'
},
subtitle: {
text: 'Despesa para Saúde por ano fixada pela Lei Orçamentária Anual.'
},
xAxis: {
categories: [
'2005', '2006', '2007', '2008', '2009', '2010', '2011', '2012', '2013', '2014', '2015', '2016', '2017', '2018', '2019', ],
crosshair: true
},
yAxis: {
//min: 0,
title: {
text: 'Valor'
}
},
series: [
{
name: 'Valor para Saúde',
data: [
53740000.00, 67796300.00, 78000000.00, 102838000.00, 124270000.00, 122327200.00, 169673200.00, 170510000.00, 217225000.00, 212223000.00, 244165000.00, 230576000.00, 245467000.00, 261575000.00, 232835768.00, ],
showInLegend: false,
tooltip: {
},
},
{
name: 'Valor Total',
data: [
329300000.00, 423500000.00, 480000000.00, 642207230.00, 751022080.00, 788000000.00, 979073753.00, 1018270870.00, 886952893.60, 1155000000.00, 1400000000.00, 1296912000.00, 1292987000.00, 1319514000.00, 1703393778.00, ],
showInLegend: false,
tooltip: {
},
},
],
plotOptions: {
column: { dataLabels: { enabled: true } }
},
credits: {
enabled: false
},
});
</script>]]>
|
889
| <![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','https://www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-78100420-1', 'auto');
ga('send', 'pageview');
</script>]]>
|
1008
| <![CDATA[<script>
function cookies(functions) {
const clientName = 'wwwcamaraserra';
const container = document.querySelector('.cookies-container');
const save = document.querySelector('.cookies-save');
if (!container || !save) return null;
const localPref = JSON.parse(window.localStorage.getItem('cookies-pref' + clientName));
if (localPref) activateFunctions(localPref);
function getFormPref() {
return [...document.querySelectorAll('[data-function]')]
.filter((el) => el.checked)
.map((el) => el.getAttribute('data-function'));
}
function activateFunctions(pref) {
pref.forEach((f) => functions[f]());
container.style.display = 'none';
window.localStorage.setItem('cookies-pref' + clientName, JSON.stringify(pref));
}
function handleSave() {
const pref = getFormPref();
activateFunctions(pref);
}
save.addEventListener('click', handleSave);
}
function analytics() {
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag('js', new Date());
gtag('config', '');
console.log('Função anali..');
}
function simplecookie() {
console.log('Política de Privacidade Autorizada');
}
cookies({
simplecookie, });
document.querySelector('.cookies-save').addEventListener('click', function() {
if (localStorage.getItem('cookies-pref' + clientName) !== null) {
// o item existe no localStorage
container.style.display = 'none';
}else {
container.style.display = 'block';
}
})
</script>]]>
|
1079
| <![CDATA[<script>
new window.VLibras.Widget('https://vlibras.gov.br/app');
</script>]]>
|