Viewing file: index_manutencao.php (4.56 KB) -rwxr-xr-x Select action/file-type: (+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<?php include("config/config.php"); include("includes/conexaoBD.php"); include(INCLUDES . "funcoes_uteis.php"); include(INCLUDES . "sentencas_sql.php"); ?> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> <title><?= utf8_encode($title)?></title>
<link rel="stylesheet" type="text/css" media="all" href="estilo_principal.css" />
<link rel="stylesheet" href="css/irpen.css" type="text/css" /> <link rel="stylesheet" media="all" type="text/css" href="css/menu_dropline.css" />
<script type="text/javascript" src="jquery-1.4.2.min.js"></script> <script type="text/javascript" src="jquery.cycle.all.min.js"></script> <script type="text/javascript" src="easySlider1.5.js"></script>
<script type="text/javascript" src="lib/jquery.form.js"></script> <script type="text/javascript"> function mostra(div) { var div= document.getElementById(div); if (div.className=="hidden") { div.className="show"; } else { div.className="hidden"; } } </script>
<script type="text/javascript"> $(document).ready(function(){
$('#banner_flash').show(); $('#banner_flash ol').cycle({ fx: 'fade', timeout: 5000 })
$("#slider").easySlider({ auto: true, continuous: true, speed: 1100, controlsBefore: '<p id="controls">', controlsAfter: '</p>'
});
/* $(function() { $('#cont_jquery').show(); $('#cont_jquery ol').cycle({ fx: 'fade', timeout: 6000, pager: '.numbers' }) }) */
//PARTE DO SUBMENU //$("ul.subnav").parent().append("<span>a</span>");
$("ul.subnav").parent().append("<span> </span>");
$("ul.topnav li a").hover(function(){ $(this).parent().find("ul.subnav").slideDown('fast').show(); //$(this).children("ul.subnav").slideDown('fast').show();
$(this).parent().hover(function(){ }, function(){ $(this).find("ul.subnav").fadeOut('fast'); });
}).hover(function(){ $(this).addClass("subhover"); }, function() { $(this.removeClass("subhover")); });
});
</script>
<script type="text/javascript"> function buscarCertidao() {
valor = $('#matricula').val();
//window.open('http://funarpen.com.br/ConsultaCertidao.php?matricula='+valor,'','width=300,height=400,resizable=no'); if ($('#matricula').val() != '') { $('#resultado').html('Carregando...'); $('#resultado').load('ResultadoConsulta.php',{matricula:valor}); $('#matricula').attr('value',''); $('#matricula').focus(); } else {
$('#resultado').html('Digite o número da matrícula para validação'); $('#matricula').focus(); } }
</script>
<!--[if IE ]> <style type="text/css"> @import url("hack_ie.css"); </style> <![endif]-->
<!--[if lt IE 7 ]> <style type="text/css"> @import url("hack_ie6.css"); </style> <![endif]-->
</head> <body>
<div id="tudo"> <div id="topo"> <a href="index.php"> <h1 title="IRPEN Instituto de Registro Civil de Pessoas Naturais do Paraná"> <span></span> IRPEN </h1> </a>
<div id="banner_flash"> <ol> <li><img src="imagens/banner_menor_diferente.jpg" alt="banner1" /></li> <li><img src="imagens/banner_menor2_diferente.jpg" alt="banner2" /></li> <li><img src="imagens/banner_menor3_diferente.jpg" alt="banner3" /></li> </ol> </div> <!--fecha div "banner_flash"--> </div> <!--fecha div "topo"--> </BR> </BR></BR></BR></BR></BR></BR></BR></BR>
<center> <H1><?php echo utf8_encode("PÁGINA EM MANUTENÇÃO");?></H1> </center> </div>
|