526
| <![CDATA[<div class="logos" style="margin-top:10px">
<a href="https://www.celepar.pr.gov.br/" target="_blank" title="url"><img class="photo" src="https://www.pr.gov.br/logos/celepar/logo-celepar-m.png" alt="Desenvolvido pela Celepar" /></a>
</div>]]>
|
6
| <![CDATA[<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-45DEPK8577');
</script>]]>
|
43
| <![CDATA[<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-34222906-1']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>]]>
|
56
| <![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.lem.seed.pr.gov.br/search.php?query="+$("#inst-bar-pesquisar").val());
// }else{
// window.location.replace("http://www.lem.seed.pr.gov.br/modules/conteudo/conteudo.php?conteudo=1244&query="+encodeURIComponent($("#inst-bar-pesquisar").val()));
// }
});
</script>]]>
|
315
| <![CDATA[<script type="text/javascript" charset="ISO-8859-1">
function ajaxVideoSearch(page) {
$('#mensagem-pesquisa').removeClass();
if (page == 0) {
$('#mensagem-pesquisa').html('Buscando resultados...').addClass('active');
} else {
$('#mensagem-pesquisa').html('Aguarde...').addClass('active');
}
var disciplina_id = $("#disciplina_id").val();
var andor = $(":checked").val();
var strsearch = encodeURIComponent($("#queryvideo").val());
if (strsearch == 'palavra-chave') {
strsearch = '';
}
$.ajax(
{
url: "http://www.lem.seed.pr.gov.br/ajaxVideosResultsPesquisa.php",
data: "start="+page+"&queryvideo="+strsearch+"&andor="+andor+"&disciplina_id="+disciplina_id,
type: "GET",
success: function(resultado)
{
$('#resultado-pesquisa').html(resultado);
},
complete: function(){
$('#mensagem-pesquisa').focus();
//$('#mensagem-pesquisa').css('backgroundColor','#FFFF99').animate({backgroundColor:'#FFFFFF'},1200);
}
});
}
$('#video_button').click(function(e) {
e.preventDefault();
$('#video_button').attr('value', 'Aguarde...');
$('#video_button').attr('disabled', 'true');
// ? $("#pesquisar-somente").val('0');
// ? $("#pesquisar-somente-disciplina").val('disciplina_0');
ajaxVideoSearch(0);
$('#video_button').attr('value', 'Pesquisar');
$('#video_button').removeAttr("disabled");
});
$(document).ready(function() {
$("#queryvideo").focus(function() {
if($(this).val() == '' || $(this).val() == 'palavra-chave') {
$(this).val('');
}
});
$("#queryvideo").blur(function() {
if($(this).val() == '') {
$(this).val('palavra-chave')
};
});
});
</script>]]>
|