339
| <![CDATA[<div id="cadastro_block" class="box bg_grey" style="margin-bottom: 22px">
<h3 class="white">Cadastro</h3>
<p>Mantenha-se informado. Faça aqui o seu cadastro.</p>
<form action="/" id="form_block_cadastro">
<input type="text" class="clearfield required" value="Seu nome" title="Seu nome" id="nome_block"/>
<input type="text" class="clearfield required" value="Seu e-mail" title="Seu e-mail" id="email_block" />
<div>
<label for="radio_imprensa">Imprensa</label>
<input type="radio" name="cadastro" id="radio_imprensa" value="Imprensa" />
<label for="radio_cidadao">Cidadão</label>
<input type="radio" name="cadastro" id="radio_cidadao" value="Cidadão"/>
</div>
<input type="submit" value="Cadastrar Usuário" />
</form>
</div>]]>
|
354
| <![CDATA[<div id="cadastro_block" class="box bg_grey" style="margin-bottom: 22px">
<h3 class="white">Whatsapp</h3>
<p>Cadastre-se para receber notícias da Assembleia Legislativa no seu celular.</p>
<form action="https://api.whatsapp.com/send" method="get" target="_blank">
<input type="hidden" name="phone" value="5548999601127">
<input type="submit" value="Cadastrar" />
</form>
</div>]]>
|
19
| <![CDATA[<script>
!function(f,b,e,v,n,t,s)
{if(f.fbq)return;n=f.fbq=function(){n.callMethod?
n.callMethod.apply(n,arguments):n.queue.push(arguments)};
if(!f._fbq)f._fbq=n;n.push=n;n.loaded=!0;n.version='2.0';
n.queue=[];t=b.createElement(e);t.async=!0;
t.src=v;s=b.getElementsByTagName(e)[0];
s.parentNode.insertBefore(t,s)}(window,document,'script',
'https://connect.facebook.net/en_US/fbevents.js');
fbq('init', '112577216089012');
fbq('track', 'PageView');
</script>]]>
|
55
| <![CDATA[<script type="text/javascript">
soundManager.setup({
url: 'https://agenciaal.alesc.sc.gov.br/player-mp3/swf/',
debugMode: false,
debugFlash: false
});
</script>]]>
|
65
| <![CDATA[<script>
window.dataLayer = window.dataLayer || [];
function gtag() {dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-BB7JW9RK4B');
</script>]]>
|
130
| <![CDATA[<script>
/**
* Sample JavaScript code for youtube.playlistItems.list
* See instructions for running APIs Explorer code samples locally:
* https://developers.google.com/explorer-help/code-samples#javascript
*/
function loadClient() {
gapi.client.setApiKey("AIzaSyAjai2UmqSoRTSWN-j2ADyLM7cNUeRcjj8");
return gapi.client.load("https://content.googleapis.com/discovery/v1/apis/youtube/v3/rest")
.then(function() { execute(); console.log("GAPI client loaded for API"); },
function(err) { console.error("Error loading GAPI client for API", err); });
}
// Make sure the client is loaded and sign-in is complete before calling this method.
function execute() {
return gapi.client.youtube.playlistItems.list({
"playlistId": "PLNmz4ds5UGCwqj2NWlZQC9cRcGi_BGQOY"
})
.then(function(response) {
// Handle the results here (response.result has the parsed body).
if (response['result']['pageInfo']['totalResults'] > 1){
document.getElementById('video2').hidden = false;
} else {
document.getElementById('video2').hidden = true;
}
},
function(err) { console.error("Execute error", err); });
}
gapi.load("client:auth2", function() {
gapi.auth2.init({client_id: "1019836934955-gja9d0860nhdvcj1au8671mfq69pqub9.apps.googleusercontent.com"});
});
window.onload = function(){loadClient();};
</script>]]>
|