132
| <![CDATA[<i class="fa fa-laptop" style="margin:0 1px;"> </i>]]>
|
230
| <![CDATA[<form action="https://www.camarairupi.es.gov.br/video" method="get" role="form" class="form-inline pull-right" style="margin-top:-5px">
<input type="hidden" name="csrf_site_name" value="49f31e7f17bd2004931bd82093e4a4b7"/>
<div class="form-group">
<input type="text" class="form-control input-sm" id="search" name="search" placeholder="Busca" value="" style="width: 200px">
</div>
<button type="submit" class="btn btn-sm btn-default"><i class="fa fa-search"></i> Filtrar</button>
<a href="https://www.camarairupi.es.gov.br/video" data-toggle="tooltip" data-container="body" data-title="Limpar filtro" class="btn btn-xs btn-default"><i class="fa fa-remove"></i></a>
</form>]]>
|
233
| <![CDATA[<input type="text" class="form-control input-sm" id="search" name="search" placeholder="Busca" value="" style="width: 200px">]]>
|
241
| <![CDATA[<div class="panel-body" style="min-height:500px;">
<div class="col-xs-12 col-sm-12 col-md-12 col-lg-4">
<div class="thumbnail">
<div style="height:200px;overflow:hidden;background-color:#eee">
<a href="https://www.youtube.com/watch?v=sXgF2-WIVOc" title="Hino do Município de Irupi" rel="prettyPhoto[mixed3]" class="open-popup-video">
<img src="/uploads/files/brasao--municipal.jpg" style="width:100%;"> </a>
</div>
<div class="caption">
<p>
<strong><a href="https://www.youtube.com/watch?v=sXgF2-WIVOc" title="Hino do Município de Irupi" rel="prettyPhoto[mixed2334]" class="open-popup-video" style="color:#000">Hino do Município de Irupi</a></strong>
<br> Hino Oficial do Município de Irupi <br>
<small><em>21/05/2020</em></small>
</p>
</div>
</div>
</div>
</div>]]>
|
244
| <![CDATA[<div style="height:200px;overflow:hidden;background-color:#eee">
<a href="https://www.youtube.com/watch?v=sXgF2-WIVOc" title="Hino do Município de Irupi" rel="prettyPhoto[mixed3]" class="open-popup-video">
<img src="/uploads/files/brasao--municipal.jpg" style="width:100%;"> </a>
</div>]]>
|
246
| <![CDATA[<img src="/uploads/files/brasao--municipal.jpg" style="width:100%;">]]>
|
250
| <![CDATA[<a href="https://www.youtube.com/watch?v=sXgF2-WIVOc" title="Hino do Município de Irupi" rel="prettyPhoto[mixed2334]" class="open-popup-video" style="color:#000">Hino do Município de Irupi</a>]]>
|
290
| <![CDATA[<input type="hidden" name="csrf_site_name" value="49f31e7f17bd2004931bd82093e4a4b7" style="display:none;" />]]>
|
408
| <![CDATA[<iframe src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d1870.456255886164!2d-41.64249698905888!3d-20.34523261896745!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0xba4b1f60c6dcbb%3A0x97cae88aa0e9dfa9!2sC%C3%A2mara%20Municipal%20de%20Irupi!5e0!3m2!1spt-BR!2sbr!4v1568054411115!5m2!1spt-BR!2sbr" width="100%" height="450" frameborder="0" style="border:0;" allowfullscreen=""></iframe>]]>
|
424
| <![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: #0D7944;
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>]]>
|
166
| <![CDATA[<button class="btn btn-default btn-speech" id="btn_speech" type="button" onclick="startDictation()" title="Clique para falar e pesquisar"><i class="fa fa-microphone" aria-hidden="true"></i><span class="sr-only">Falar para pesquisar</span></button>]]>
|
532
| <![CDATA[<script>
function cookies(functions) {
const clientName = 'camarairupi';
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', 'UA-139795666-1');
console.log('Função anali..');
}
function simplecookie() {
console.log('Política de Privacidade Autorizada');
}
cookies({
analytics, });
</script>]]>
|