Viewing file: treinamento.php (8.02 KB) -rwxr-xr-x Select action/file-type: (+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<?php //inclui o template de cabecalho
include("cabecalho.php"); $title="IRPEN | Instituto de Registro Civil de Pessoas Naturais do Paran· - 2013"; $not=$_GET['not']; ?> <script language="javascript" type="text/javascript"> function checkMail(mail){ var er = new RegExp(/^[A-Za-z0-9_\-\.]+@[A-Za-z0-9_\-\.]{2,}\.[A-Za-z0-9]{2,}(\.[A-Za-z0-9])?/); if(typeof(mail) == "string"){ if(er.test(mail)){ return true; } }else if(typeof(mail) == "object"){ if(er.test(mail.value)){ return true; } }else{ return false; } } function txtBoxFormat(objeto, sMask, evtKeyPress) { var i, nCount, sValue, fldLen, mskLen,bolMask, sCod, nTecla; if(document.all) { // Internet Explorer nTecla = evtKeyPress.keyCode; } else if(document.layers) { // Nestcape nTecla = evtKeyPress.which; } else { nTecla = evtKeyPress.which; if (nTecla == 8) { return true; } } sValue = objeto.value; // Limpa todos os caracteres de formataÁ„o que // j· estiverem no campo. sValue = sValue.toString().replace( "-", "" ); sValue = sValue.toString().replace( "-", "" ); sValue = sValue.toString().replace( ".", "" ); sValue = sValue.toString().replace( ".", "" ); sValue = sValue.toString().replace( "/", "" ); sValue = sValue.toString().replace( "/", "" ); sValue = sValue.toString().replace( ":", "" ); sValue = sValue.toString().replace( ":", "" ); sValue = sValue.toString().replace( "(", "" ); sValue = sValue.toString().replace( "(", "" ); sValue = sValue.toString().replace( ")", "" ); sValue = sValue.toString().replace( ")", "" ); sValue = sValue.toString().replace( " ", "" ); sValue = sValue.toString().replace( " ", "" ); fldLen = sValue.length; mskLen = sMask.length; i = 0; nCount = 0; sCod = ""; mskLen = fldLen; while (i <= mskLen) { bolMask = ((sMask.charAt(i) == "-") || (sMask.charAt(i) == ".") || (sMask.charAt(i) == "/") || (sMask.charAt(i) == ":")) bolMask = bolMask || ((sMask.charAt(i) == "(") || (sMask.charAt(i) == ")") || (sMask.charAt(i) == " ")) if (bolMask) { sCod += sMask.charAt(i); mskLen++; } else { sCod += sValue.charAt(nCount); nCount++; } i++; } objeto.value = sCod; if (nTecla != 8) { // backspace if (sMask.charAt(i-1) == "9") { // apenas n˙meros... return ((nTecla > 47) && (nTecla < 58)); } else { // qualquer caracter... return true; } } else { return true; } } function trim(str) { return str.replace(/^\s+|\s+$/g,""); }
function valida_formulario() { var isChecked = $("input[name=slcCidade]:checked").val(); if (!isChecked) { alert('Selecione uma cidade para realizar a inscrição!'); return false; } return true; } </script>
<div id="cont_geral">
<div id="cont_esq">
<h2 class="tit4">SEMINÁRIO DE TREINAMENTO INTENSIVO - TRANSMISSÃO ELETRÔNICA</h2> <br /> <div align="center">
<!-- <p style="margin: 0 0 0 85px;"><a style="font-size: 15px;" href="inscricao2.php"><u><b>CLIQUE AQUI PARA ACESSAR O FORMULÁRIO DE INSCRIÇÃO</b></u></a></p> --> <br /> <img src="eventos/treinamento/af_irpen_transmissao_eletronica_savethedate.jpg" width="650" border="0" title="Seminário de Treinamento Intensivo"/> <p><br /> <br /> <!-- <p style="margin: 0 0 0 85px;"><a style="font-size: 15px;" href="inscricao2.php"><u><b>CLIQUE AQUI PARA ACESSAR O FORMULÁRIO DE INSCRIÇÃO</b></u></a></p> </p> -->
<!-- <div id="divInscricao"> <h2 class="tit4">INSCRIÇÃO PARA O SEMINÁRIO</h2><br /><br />
<div style="text-align:center; width:100%; float:left;"><b> Selecione a cidade para inscrição do seminário </b></div> <form id="frmSelCidade" name="frmSelCidade" method="get" action="inscricaoTreinamento.php" onsubmit="return valida_formulario();"> <table width="100%" border=0 align="center"> <tr> <td> </td> <td> </td> <td> </td> </tr> <tr> <td width="40%" align="left"><input type="radio" name="slcCidade" id="fbe" value="fbe" class="local" /> <label for="fbe">17.03 - Francisco Beltrao</label></td> <td width="30%" align="left"><input type="radio" name="slcCidade" id="cas" value="cas" class="local" /> <label for="cas">18.03 - Cascavel</label></td> <td width="50%" align="left"><input type="radio" name="slcCidade" id="gua" value="gua" class="local" /> <label for="gua">19.03 - Guarapuava</label></td> </tr> <tr> <td align="left"><input type="radio" name="slcCidade" id="lon" value="lon" class="local" /> <label for="lon">07.04 - Londrina</label></td> <td align="left"><input type="radio" name="slcCidade" id="umu" value="umu" class="local" /> <label for="umu">08.04 - Umuarama</label></td> <td align="left"><input type="radio" name="slcCidade" id="mar" value="mar" class="local" /> <label for="mar">09.04 - Maringá <br /><span style="font-weight:bold; color:#900;">(Programação Especial)</span></label></td> </tr> <tr> <td align="left"><input type="radio" name="slcCidade" id="sap" value="sap" class="local" /> <label for="sap">14.04 - Santo Antônio da Platina</label></td> <td align="left"><input type="radio" name="slcCidade" id="pgr" value="pgr" class="local" /> <label for="pgr">15.04 - Ponta Grossa</label></td> <td align="left"><input type="radio" name="slcCidade" id="cwb" value="cwb" class="local" /> <label for="cwb">16.04 - Curitiba</label></td> </tr> <tr> <td colspan="3" align="center"> </td> </tr> <tr> <td colspan="3" align="center"><input type="submit" name="btnInscricao" id="btnInscricao" value=" Realizar Inscrição " /></td> </tr> </table> </form> </div><br /> --> <hr /> <br /> <br />
<a href="index.php"><span class="texto"><strong>Voltar</strong></span></a> </div> <?php //die(); ?> <p> </div> <!--fecha a div "cont_esq"-->
<?php //inclui o template do menu da direita include("menu_direita.php");
//inclui o template de rodapÈ include("rodape.php"); ?>
|