6
| <![CDATA[<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-7N0N90ZXH2');
</script>]]>
|
43
| <![CDATA[<script type="text/javascript">
$("#inst-bar-pesquisar-submit").click(function(e){
e.preventDefault();
// remover comentarios ao reativar a pesquisa Google
// if($("input[name='querytype']:checked").val() == 'site'){
window.location.replace("http://www.biologia.seed.pr.gov.br/search.php?query="+$("#inst-bar-pesquisar").val());
// }else{
// window.location.replace("http://www.biologia.seed.pr.gov.br/modules/conteudo/conteudo.php?conteudo=1244&query="+encodeURIComponent($("#inst-bar-pesquisar").val()));
// }
});
</script>]]>
|
118
| <![CDATA[<script type="text/javascript">
<!--
$(document).ready(function() {
if ($.fn.treeview) {
$("#mn-navegacao-principal").treeview({
animated: "fast",
persist: "cookie",
cookieId: "mn-navegacao-principal",
domain: "www.biologia.seed.pr.gov.br",
path: "/"
});
}
});
-->
</script>]]>
|
203
| <![CDATA[<script type='text/javascript'>
<!--//
function xoopsFormValidate_liaise_20() {
myform = window.document.liaise_20;
if(myform.skipValidationJS.value == 1) return true;
if ( myform.ele_232.value == "" ) { window.alert("Digite Nome"); myform.ele_232.focus(); return false; }
if ( myform.ele_233.value == "" ) { window.alert("Digite E-mail"); myform.ele_233.focus(); return false; }
if ( myform.ele_235.value == "" ) { window.alert("Digite Cidade/Estado"); myform.ele_235.focus(); return false; }
if ( myform.ele_236.value == "" ) { window.alert("Digite Gostou da Sequência de aulas?"); myform.ele_236.focus(); return false; }
if ( myform.ele_234.value == "" ) { window.alert("Digite Comentário/sugestão"); myform.ele_234.focus(); return false; }
return true;
}
//--></script>]]>
|
250
| <![CDATA[<script type="text/javascript">
$(document).ready(function() {
$("#imgCaptcha").fadeTo(300,1,function() {
changeCaptcha();
});
$("#imgCaptchaRefresh").click(function() {
changeCaptcha();
return false;
});
});
function changeCaptcha() {
$("#imgCaptcha").attr("src","http://www.biologia.seed.pr.gov.br/captcha.php?_="+((new Date()).getTime()));
}
</script>]]>
|