Ir para conteúdo
Fórum Script Brasil

Pesquisar na Comunidade

Mostrando resultados para as tags ''html''.

  • Pesquisar por Tags

    Digite tags separadas por vírgulas
  • Pesquisar por Autor

Tipo de Conteúdo


Fóruns

  • Programação & Desenvolvimento
    • ASP
    • PHP
    • .NET
    • Java
    • C, C++
    • Delphi, Kylix
    • Lógica de Programação
    • Mobile
    • Visual Basic
    • Outras Linguagens de Programação
  • WEB
    • HTML, XHTML, CSS
    • Ajax, JavaScript, XML, DOM
    • Editores
  • Arte & Design
    • Corel Draw
    • Fireworks
    • Flash & ActionScript
    • Photoshop
    • Outros Programas de Arte e Design
  • Sistemas Operacionais
    • Microsoft Windows
    • GNU/Linux
    • Outros Sistemas Operacionais
  • Softwares, Hardwares e Redes
    • Microsoft Office
    • Softwares Livres
    • Outros Softwares
    • Hardware
    • Redes
  • Banco de Dados
    • Access
    • MySQL
    • PostgreSQL
    • SQL Server
    • Demais Bancos
  • Segurança e Malwares
    • Segurança
    • Remoção De Malwares
  • Empregos
    • Vagas Efetivas
    • Vagas para Estágios
    • Oportunidades para Freelances
  • Negócios & Oportunidades
    • Classificados & Serviços
    • Eventos
  • Geral
    • Avaliações de Trabalhos
    • Links
    • Outros Assuntos
    • Entretenimento
  • Script Brasil
    • Novidades e Anúncios Script Brasil
    • Mercado Livre / Mercado Sócios
    • Sugestões e Críticas
    • Apresentações

Encontrar resultados em...

Encontrar resultados que...


Data de Criação

  • Início

    FIM


Data de Atualização

  • Início

    FIM


Filtrar pelo número de...

Data de Registro

  • Início

    FIM


Grupo


AIM


MSN


Website URL


ICQ


Yahoo


Jabber


Skype


Location


Interests

  1. Eu coloquei um tópico aqui mas uns caras atrapalharam... Era o seguinte: Eu estou fazendo uma pagina e queria fazer tipo assim... Na parte de cima da pagina vai ter um botão de login, e quando a pessoa clicar no botão, vai aparecer uma janela tipo que no meio da pagina mostrando as opções de login... Eu estava pesquisando e achei isso... Queria algo assim, só que eu queria que quando estivesse aparecendo essa parte do login, a pessoa não conseguisse clicar em nada na parte de traz onde esta o site... Esse código aqui e só um exemplo do que quero...se com ele tiver como fazer o que citei acima...ok O resto eu customizo a meu gosto... <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>Documento sem título</title> <style> #pop{ display:none; position:absolute; top:50%; left:50%; padding:10px; width:300px; height:200px; border:3px solid #d0d0d0} </style> </head> <body> <div id="pop"> <a href="#" onclick="document.getElementById('pop').style.display='none';">Close</a> <br /> Parte de login aqui </div> <a href="#" onclick="document.getElementById('pop').style.display='block';">Login</a> </body> </html>
  2. Boa tarde, Preciso de ajuda, Estou buscado palavras em uma página html, onde o texto procurado, são nome de arquivos, e estes estão categorizados. utilizo jQuery com a função .each(), a pesquisa é realizada a partir de 3 caracteres, em um form, e percorre toda uma estrutura html, dividida em categorias, que inclusive estão com acordion, para a exibição do conteúdo. então eu pesquiso apenas dentro do conteúdo de cada categoria, pois os itens possuem a mesma 'class' encontrando eu marco o item e abro a categoria correspondente. até aqui tudo bem. o problema: esta travando o jQuery por possuir muitos itens, o .each() utiliza muita memória então ao varrer mais de 500 itens a página trava. Parte do código: itens.each(function(){ var $item = $(this), texto = slugfy($item.text().toLowerCase()); if (texto.indexOf(term) >= 0) { $item.addClass('find'); $item.parents('.indice-list li').addClass('find'); $item.parents('.list-categoria').show('slow'); $item.parents('.list-categoria').addClass('active'); $item.parents('.list-categoria').addClass('found'); $item.parents('.list-categoria').find('.open-categoria').show('slow'); $('.indice-list li.find > a').addClass('bold'); } else { //alert(result); $item.parent().addClass('invisible'); $item.parents('.indice-list li').addClass('invisible'); $item.parents('.indice-list li').parents('.indice-letter-group').addClass('invisible'); } }); Alguém possui alguma alternativa? algo apenas em javaScript eliminando o jQuery? eu preciso percorrer n itens que estão dispostos em categorias separadas. obrigado
  3. Boa noite, alguém me poderia ajudar a centrar os menus do meu blogue? Já revirei a internet e não consigo, também porque não percebo muito de html! Obrigado, David Pinto
  4. Como se faz para termos dois formularios trabalhando sobre o mesmo resultset? Tendo como exemplo a pesquisa do youtube (veja abaixo) Em Vermelho a pesquisa padrão onde o usuario coloca a pesquisa e clica no botão de envio de formulario (no caso a lupa) e em Verde um outro formulario com os filtros de resultado que aparecem somente após a pesquisa inicial este formulario verde não necessita de click em qualquer tecla submit, o que quero saber é como se faz o segundo formulario (Verde)? como não é necessario um click de submissão, como reaproveita o resultado do formulario em vermelho, como o interligo ao formulario vermelho?
  5. E ai pessoal, tudo certo? Estou com um problema para manipular algumas propriedades do CSS pelo JavaScript. Trecho JavaScript: function rodadas(){ for(i=0;i<=9;i++){ for(novaRodada=0;novaRodada<5;novaRodada++){ if (cacheGame[i] == 1){ document.getElementById('janela1').style.display='block'; //erro: Uncaught TypeError: Cannot read property 'style' of null //alert("abrir janela1"); break; } if (cacheGame[i] == 2){ //document.getElementById('janela2').style.display='block'; alert("abrir janela1"); break; } if (cacheGame[i] == 3){ alert("abra a janela 3!"); break; } if (cacheGame[i] == 4){ alert("abra a janela 4!"); break; } if (cacheGame[i] == 5){ alert("abra única porta!"); break; } } } } Trecho CSS: #janela1{ float: left; width: 260px; height: 218px; position: relative; left: 180px; top: 57px; background: url(../imagens/Janela.png); display: none;/* ESTOU TENTANDO PASSAR DE "none" PARA "block" VIA JAVASCRIPT*/ }
  6. Boa noite galera , um amigo meu passou um código que ele usava , para faze r lista uma e sublista , uma depedente da outra. Mas , tentei colocar no meu projeto , mas não funciona , a 2ª lista não altera os valores conforme o que foi selecionado na 1ª lista. Segue o codigo que ele me passou (ps.:não alterei nada , só o nome do server , user e senha , tabelas coloquei o mesmo nome que ele passou ) produto.php <link rel="stylesheet" type="text/css" media="screen" href="../lib/css/estilo.css"/> <div id="content"> <head> <script type="text/javascript" src="jquery-1.3.2.min.js"></script> <script type="text/javascript"> $(document).ready(function(){ $("select[name=tv_assinatura]").change(function() { var empresa_tv = $(this).val(); //alert(empresa_tv); $.getJSON( '../functions/function.inc.php', {empresa_tv: empresa_tv}, function(data){ //alert(data); var option = new Array(); resetaCombo('pacotes'); $.each(data, function(i, obj){ option = document.createElement('option'); $( option ).attr( {value : obj.id} ); $( option ).append( obj.nome ); $("select[name=pacotes]").append( option ); }); }); }); }); function resetaCombo( el ) { $("select[name="+el+"]").empty(); var option = document.createElement('option'); $( option ).attr( {value : '0'} ); $( option ).append( 'Escolha' ); $("select[name="+el+"]").append( option ); } </script> </head> <form action="" method="post"> <fieldset> <label><select name="tv_assinatura"> <option value="0">Tv por assinatura</option> <?php $sql_tv=mysql_query("SELECT * FROM tv_assinatura"); while ($dados = mysql_fetch_array($sql_tv)) { echo("<option value='1'>".$dados['nome_tv']."</option>"); } ?> </select></label> <label><select name="pacotes"> <option value="0">Escolha um Pacote</option> </select></label> </fieldset> </form> </div> function.inc.php <?php header("Content-Type: text/html; charset=ISO-8859-1"); function intGet( $campo ){ return isset( $_GET[$campo] ) ? (int)$_GET[$campo] : 0; } function retorno( $nome_tv ) { $sql = "SELECT `id`, `nome_pacote` FROM `pacotes` WHERE `empresa_tv` = {$nome_tv} "; $sql .= "ORDER BY `nome_pacote` "; $mysqli = new mysqli("server", "user", "key", "DB"); //$con = mysql_connect("server", "user", "key", "DB"); //mysql_select_db( 'ajax', $con ); $q = $mysqli->query( $sql ); //$q = mysql_query( $sql ); $json = ' ['; if( $q->num_rows > 0 ) //if( mysql_num_rows( $q ) > 0 ) { while( $dados = $q->fetch_object() ) //while( $dados = mysql_fetch_assoc( $q ) ) { $json .= '{"nome_pacote'.$campo.'":"'.$dados->nome_pacote.'","id'.$campo.'":"'.$dados->id.'"}, '; //$json .= '{"nome_pacote'.$campo.'":"'.$dados['nome_pacote'].'","id'.$campo.'":"'.$dados['id'].'"}, '; } } else $json .= '{"nome_pacote'.$campo.'": "Não Encontrado"}'; $json .= ']'; return $json; } echo retorno( intGet('empresa_tv') ); ?> SQL Create Database planos ; use planos; CREATE TABLE IF NOT EXISTS `pacotes` ( `id` int(11) NOT NULL AUTO_INCREMENT, `nome_pacote` varchar(25) COLLATE utf8_unicode_ci NOT NULL, `empresa_tv` varchar(15) COLLATE utf8_unicode_ci NOT NULL, `total_canais` int(11) NOT NULL, `canais_sd` int(11) NOT NULL, `canais_hd` int(11) NOT NULL, `equip_01` varchar(30) COLLATE utf8_unicode_ci NOT NULL, `equip_02` varchar(30) COLLATE utf8_unicode_ci NOT NULL, `equip_03` varchar(30) COLLATE utf8_unicode_ci NOT NULL, `preço` decimal(5,2) NOT NULL, `servico_01` varchar(30) COLLATE utf8_unicode_ci NOT NULL, `servico_02` varchar(30) COLLATE utf8_unicode_ci NOT NULL, `foto` varchar(50) CHARACTER SET latin1 COLLATE latin1_german1_ci NOT NULL, PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci AUTO_INCREMENT=7 ; CREATE TABLE IF NOT EXISTS `tv_assinatura` ( `id` int(11) NOT NULL AUTO_INCREMENT, `nome_tv` varchar(15) COLLATE utf8_unicode_ci NOT NULL, PRIMARY KEY (`id`), UNIQUE KEY `nome_tv` (`nome_tv`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci AUTO_INCREMENT=6 ; alguém poderia ajudar a mostrar onde esta o erro e a resolve-lo ? Assim , começo a montar uma pra mim baseada nela. Desde já , grato
  7. Ola membros da comunidade em um período de 6 meses li livros que ensinavam a programar PHP(ensinava até aplicar alguns padrões de projeto), Javascript, Jquery, HTML/CSS, bem posso dizer que adquiri um conhecimento básico/intermediário, porem estou tendo dificuldades em fazer uma integração inteligente entre todas as linguagens então resolvi postar algumas decisões de projetos que não consegui resolver: 1ª: A pagina index deve ser Puramente HTML/CSS ou em PHP Renderizando um HTML? 2ª: Devo ter 1 CSS para cada HTML (gerando código duplicado, já que todas as pagina estão utilizando uma mesma Moldura) ou um único arquivo CSS atendendo a todos os HTMLs gerando um arquivo CSS muito grande? 3ª: em certos momentos o sistema terá de substituir atributos de algumas tags dinamicamente (sem ter de apertar F5) então pensei em usar AJAX em um primeiro momento mas isso também é possível com PHP, então qual linguagem usar? 4ª: Devo ter um HTML para cada pagina ou gera-los com o PHP? (li uma vez que em arquivos separados o browser consegue armazena-los em cache, isso procede?). 5ª O site será dinâmico, melhor dizendo terá um sistema de cadastro e login, logo terá conteúdo (Botões, paginas) que só serão vistas depois do usuário logar e outro conteúdo (Botões/Paginas) que não serão vistas (Botão/Pagina de cadastro por exemplo), como poderei fazer isto?
  8. Bom dia galera, Tenho um site que é muito pesado, não tem muito o que fazer pois ele possui muitas imagens obrigatórias e de boa qualidade. Pensando nisso gostaria de saber como faço para quando alterar entre os menus alterar apenas a div de conteúdo e não o site todo. Fico no aguardo vlw!!
  9. Eai pessoal, Tenho uma página com extenção PHP que possui html e php integradas nela, quando utilizo somente a extenção HTML eu integro a tag <meta charset="utf-8"> que no HTML 5 arruma aqueles textos inconvenientes, tipo quando coloca texto com acento fica:Código ao invés de código. Mas com a extenção php não está funcionando, que tag ou linha de código utilizo para arrumar isto? Segue abaixo a página: http://estoquervbmalhas.pe.hu/perifericoent.php
  10. Boa Tarde Amigos, Estou com uma Macro no VBA que necessito colocar um campo de data automaticamente, Segue abaixo a programação da Macro: Sub Macro1() ' ' Macro1 Macro ' ' Dim MyOlapp As Object, MeuItem As Object Set MyOlapp = CreateObject("Outlook.Application") Set MeuItem = MyOlapp.CreateItem(olMailItem) With MeuItem .Bcc = ("filipe@xxx.com.br) .Subject = "Relatório x (Ref " & Format(Date, "dd/mmm/yy") & (")") .HTMLBody = "<font size=3 color=1F497D face=calibri>Bom Dia<br >" .HTMLBody = .HTMLBody & "<font size=3 color=1F497D face=calibri><br >xxxx DATA:" .HTMLBody = .HTMLBody & "<font size=3 color=1F497D face=calibri><br > <html><body><font size=3 color=red><a href=www.Relatório. DATA.xlsx>www.Relatório DATA.xlsx</a></font></body></html>" .Attachments.Add ActiveWorkbook.FullName .Display End With End Sub Sou iniciante em HTML e VBA, Necessito que o email no final das contas fique mais ou menos assim: Relatório xxx ( DATA DE HOJE) Link: www.relatório/(DATA DE HOJE).xls Procurei em alguns blogs e não achei uma maneira de fazer isso, Se puderem me ajudar agradecerei muito ! Obrigado
  11. Eu não estou conseguindo passar informações do index.php { <html> <head> <title> EasyMark - (nome da empresa) </title> <link rel="stylesheet" type="text/CSS" href="index_style.css"> </head> <body> <center> <div id="header"> <h1 id="text_header"> EasyMark </h2> </div> <div id="div_pesquisa"> <form method="POST" action="produto.php"> <input type="text" id="text_pesquisa" name="text_pesquisa"> <input type="submit" value="Enter" name="button_pesquisa" id="button_pesquisa"> </form> </div> </center> </body> </html> } para a produtos.php { <html> <head> <title> Produto </title> </head> <body> <center> <div id="results_of"> <?php echo ("Resultados de".$_POST['text_pesquisa']); ?> </div> <div id="results"> </div> </center> </body> </html> } simplesmente fica em branco
  12. Olá Galera, Baixei um sistema de login simples em javascript conforme código abaixo, porém o que eu queria fazer é o seguinte: separar o script onde ficam localizados os nomes do login e senha para um arquivo exemplo: bancodedados.js que ficaria hospedado junto com meu arquivo index.html e ao tentar logar na pagina ele fizesse essa busca na pagina do banco, existe essa possibilidade? desde já agradeço. Segue Código: <html> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <HEAD> <body oncontextmenu="return false" onselectstart="return false"> <script language="JavaScript"> function protegercodigo() { if (event.button==2||event.button==3){ alert('Acesso Negado');} } document.onmousedown=protegercodigo </script> <style> body #login{ position:absolute; top:10px; left:10px; } #botao{ position:absolute; top:9px; left:150px; } #login2{ position:absolute; top:10px; left:80px; } input { border-radius:5px; } input { color: #black; } </style> <SCRIPT LANGUAGE="JavaScript"> //este é o script que gostaria de separar da página <!-- Begin function Login(){ var done=0; var username=document.login.username.value; username=username.toLowerCase(); var password=document.login.password.value; password=password.toLowerCase(); if (username=="bloghtml" && password=="entrar") { window.location="http://www.blogsobrehtml.blogspot.com";done=1; } if (username=="outro" && password=="outrasenha") { window.location="http://www.google.com.br/";done=1; } if (username=="outro" && password=="outrasenha") { window.location="http://www.google.com.br/";done=1; } if (done==0) { alert("Usuário ou senha inválido"); } } // End --> </script> <body> <center> <form name=login> <table width=225 cellpadding=3> <div id="login"> <center> <p><b><font face="Verdana" style="font-size: 8pt"></font></b></p> </center></td></tr> <td> <p align="right"><font face="Verdana" style="font-size: 8pt"><b></b></font></td><td> <div id="login"> <input type=text name=username size="5" maxlength="50" size="5" name="tx_outros" id=tx_outros" placeholder=" Usuário"></td> <p align="right"><font style="font-size: 8pt" face="Verdana"> <b></b></font></td><td> <div id="login2"><input type=password name=password size="5" maxlength="50" name="tx_outros" id=tx_outros" placeholder=" Senha"></td></tr> <tr><td colspan=2 align=center> <div id="botao"> <input type=button value="Acessar" onClick="Login()"></td></tr> </form> </center> <p> <p align="center" style="margin-top: 0; margin-bottom: 0"> </p> <p align="center" style="margin-top: 0; margin-bottom: 0"> <p align="center" style="margin-top: 0; margin-bottom: 0"> </body> </html>
  13. Oi gostaria de saber como eu faço pra criar um fomulário onde este receberá 13 caracteres não menos, nem mais que essa quantidade e podendo conter apenas números. Porem eu quero fazer com que no caso de digitarem letras ele ficar com o campo avermelhado e caso a pessoa acertar pondo apenas números e apenas 13 quando clicar o botão fique pressionado e verde. OBS: Sou muito iniciante nisso, apenas li alguns tutoriais da internet. Agradeço a todos que puderem colaborar.
  14. Pessoal, boa tarde. Sou novo no fórum e novo aprendendo sobre HMTL. Seguinte, eu tenho um Banner para Siteunder em HTML. As URL's de acesso do Banner contém uma informação final chamada zpar0=XXXXXX (o XXXX é um número aleatório cada vez). Dentro do HTML possuo Href's (estáticos) que em seu fim possuem uma variável chamada ##SUBID## por exemplo www.xxxxx.com.br/.....&zpar0=[[##SUBID##]] Meu problema: Preciso que esse valor XXXXX do zpar seja capturado e substituido pelo ##SUBID## por exemplo: URL www.XXXXX.com.br/zpar0=1234567 capture e o insira na ##SUBID## href='www.xxxxx.com.br/.....&zpar0=[[1234567]] '> Pesquisando achei essas funções: $.url().param('zpar0'); //get parametro zpar $('a[href*=##SUBID##]') //identifica os href com SUBID Mas não sei como aplicar e/ou inserir isso exatamente, poderiam me ajudar por favor? Obrigado!
  15. Olá, eu usei o seguinte código em algumas imagens lado a lado: onMouseOver="aumenta(this)" onMouseOut="diminui(this)"/> O codigo funciona, a imagem cresce, normal... Mas quando a imagem cresce, a do lado, ainda miniatura, fica por cima da imagem aumentada... como resolvo isso?
  16. O meu intuito é colocar no campo valor a idade +1; Se vocês souberem uma forma mais fácil de fazer me avisem :D No campo Valor, ao invés de aparece o valor aparece <script>document.write(valor)</script> <html> <body> <form action="gravar.php" method="post"> Nome: <input type="text" name="nome" /> Idade: <input type="text" name="idade" id="idade" /> <script type="text/javascript"> var valor = document.getElementById('idade').value +1; document.write(valor); </script> <?php $x = "<script>document.write(valor)</script>"; echo $x; ?> Valor: <input type="text" name="valor" value="<?php echo $x; ?>" readonly /> <input type="submit" /> </form> </body> </html>
  17. Bom dia, Galera estou com um problema, estou tentando colocar o valor de uma variável PHP ou JAVAScrpit em um campo do formulário, mas ele não aparece o valor e sim o comando. O Intuito é que o campo Valor, receba a idade +1. Se tiver outra forma de fazer, por favor, me avisem. No campo do Valor: ao invés de aparecer o valor da variável, aparece <script>document.write(valor)</script> Código <html> <body> <form action="gravar.php" method="post"> Nome: <input type="text" name="nome" /> Idade: <input type="text" name="idade" id="idade" /> <script type="text/javascript"> var valor = document.getElementById('idade').value +1; document.write(valor); </script> <?php $x = "<script>document.write(valor)</script>"; echo $x; ?> Valor: <input type="text" name="valor" value="<?php echo $x; ?>" readonly /> <input type="submit" /> </form> </body> </html>
  18. Eu queria saber como fazer para salvar/enviar pra min mesmo as opções marcadas na caixinhas e nos campos de nome .Eu só posso usar html e javascript codigo: <html> <head> </head> <BODY onload="isReady=true"> <form> <TABLE WIDTH="3%" CELLSPACING="1" CELLPADDING="25" BORDER="1" align="left"> <TR> <TD > <img src="logo.png" width="150" height="150"></TD> </TR> <tr> <TD> <img src="logo2.jpg" width="150" height="60"> </TD> </TR> <tr> <TD> <img src="CURSO.jpg" width="150" height="70"> </TD> </TR> <tr> <TD> <img src="PE.jpg" width="150" height="70"> </TD> </TR> <tr> <TD> <img src="PO.jpg" width="150" height="73"> </TD> </TR> <tr> <TD> <B><font face="Century Gothic" size="5"><pre><IMG SRC=ME.JPG width="150" height="50" > <INPUT TYPE=text SIZE=10 value="DIGITE" ></INPUT></pre> </B></TD> </TD> </TR> <tr> <TD> <img src="ANO.jpg" width="150" height="60"> </TD> </TR> <tr> <TD> <img src="obs.jpg" width="150" height="80"> </TD> </TR> <table width="1%" cellspacing="1" cellpadding="1" border="1" align="left"> <tr height=25> <td><b>N</b></td> </tr> <tr height=25> <td >1<font color ="black"></font></td> </tr> <tr height=25> <td >2<font color ="black"></font></td> </tr> <tr height=25> <td >3<font color ="black"></font></td> </tr> <tr height=25> <td >4<font color ="black"></font></td> </tr> <tr height=25> <td >5<font color ="black"></font></td> </tr> <tr height=25> <td >6<font color ="black"></font></td> </tr> <tr height=25> <td >7<font color ="black"></font></td> </tr> <tr height=25> <td >8<font color ="black"></font></td> </tr> <tr height=25> <td >9<font color ="black"></font></td> </tr> <tr height=25> <td >10<font color ="black"></font></td> </tr> <tr height=25> <td >11<font color ="black"></font></td> </tr> <tr height=25> <td >12<font color ="black"></font></td> </tr> <tr height=25> <td >13<font color ="black"></font></td> </tr> <tr height=25> <td >14<font color ="black"></font></td> </tr> <tr height=25> <td >15<font color ="black"></font></td> </tr> <tr height=25> <td >16<font color ="black"></font></td> </tr> <tr height=25> <td >17<font color ="black"></font></td> </tr> <tr height=25> <td >18<font color ="black"></font></td> </tr> <tr height=25> <td >19<font color ="black"></font></td> </tr> <tr height=25> <td >20<font color ="black"></font></td> </tr> <tr height=25> <td >21<font color ="black"></font></td> </tr> <tr height=25> <td >22<font color ="black"></font></td> </tr> <tr height=25> <td >23<font color ="black"></font></td> </tr> <tr height=25> <td >24<font color ="black"></font></td> </tr> <tr height=25> <td >25<font color ="black"></font></td> </tr> <tr height=25> <td >26<font color ="black"></font></td> </tr> <tr height=25> <td >27<font color ="black"></font></td> </tr> <tr height=25> <td >28<font color ="black"></font></td> </tr> <tr height=25> <td >29<font color ="black"></font></td> </tr> <tr height=25> <td >30<font color ="black"></font></td> </tr> <tr height=25> <td >31<font color ="black"></font></td> </tr> <tr height=25> <td >32<font color ="black"></font></td> </tr> <tr height=25> <td >33<font color ="black"></font></td> </tr> <tr height=25> <td >34<font color ="black"></font></td> </tr> <tr height=25> <td >35<font color ="black"></font></td> </tr> <tr height=25> <td >36<font color ="black"></font></td> </tr> <tr height=25> <td >37<font color ="black"></font></td> </tr><tr height=25> <td >38<font color ="black"></font></td> </tr> <tr height=25> <td >39<font color ="black"></font></td> </tr> <tr height=25> <td >40<font color ="black"></font></td> </tr> <table width="10%" cellspacing="1" cellpadding="1" border="1" align="left"> <tr height=25> <td><b>Nome</b></td> </tr> <tr> <td ><font color ="black"><INPUT TYPE="text" SIZE="40" MAXLENGTH="60"></font></td> </tr> <tr> <td ><font color ="black"><INPUT TYPE="text" SIZE="40" MAXLENGTH="60"></font></td> </tr> <tr> <td ><font color ="black"><INPUT TYPE="text" SIZE="40" MAXLENGTH="60"></font></td> </tr> <tr> <td ><font color ="black"><INPUT TYPE="text" SIZE="40" MAXLENGTH="60"></font></td> </tr> <tr> <td ><font color ="black"><INPUT TYPE="text" SIZE="40" MAXLENGTH="60"></font></td> </tr> <tr> <td ><font color ="black"><INPUT TYPE="text" SIZE="40" MAXLENGTH="60"></font></td> </tr> <tr> <td ><font color ="black"><INPUT TYPE="text" SIZE="40" MAXLENGTH="60"></font></td> </tr> <tr> <td ><font color ="black"><INPUT TYPE="text" SIZE="40" MAXLENGTH="60"></font></td> </tr> <tr> <td ><font color ="black"><INPUT TYPE="text" SIZE="40" MAXLENGTH="60"></font></td> </tr> <tr> <td ><font color ="black"><INPUT TYPE="text" SIZE="40" MAXLENGTH="60"></font></td> </tr> <tr> <td ><font color ="black"><INPUT TYPE="text" SIZE="40" MAXLENGTH="60"></font></td> </tr> <tr> <td ><font color ="black"><INPUT TYPE="text" SIZE="40" MAXLENGTH="60"></font></td> </tr> <tr> <td ><font color ="black"><INPUT TYPE="text" SIZE="40" MAXLENGTH="60"></font></td> </tr> <tr> <td ><font color ="black"><INPUT TYPE="text" SIZE="40" MAXLENGTH="60"></font></td> </tr> <tr> <td ><font color ="black"><INPUT TYPE="text" SIZE="40" MAXLENGTH="60"></font></td> </tr> <tr> <td ><font color ="black"><INPUT TYPE="text" SIZE="40" MAXLENGTH="60"></font></td> </tr> <tr> <td ><font color ="black"><INPUT TYPE="text" SIZE="40" MAXLENGTH="60"></font></td> </tr> <tr> <td ><font color ="black"><INPUT TYPE="text" SIZE="40" MAXLENGTH="60"></font></td> </tr> <tr> <td ><font color ="black"><INPUT TYPE="text" SIZE="40" MAXLENGTH="60"></font></td> </tr> <tr> <td ><font color ="black"><INPUT TYPE="text" SIZE="40" MAXLENGTH="60"></font></td> </tr> <tr> <td ><font color ="black"><INPUT TYPE="text" SIZE="40" MAXLENGTH="60"></font></td> </tr> <tr> <td ><font color ="black"><INPUT TYPE="text" SIZE="40" MAXLENGTH="60"></font></td> </tr> <tr> <td ><font color ="black"><INPUT TYPE="text" SIZE="40" MAXLENGTH="60"></font></td> </tr> <tr> <td ><font color ="black"><INPUT TYPE="text" SIZE="40" MAXLENGTH="60"></font></td> </tr> <tr> <td ><font color ="black"><INPUT TYPE="text" SIZE="40" MAXLENGTH="60"></font></td> </tr> <tr> <td ><font color ="black"><INPUT TYPE="text" SIZE="40" MAXLENGTH="60"></font></td> </tr> <tr> <td ><font color ="black"><INPUT TYPE="text" SIZE="40" MAXLENGTH="60"></font></td> </tr> <tr> <td ><font color ="black"><INPUT TYPE="text" SIZE="40" MAXLENGTH="60"></font></td> </tr> <tr> <td ><font color ="black"><INPUT TYPE="text" SIZE="40" MAXLENGTH="60"></font></td> </tr> <tr> <td ><font color ="black"><INPUT TYPE="text" SIZE="40" MAXLENGTH="60"></font></td> </tr> <tr> <td ><font color ="black"><INPUT TYPE="text" SIZE="40" MAXLENGTH="60"></font></td> </tr> <tr> <td ><font color ="black"><INPUT TYPE="text" SIZE="40" MAXLENGTH="60"></font></td> </tr> <td ><font color ="black"><INPUT TYPE="text" SIZE="40" MAXLENGTH="60"></font></td> </tr> <td ><font color ="black"><INPUT TYPE="text" SIZE="40" MAXLENGTH="60"></font></td> </tr> <td ><font color ="black"><INPUT TYPE="text" SIZE="40" MAXLENGTH="60"></font></td> </tr> <td ><font color ="black"><INPUT TYPE="text" SIZE="40" MAXLENGTH="60"></font></td> </tr> <td ><font color ="black"><INPUT TYPE="text" SIZE="40" MAXLENGTH="60"></font></td> </tr> <td ><font color ="black"><INPUT TYPE="text" SIZE="40" MAXLENGTH="60"></font></td> </tr> <td ><font color ="black"><INPUT TYPE="text" SIZE="40" MAXLENGTH="60"></font></td> </tr> <td ><font color ="black"><INPUT TYPE="text" SIZE="40" MAXLENGTH="60"></font></td> </tr> <table width="2%" cellspacing="1" cellpadding="1" border="1" align="left" > <tr height=25> <td><b>OBS</b></td> </tr> <tr> <td><font color ="black"><INPUT TYPE="text" SIZE="5" MAXLENGTH="3"></font></td> </tr> <tr> <td ><font color ="black"><INPUT TYPE="text" SIZE="5" MAXLENGTH="3"></font></td> </tr> <tr> <td ><font color ="black"><INPUT TYPE="text" SIZE="5" MAXLENGTH="3"></font></td> </tr> <tr> <td ><font color ="black"><INPUT TYPE="text" SIZE="5" MAXLENGTH="3"></font></td> </tr> <tr> <td ><font color ="black"><INPUT TYPE="text" SIZE="5" MAXLENGTH="3"></font></td> </tr> <tr> <td ><font color ="black"><INPUT TYPE="text" SIZE="5" MAXLENGTH="3"></font></td> </tr> <tr> <td ><font color ="black"><INPUT TYPE="text" SIZE="5" MAXLENGTH="3"></font></td> </tr> <tr> <td ><font color ="black"><INPUT TYPE="text" SIZE="5" MAXLENGTH="3"></font></td> </tr> <tr> <td ><font color ="black"><INPUT TYPE="text" SIZE="5" MAXLENGTH="3"></font></td> </tr> <tr> <td ><font color ="black"><INPUT TYPE="text" SIZE="5" MAXLENGTH="3"></font></td> </tr> <tr> <td ><font color ="black"><INPUT TYPE="text" SIZE="5" MAXLENGTH="3"></font></td> </tr> <tr> <td ><font color ="black"><INPUT TYPE="text" SIZE="5" MAXLENGTH="3"></font></td> </tr> <tr> <td ><font color ="black"><INPUT TYPE="text" SIZE="5" MAXLENGTH="3"></font></td> </tr> <tr> <td ><font color ="black"><INPUT TYPE="text" SIZE="5" MAXLENGTH="3"></font></td> </tr> <tr> <td ><font color ="black"><INPUT TYPE="text" SIZE="5" MAXLENGTH="3"></font></td> </tr> <tr> <td ><font color ="black"><INPUT TYPE="text" SIZE="5" MAXLENGTH="3"></font></td> </tr> <tr> <td ><font color ="black"><INPUT TYPE="text" SIZE="5" MAXLENGTH="3"></font></td> </tr> <tr> <td ><font color ="black"><INPUT TYPE="text" SIZE="5" MAXLENGTH="3"></font></td> </tr> <tr> <td ><font color ="black"><INPUT TYPE="text" SIZE="5" MAXLENGTH="3"></font></td> </tr> <tr> <td ><font color ="black"><INPUT TYPE="text" SIZE="5" MAXLENGTH="3"></font></td> </tr> <tr> <td ><font color ="black"><INPUT TYPE="text" SIZE="5" MAXLENGTH="3"></font></td> </tr> <tr> <td ><font color ="black"><INPUT TYPE="text" SIZE="5" MAXLENGTH="3"></font></td> </tr> <tr> <td ><font color ="black"><INPUT TYPE="text" SIZE="5" MAXLENGTH="3"></font></td> </tr> <tr> <td ><font color ="black"><INPUT TYPE="text" SIZE="5" MAXLENGTH="3"></font></td> </tr> <tr> <td ><font color ="black"><INPUT TYPE="text" SIZE="5" MAXLENGTH="3"></font></td> </tr> <tr> <td ><font color ="black"><INPUT TYPE="text" SIZE="5" MAXLENGTH="3"></font></td> </tr> <tr> <td ><font color ="black"><INPUT TYPE="text" SIZE="5" MAXLENGTH="3"></font></td> </tr> <tr> <td ><font color ="black"><INPUT TYPE="text" SIZE="5" MAXLENGTH="3"></font></td> </tr> <tr> <td ><font color ="black"><INPUT TYPE="text" SIZE="5" MAXLENGTH="3"></font></td> </tr> <tr> <td ><font color ="black"><INPUT TYPE="text" SIZE="5" MAXLENGTH="3"></font></td> </tr> <tr> <td ><font color ="black"><INPUT TYPE="text" SIZE="5" MAXLENGTH="3"></font></td> </tr> <tr> <td ><font color ="black"><INPUT TYPE="text" SIZE="5" MAXLENGTH="3"></font></td> </tr> <tr> <td ><font color ="black"><INPUT TYPE="text" SIZE="5" MAXLENGTH="3"></font></td> </tr> <tr> <td ><font color ="black"><INPUT TYPE="text" SIZE="5" MAXLENGTH="3"></font></td> </tr> <tr> <td ><font color ="black"><INPUT TYPE="text" SIZE="5" MAXLENGTH="3"></font></td> </tr> <tr> <td ><font color ="black"><INPUT TYPE="text" SIZE="5" MAXLENGTH="3"></font></td> </tr> <tr> <td ><font color ="black"><INPUT TYPE="text" SIZE="5" MAXLENGTH="3"></font></td> </tr> <tr> <td ><font color ="black"><INPUT TYPE="text" SIZE="5" MAXLENGTH="3"></font></td> </tr> <tr> <td ><font color ="black"><INPUT TYPE="text" SIZE="5" MAXLENGTH="3"></font></td> </tr> <tr> <td ><font color ="black"><INPUT TYPE="text" SIZE="5" MAXLENGTH="3"></font></td> </tr> <table width="3%" cellspacing="1" cellpadding="1" border="1" align="left" > <tr height=25> <td ><b><input type="text" value="AULA1" size="3" maxlength="5"</b></td> </tr> <tr height=25> <td align=center><font color ="black"><input type="checkbox"></font></td> </tr> <tr height=25> <td align=center><font color ="black"><input type="checkbox"></font></td> </tr> <tr height=25> <td align=center><font color ="black"><input type="checkbox"></font></td> </tr> <tr height=25> <td align=center><font color ="black"><input type="checkbox"></font></td> </tr> <tr height=25> <td align=center><font color ="black"><input type="checkbox"></font></td> </tr> <tr height=25> <td align=center><font color ="black"><input type="checkbox"></font></td> </tr> <tr height=25> <td align=center><font color ="black"><input type="checkbox"></font></td> </tr> <tr height=25> <td align=center><font color ="black"><input type="checkbox"></font></td> </tr> <tr height=25> <td align=center><font color ="black"><input type="checkbox"></font></td> </tr> <tr height=25> <td align=center><font color ="black"><input type="checkbox"></font></td> </tr> <tr height=25> <td align=center><font color ="black"><input type="checkbox"></font></td> </tr> <tr height=25> <td align=center><font color ="black"><input type="checkbox"></font></td> </tr> <tr height=25> <td align=center><font color ="black"><input type="checkbox"></font></td> </tr> <tr height=25> <td align=center><font color ="black"><input type="checkbox"></font></td> </tr> <tr height=25> <td align=center><font color ="black"><input type="checkbox"></font></td> </tr> <tr height=25> <td align=center><font color ="black"><input type="checkbox"></font></td> </tr> <tr height=25> <td align=center><font color ="black"><input type="checkbox"></font></td> </tr> <tr height=25> <td align=center><font color ="black"><input type="checkbox"></font></td> </tr> <tr height=25> <td align=center><font color ="black"><input type="checkbox"></font></td> </tr> <tr height=25> <td align=center><font color ="black"><input type="checkbox"></font></td> </tr> <tr height=25> <td align=center><font color ="black"><input type="checkbox"></font></td> </tr> <tr height=25> <td align=center><font color ="black"><input type="checkbox"></font></td> </tr> <tr height=25> <td align=center><font color ="black"><input type="checkbox"></font></td> </tr> <tr height=25> <td align=center><font color ="black"><input type="checkbox"></font></td> </tr> <tr height=25> <td align=center><font color ="black"><input type="checkbox"></font></td> </tr> <tr height=25> <td align=center><font color ="black"><input type="checkbox"></font></td> </tr> <tr height=25> <td align=center><font color ="black"><input type="checkbox"></font></td> </tr> <tr height=25> <td align=center><font color ="black"><input type="checkbox"></font></td> </tr> <tr height=25> <td align=center><font color ="black"><input type="checkbox"></font></td> </tr> <tr height=25> <td align=center><font color ="black"><input type="checkbox"></font></td> </tr> <tr height=25> <td align=center><font color ="black"><input type="checkbox"></font></td> </tr> <tr height=25> <td align=center><font color ="black"><input type="checkbox"></font></td> </tr> <tr height=25> <td align=center><font color ="black"><input type="checkbox"></font></td> </tr> <tr height=25> <td align=center><font color ="black"><input type="checkbox"></font></td> </tr> <tr height=25> <td align=center><font color ="black"><input type="checkbox"></font></td> </tr> <tr height=25> <td align=center><font color ="black"><input type="checkbox"></font></td> </tr> <tr height=25> <td align=center><font color ="black"><input type="checkbox"></font></td> </tr> <tr height=25> <td align=center><font color ="black"><input type="checkbox"></font></td> </tr> <tr height=25> <td align=center><font color ="black"><input type="checkbox"></font></td> </tr> <tr height=25> <td align=center><font color ="black"><input type="checkbox"></font></td> </tr> <table width="3%" cellspacing="1" cellpadding="1" border="1" align="left" > <tr height=25> <td ><b><input type="text" value="AULA2" size="3" maxlength="5"</b></td> </tr> <tr height=25> <td align=center><font color ="black"><input type="checkbox"></font></td> </tr> <tr height=25> <td align=center><font color ="black"><input type="checkbox"></font></td> </tr> <tr height=25> <td align=center><font color ="black"><input type="checkbox"></font></td> </tr> <tr height=25> <td align=center><font color ="black"><input type="checkbox"></font></td> </tr> <tr height=25> <td align=center><font color ="black"><input type="checkbox"></font></td> </tr> <tr height=25> <td align=center><font color ="black"><input type="checkbox"></font></td> </tr> <tr height=25> <td align=center><font color ="black"><input type="checkbox"></font></td> </tr> <tr height=25> <td align=center><font color ="black"><input type="checkbox"></font></td> </tr> <tr height=25> <td align=center><font color ="black"><input type="checkbox"></font></td> </tr> <tr height=25> <td align=center><font color ="black"><input type="checkbox"></font></td> </tr> <tr height=25> <td align=center><font color ="black"><input type="checkbox"></font></td> </tr> <tr height=25> <td align=center><font color ="black"><input type="checkbox"></font></td> </tr> <tr height=25> <td align=center><font color ="black"><input type="checkbox"></font></td> </tr> <tr height=25> <td align=center><font color ="black"><input type="checkbox"></font></td> </tr> <tr height=25> <td align=center><font color ="black"><input type="checkbox"></font></td> </tr> <tr height=25> <td align=center><font color ="black"><input type="checkbox"></font></td> </tr> <tr height=25> <td align=center><font color ="black"><input type="checkbox"></font></td> </tr> <tr height=25> <td align=center><font color ="black"><input type="checkbox"></font></td> </tr> <tr height=25> <td align=center><font color ="black"><input type="checkbox"></font></td> </tr> <tr height=25> <td align=center><font color ="black"><input type="checkbox"></font></td> </tr> <tr height=25> <td align=center><font color ="black"><input type="checkbox"></font></td> </tr> <tr height=25> <td align=center><font color ="black"><input type="checkbox"></font></td> </tr> <tr height=25> <td align=center><font color ="black"><input type="checkbox"></font></td> </tr> <tr height=25> <td align=center><font color ="black"><input type="checkbox"></font></td> </tr> <tr height=25> <td align=center><font color ="black"><input type="checkbox"></font></td> </tr> <tr height=25> <td align=center><font color ="black"><input type="checkbox"></font></td> </tr> <tr height=25> <td align=center><font color ="black"><input type="checkbox"></font></td> </tr> <tr height=25> <td align=center><font color ="black"><input type="checkbox"></font></td> </tr> <tr height=25> <td align=center><font color ="black"><input type="checkbox"></font></td> </tr> <tr height=25> <td align=center><font color ="black"><input type="checkbox"></font></td> </tr> <tr height=25> <td align=center><font color ="black"><input type="checkbox"></font></td> </tr> <tr height=25> <td align=center><font color ="black"><input type="checkbox"></font></td> </tr> <tr height=25> <td align=center><font color ="black"><input type="checkbox"></font></td> </tr> <tr height=25> <td align=center><font color ="black"><input type="checkbox"></font></td> </tr> <tr height=25> <td align=center><font color ="black"><input type="checkbox"></font></td> </tr> <tr height=25> <td align=center><font color ="black"><input type="checkbox"></font></td> </tr> <tr height=25> <td align=center><font color ="black"><input type="checkbox"></font></td> </tr> <tr height=25> <td align=center><font color ="black"><input type="checkbox"></font></td> </tr> <tr height=25> <td align=center><font color ="black"><input type="checkbox"></font></td> </tr> <tr height=25> <td align=center><font color ="black"><input type="checkbox"></font></td> </tr> <table width="3%" cellspacing="1" cellpadding="1" border="1" align="left" > <tr height=25> <td ><b><input type="text" value="AULA3" size="3" maxlength="5"</b></td> </tr> <tr height=25> <td align=center><font color ="black"><input type="checkbox"></font></td> </tr> <tr height=25> <td align=center><font color ="black"><input type="checkbox"></font></td> </tr> <tr height=25> <td align=center><font color ="black"><input type="checkbox"></font></td> </tr> <tr height=25> <td align=center><font color ="black"><input type="checkbox"></font></td> </tr> <tr height=25> <td align=center><font color ="black"><input type="checkbox"></font></td> </tr> <tr height=25> <td align=center><font color ="black"><input type="checkbox"></font></td> </tr> <tr height=25> <td align=center><font color ="black"><input type="checkbox"></font></td> </tr> <tr height=25> <td align=center><font color ="black"><input type="checkbox"></font></td> </tr> <tr height=25> <td align=center><font color ="black"><input type="checkbox"></font></td> </tr> <tr height=25> <td align=center><font color ="black"><input type="checkbox"></font></td> </tr> <tr height=25> <td align=center><font color ="black"><input type="checkbox"></font></td> </tr> <tr height=25> <td align=center><font color ="black"><input type="checkbox"></font></td> </tr> <tr height=25> <td align=center><font color ="black"><input type="checkbox"></font></td> </tr> <tr height=25> <td align=center><font color ="black"><input type="checkbox"></font></td> </tr> <tr height=25> <td align=center><font color ="black"><input type="checkbox"></font></td> </tr> <tr height=25> <td align=center><font color ="black"><input type="checkbox"></font></td> </tr> <tr height=25> <td align=center><font color ="black"><input type="checkbox"></font></td> </tr> <tr height=25> <td align=center><font color ="black"><input type="checkbox"></font></td> </tr> <tr height=25> <td align=center><font color ="black"><input type="checkbox"></font></td> </tr> <tr height=25> <td align=center><font color ="black"><input type="checkbox"></font></td> </tr> <tr height=25> <td align=center><font color ="black"><input type="checkbox"></font></td> </tr> <tr height=25> <td align=center><font color ="black"><input type="checkbox"></font></td> </tr> <tr height=25> <td align=center><font color ="black"><input type="checkbox"></font></td> </tr> <tr height=25> <td align=center><font color ="black"><input type="checkbox"></font></td> </tr> <tr height=25> <td align=center><font color ="black"><input type="checkbox"></font></td> </tr> <tr height=25> <td align=center><font color ="black"><input type="checkbox"></font></td> </tr> <tr height=25> <td align=center><font color ="black"><input type="checkbox"></font></td> </tr> <tr height=25> <td align=center><font color ="black"><input type="checkbox"></font></td> </tr> <tr height=25> <td align=center><font color ="black"><input type="checkbox"></font></td> </tr> <tr height=25> <td align=center><font color ="black"><input type="checkbox"></font></td> </tr> <tr height=25> <td align=center><font color ="black"><input type="checkbox"></font></td> </tr> <tr height=25> <td align=center><font color ="black"><input type="checkbox"></font></td> </tr> <tr height=25> <td align=center><font color ="black"><input type="checkbox"></font></td> </tr> <tr height=25> <td align=center><font color ="black"><input type="checkbox"></font></td> </tr> <tr height=25> <td align=center><font color ="black"><input type="checkbox"></font></td> </tr> <tr height=25> <td align=center><font color ="black"><input type="checkbox"></font></td> </tr> <tr height=25> <td align=center><font color ="black"><input type="checkbox"></font></td> </tr> <tr height=25> <td align=center><font color ="black"><input type="checkbox"></font></td> </tr> <tr height=25> <td align=center><font color ="black"><input type="checkbox"></font></td> </tr> <tr height=25> <td align=center><font color ="black"><input type="checkbox"></font></td> </tr> <table width="3%" cellspacing="1" cellpadding="1" border="1" align="left" > <tr height=25> <td ><b><input type="text" value="AULA4" size="3" maxlength="5"</b></td> </tr> <tr height=25> <td align=center><font color ="black"><input type="checkbox"></font></td> </tr> <tr height=25> <td align=center><font color ="black"><input type="checkbox"></font></td> </tr> <tr height=25> <td align=center><font color ="black"><input type="checkbox"></font></td> </tr> <tr height=25> <td align=center><font color ="black"><input type="checkbox"></font></td> </tr> <tr height=25> <td align=center><font color ="black"><input type="checkbox"></font></td> </tr> <tr height=25> <td align=center><font color ="black"><input type="checkbox"></font></td> </tr> <tr height=25> <td align=center><font color ="black"><input type="checkbox"></font></td> </tr> <tr height=25> <td align=center><font color ="black"><input type="checkbox"></font></td> </tr> <tr height=25> <td align=center><font color ="black"><input type="checkbox"></font></td> </tr> <tr height=25> <td align=center><font color ="black"><input type="checkbox"></font></td> </tr> <tr height=25> <td align=center><font color ="black"><input type="checkbox"></font></td> </tr> <tr height=25> <td align=center><font color ="black"><input type="checkbox"></font></td> </tr> <tr height=25> <td align=center><font color ="black"><input type="checkbox"></font></td> </tr> <tr height=25> <td align=center><font color ="black"><input type="checkbox"></font></td> </tr> <tr height=25> <td align=center><font color ="black"><input type="checkbox"></font></td> </tr> <tr height=25> <td align=center><font color ="black"><input type="checkbox"></font></td> </tr> <tr height=25> <td align=center><font color ="black"><input type="checkbox"></font></td> </tr> <tr height=25> <td align=center><font color ="black"><input type="checkbox"></font></td> </tr> <tr height=25> <td align=center><font color ="black"><input type="checkbox"></font></td> </tr> <tr height=25> <td align=center><font color ="black"><input type="checkbox"></font></td> </tr> <tr height=25> <td align=center><font color ="black"><input type="checkbox"></font></td> </tr> <tr height=25> <td align=center><font color ="black"><input type="checkbox"></font></td> </tr> <tr height=25> <td align=center><font color ="black"><input type="checkbox"></font></td> </tr> <tr height=25> <td align=center><font color ="black"><input type="checkbox"></font></td> </tr> <tr height=25> <td align=center><font color ="black"><input type="checkbox"></font></td> </tr> <tr height=25> <td align=center><font color ="black"><input type="checkbox"></font></td> </tr> <tr height=25> <td align=center><font color ="black"><input type="checkbox"></font></td> </tr> <tr height=25> <td align=center><font color ="black"><input type="checkbox"></font></td> </tr> <tr height=25> <td align=center><font color ="black"><input type="checkbox"></font></td> </tr> <tr height=25> <td align=center><font color ="black"><input type="checkbox"></font></td> </tr> <tr height=25> <td align=center><font color ="black"><input type="checkbox"></font></td> </tr> <tr height=25> <td align=center><font color ="black"><input type="checkbox"></font></td> </tr> <tr height=25> <td align=center><font color ="black"><input type="checkbox"></font></td> </tr> <tr height=25> <td align=center><font color ="black"><input type="checkbox"></font></td> </tr> <tr height=25> <td align=center><font color ="black"><input type="checkbox"></font></td> </tr> <tr height=25> <td align=center><font color ="black"><input type="checkbox"></font></td> </tr> <tr height=25> <td align=center><font color ="black"><input type="checkbox"></font></td> </tr> <tr height=25> <td align=center><font color ="black"><input type="checkbox"></font></td> </tr> <tr height=25> <td align=center><font color ="black"><input type="checkbox"></font></td> </tr> <tr height=25> <td align=center><font color ="black"><input type="checkbox"></font></td> </tr> <table width="3%" cellspacing="1" cellpadding="1" border="1" align="left" > <tr height=25> <td ><b><input type="text" value="AULA5" size="3" maxlength="5"</b></td> </tr> <tr height=25> <td align=center><font color ="black"><input type="checkbox"></font></td> </tr> <tr height=25> <td align=center><font color ="black"><input type="checkbox"></font></td> </tr> <tr height=25> <td align=center><font color ="black"><input type="checkbox"></font></td> </tr> <tr height=25> <td align=center><font color ="black"><input type="checkbox"></font></td> </tr> <tr height=25> <td align=center><font color ="black"><input type="checkbox"></font></td> </tr> <tr height=25> <td align=center><font color ="black"><input type="checkbox"></font></td> </tr> <tr height=25> <td align=center><font color ="black"><input type="checkbox"></font></td> </tr> <tr height=25> <td align=center><font color ="black"><input type="checkbox"></font></td> </tr> <tr height=25> <td align=center><font color ="black"><input type="checkbox"></font></td> </tr> <tr height=25> <td align=center><font color ="black"><input type="checkbox"></font></td> </tr> <tr height=25> <td align=center><font color ="black"><input type="checkbox"></font></td> </tr> <tr height=25> <td align=center><font color ="black"><input type="checkbox"></font></td> </tr> <tr height=25> <td align=center><font color ="black"><input type="checkbox"></font></td> </tr> <tr height=25> <td align=center><font color ="black"><input type="checkbox"></font></td> </tr> <tr height=25> <td align=center><font color ="black"><input type="checkbox"></font></td> </tr> <tr height=25> <td align=center><font color ="black"><input type="checkbox"></font></td> </tr> <tr height=25> <td align=center><font color ="black"><input type="checkbox"></font></td> </tr> <tr height=25> <td align=center><font color ="black"><input type="checkbox"></font></td> </tr> <tr height=25> <td align=center><font color ="black"><input type="checkbox"></font></td> </tr> <tr height=25> <td align=center><font color ="black"><input type="checkbox"></font></td> </tr> <tr height=25> <td align=center><font color ="black"><input type="checkbox"></font></td> </tr> <tr height=25> <td align=center><font color ="black"><input type="checkbox"></font></td> </tr> <tr height=25> <td align=center><font color ="black"><input type="checkbox"></font></td> </tr> <tr height=25> <td align=center><font color ="black"><input type="checkbox"></font></td> </tr> <tr height=25> <td align=center><font color ="black"><input type="checkbox"></font></td> </tr> <tr height=25> <td align=center><font color ="black"><input type="checkbox"></font></td> </tr> <tr height=25> <td align=center><font color ="black"><input type="checkbox"></font></td> </tr> <tr height=25> <td align=center><font color ="black"><input type="checkbox"></font></td> </tr> <tr height=25> <td align=center><font color ="black"><input type="checkbox"></font></td> </tr> <tr height=25> <td align=center><font color ="black"><input type="checkbox"></font></td> </tr> <tr height=25> <td align=center><font color ="black"><input type="checkbox"></font></td> </tr> <tr height=25> <td align=center><font color ="black"><input type="checkbox"></font></td> </tr> <tr height=25> <td align=center><font color ="black"><input type="checkbox"></font></td> </tr> <tr height=25> <td align=center><font color ="black"><input type="checkbox"></font></td> </tr> <tr height=25> <td align=center><font color ="black"><input type="checkbox"></font></td> </tr> <tr height=25> <td align=center><font color ="black"><input type="checkbox"></font></td> </tr> <tr height=25> <td align=center><font color ="black"><input type="checkbox"></font></td> </tr> <tr height=25> <td align=center><font color ="black"><input type="checkbox"></font></td> </tr> <tr height=25> <td align=center><font color ="black"><input type="checkbox"></font></td> </tr> <tr height=25> <td align=center><font color ="black"><input type="checkbox"></font></td> </tr> <table width="3%" cellspacing="1" cellpadding="1" border="1" align="left" > <tr height=25> <td ><b><input type="text" value="AULA6" size="3" maxlength="5"</b></td> </tr> <tr height=25> <td align=center><font color ="black"><input type="checkbox"></font></td> </tr> <tr height=25> <td align=center><font color ="black"><input type="checkbox"></font></td> </tr> <tr height=25> <td align=center><font color ="black"><input type="checkbox"></font></td> </tr> <tr height=25> <td align=center><font color ="black"><input type="checkbox"></font></td> </tr> <tr height=25> <td align=center><font color ="black"><input type="checkbox"></font></td> </tr> <tr height=25> <td align=center><font color ="black"><input type="checkbox"></font></td> </tr> <tr height=25> <td align=center><font color ="black"><input type="checkbox"></font></td> </tr> <tr height=25> <td align=center><font color ="black"><input type="checkbox"></font></td> </tr> <tr height=25> <td align=center><font color ="black"><input type="checkbox"></font></td> </tr> <tr height=25> <td align=center><font color ="black"><input type="checkbox"></font></td> </tr> <tr height=25> <td align=center><font color ="black"><input type="checkbox"></font></td> </tr> <tr height=25> <td align=center><font color ="black"><input type="checkbox"></font></td> </tr> <tr height=25> <td align=center><font color ="black"><input type="checkbox"></font></td> </tr> <tr height=25> <td align=center><font color ="black"><input type="checkbox"></font></td> </tr> <tr height=25> <td align=center><font color ="black"><input type="checkbox"></font></td> </tr> <tr height=25> <td align=center><font color ="black"><input type="checkbox"></font></td> </tr> <tr height=25> <td align=center><font color ="black"><input type="checkbox"></font></td> </tr> <tr height=25> <td align=center><font color ="black"><input type="checkbox"></font></td> </tr> <tr height=25> <td align=center><font color ="black"><input type="checkbox"></font></td> </tr> <tr height=25> <td align=center><font color ="black"><input type="checkbox"></font></td> </tr> <tr height=25> <td align=center><font color ="black"><input type="checkbox"></font></td> </tr> <tr height=25> <td align=center><font color ="black"><input type="checkbox"></font></td> </tr> <tr height=25> <td align=center><font color ="black"><input type="checkbox"></font></td> </tr> <tr height=25> <td align=center><font color ="black"><input type="checkbox"></font></td> </tr> <tr height=25> <td align=center><font color ="black"><input type="checkbox"></font></td> </tr> <tr height=25> <td align=center><font color ="black"><input type="checkbox"></font></td> </tr> <tr height=25> <td align=center><font color ="black"><input type="checkbox"></font></td> </tr> <tr height=25> <td align=center><font color ="black"><input type="checkbox"></font></td> </tr> <tr height=25> <td align=center><font color ="black"><input type="checkbox"></font></td> </tr> <tr height=25> <td align=center><font color ="black"><input type="checkbox"></font></td> </tr> <tr height=25> <td align=center><font color ="black"><input type="checkbox"></font></td> </tr> <tr height=25> <td align=center><font color ="black"><input type="checkbox"></font></td> </tr> <tr height=25> <td align=center><font color ="black"><input type="checkbox"></font></td> </tr> <tr height=25> <td align=center><font color ="black"><input type="checkbox"></font></td> </tr> <tr height=25> <td align=center><font color ="black"><input type="checkbox"></font></td> </tr> <tr height=25> <td align=center><font color ="black"><input type="checkbox"></font></td> </tr> <tr height=25> <td align=center><font color ="black"><input type="checkbox"></font></td> </tr> <tr height=25> <td align=center><font color ="black"><input type="checkbox"></font></td> </tr> <tr height=25> <td align=center><font color ="black"><input type="checkbox"></font></td> </tr> <tr height=25> <td align=center><font color ="black"><input type="checkbox"></font></td> </tr> <table width="3%" cellspacing="1" cellpadding="1" border="1" align="left" > <tr height=25> <td ><b><input type="text" value="AULA7" size="3" maxlength="5"</b></td> </tr> <tr height=25> <td align=center><font color ="black"><input type="checkbox"></font></td> </tr> <tr height=25> <td align=center><font color ="black"><input type="checkbox"></font></td> </tr> <tr height=25> <td align=center><font color ="black"><input type="checkbox"></font></td> </tr> <tr height=25> <td align=center><font color ="black"><input type="checkbox"></font></td> </tr> <tr height=25> <td align=center><font color ="black"><input type="checkbox"></font></td> </tr> <tr height=25> <td align=center><font color ="black"><input type="checkbox"></font></td> </tr> <tr height=25> <td align=center><font color ="black"><input type="checkbox"></font></td> </tr> <tr height=25> <td align=center><font color ="black"><input type="checkbox"></font></td> </tr> <tr height=25> <td align=center><font color ="black"><input type="checkbox"></font></td> </tr> <tr height=25> <td align=center><font color ="black"><input type="checkbox"></font></td> </tr> <tr height=25> <td align=center><font color ="black"><input type="checkbox"></font></td> </tr> <tr height=25> <td align=center><font color ="black"><input type="checkbox"></font></td> </tr> <tr height=25> <td align=center><font color ="black"><input type="checkbox"></font></td> </tr> <tr height=25> <td align=center><font color ="black"><input type="checkbox"></font></td> </tr> <tr height=25> <td align=center><font color ="black"><input type="checkbox"></font></td> </tr> <tr height=25> <td align=center><font color ="black"><input type="checkbox"></font></td> </tr> <tr height=25> <td align=center><font color ="black"><input type="checkbox"></font></td> </tr> <tr height=25> <td align=center><font color ="black"><input type="checkbox"></font></td> </tr> <tr height=25> <td align=center><font color ="black"><input type="checkbox"></font></td> </tr> <tr height=25> <td align=center><font color ="black"><input type="checkbox"></font></td> </tr> <tr height=25> <td align=center><font color ="black"><input type="checkbox"></font></td> </tr> <tr height=25> <td align=center><font color ="black"><input type="checkbox"></font></td> </tr> <tr height=25> <td align=center><font color ="black"><input type="checkbox"></font></td> </tr> <tr height=25> <td align=center><font color ="black"><input type="checkbox"></font></td> </tr> <tr height=25> <td align=center><font color ="black"><input type="checkbox"></font></td> </tr> <tr height=25> <td align=center><font color ="black"><input type="checkbox"></font></td> </tr> <tr height=25> <td align=center><font color ="black"><input type="checkbox"></font></td> </tr> <tr height=25> <td align=center><font color ="black"><input type="checkbox"></font></td> </tr> <tr height=25> <td align=center><font color ="black"><input type="checkbox"></font></td> </tr> <tr height=25> <td align=center><font color ="black"><input type="checkbox"></font></td> </tr> <tr height=25> <td align=center><font color ="black"><input type="checkbox"></font></td> </tr> <tr height=25> <td align=center><font color ="black"><input type="checkbox"></font></td> </tr> <tr height=25> <td align=center><font color ="black"><input type="checkbox"></font></td> </tr> <tr height=25> <td align=center><font color ="black"><input type="checkbox"></font></td> </tr> <tr height=25> <td align=center><font color ="black"><input type="checkbox"></font></td> </tr> <tr height=25> <td align=center><font color ="black"><input type="checkbox"></font></td> </tr> <tr height=25> <td align=center><font color ="black"><input type="checkbox"></font></td> </tr> <tr height=25> <td align=center><font color ="black"><input type="checkbox"></font></td> </tr> <tr height=25> <td align=center><font color ="black"><input type="checkbox"></font></td> </tr> <tr height=25> <td align=center><font color ="black"><input type="checkbox"></font></td> </tr> <table width="3%" cellspacing="1" cellpadding="1" border="1" align="left" > <tr height=25> <td ><b><input type="text" value="AULA8" size="3" maxlength="5"</b></td> </tr> <tr height=25> <td align=center><font color ="black"><input type="checkbox"></font></td> </tr> <tr height=25> <td align=center><font color ="black"><input type="checkbox"></font></td> </tr> <tr height=25> <td align=center><font color ="black"><input type="checkbox"></font></td> </tr> <tr height=25> <td align=center><font color ="black"><input type="checkbox"></font></td> </tr> <tr height=25> <td align=center><font color ="black"><input type="checkbox"></font></td> </tr> <tr height=25> <td align=center><font color ="black"><input type="checkbox"></font></td> </tr> <tr height=25> <td align=center><font color ="black"><input type="checkbox"></font></td> </tr> <tr height=25> <td align=center><font color ="black"><input type="checkbox"></font></td> </tr> <tr height=25> <td align=center><font color ="black"><input type="checkbox"></font></td> </tr> <tr height=25> <td align=center><font color ="black"><input type="checkbox"></font></td> </tr> <tr height=25> <td align=center><font color ="black"><input type="checkbox"></font></td> </tr> <tr height=25> <td align=center><font color ="black"><input type="checkbox"></font></td> </tr> <tr height=25> <td align=center><font color ="black"><input type="checkbox"></font></td> </tr> <tr height=25> <td align=center><font color ="black"><input type="checkbox"></font></td> </tr> <tr height=25> <td align=center><font color ="black"><input type="checkbox"></font></td> </tr> <tr height=25> <td align=center><font color ="black"><input type="checkbox"></font></td> </tr> <tr height=25> <td align=center><font color ="black"><input type="checkbox"></font></td> </tr> <tr height=25> <td align=center><font color ="black"><input type="checkbox"></font></td> </tr> <tr height=25> <td align=center><font color ="black"><input type="checkbox"></font></td> </tr> <tr height=25> <td align=center><font color ="black"><input type="checkbox"></font></td> </tr> <tr height=25> <td align=center><font color ="black"><input type="checkbox"></font></td> </tr> <tr height=25> <td align=center><font color ="black"><input type="checkbox"></font></td> </tr> <tr height=25> <td align=center><font color ="black"><input type="checkbox"></font></td> </tr> <tr height=25> <td align=center><font color ="black"><input type="checkbox"></font></td> </tr> <tr height=25> <td align=center><font color ="black"><input type="checkbox"></font></td> </tr> <tr height=25> <td align=center><font color ="black"><input type="checkbox"></font></td> </tr> <tr height=25> <td align=center><font color ="black"><input type="checkbox"></font></td> </tr> <tr height=25> <td align=center><font color ="black"><input type="checkbox"></font></td> </tr> <tr height=25> <td align=center><font color ="black"><input type="checkbox"></font></td> </tr> <tr height=25> <td align=center><font color ="black"><input type="checkbox"></font></td> </tr> <tr height=25> <td align=center><font color ="black"><input type="checkbox"></font></td> </tr> <tr height=25> <td align=center><font color ="black"><input type="checkbox"></font></td> </tr> <tr height=25> <td align=center><font color ="black"><input type="checkbox"></font></td> </tr> <tr height=25> <td align=center><font color ="black"><input type="checkbox"></font></td> </tr> <tr height=25> <td align=center><font color ="black"><input type="checkbox"></font></td> </tr> <tr height=25> <td align=center><font color ="black"><input type="checkbox"></font></td> </tr> <tr height=25> <td align=center><font color ="black"><input type="checkbox"></font></td> </tr> <tr height=25> <td align=center><font color ="black"><input type="checkbox"></font></td> </tr> <tr height=25> <td align=center><font color ="black"><input type="checkbox"></font></td> </tr> <tr height=25> <td align=center><font color ="black"><input type="checkbox"></font></td> </tr> <table width="3%" cellspacing="1" cellpadding="1" border="1" align="left" > <tr height=25> <td ><b><input type="text" value="AULA9" size="3" maxlength="5"</b></td> </tr> <tr height=25> <td align=center><font color ="black"><input type="checkbox"></font></td> </tr> <tr height=25> <td align=center><font color ="black"><input type="checkbox"></font></td> </tr> <tr height=25> <td align=center><font color ="black"><input type="checkbox"></font></td> </tr> <tr height=25> <td align=center><font color ="black"><input type="checkbox"></font></td> </tr> <tr height=25> <td align=center><font color ="black"><input type="checkbox"></font></td> </tr> <tr height=25> <td align=center><font color ="black"><input type="checkbox"></font></td> </tr> <tr height=25> <td align=center><font color ="black"><input type="checkbox"></font></td> </tr> <tr height=25> <td align=center><font color ="black"><input type="checkbox"></font></td> </tr> <tr height=25> <td align=center><font color ="black"><input type="checkbox"></font></td> </tr> <tr height=25> <td align=center><font color ="black"><input type="checkbox"></font></td> </tr> <tr height=25> <td align=center><font color ="black"><input type="checkbox"></font></td> </tr> <tr height=25> <td align=center><font color ="black"><input type="checkbox"></font></td> </tr> <tr height=25> <td align=center><font color ="black"><input type="checkbox"></font></td> </tr> <tr height=25> <td align=center><font color ="black"><input type="checkbox"></font></td> </tr> <tr height=25> <td align=center><font color ="black"><input type="checkbox"></font></td> </tr> <tr height=25> <td align=center><font color ="black"><input type="checkbox"></font></td> </tr> <tr height=25> <td align=center><font color ="black"><input type="checkbox"></font></td> </tr> <tr height=25> <td align=center><font color ="black"><input type="checkbox"></font></td> </tr> <tr height=25> <td align=center><font color ="black"><input type="checkbox"></font></td> </tr> <tr height=25> <td align=center><font color ="black"><input type="checkbox"></font></td> </tr> <tr height=25> <td align=center><font color ="black"><input type="checkbox"></font></td> </tr> <tr height=25> <td align=center><font color ="black"><input type="checkbox"></font></td> </tr> <tr height=25> <td align=center><font color ="black"><input type="checkbox"></font></td> </tr> <tr height=25> <td align=center><font color ="black"><input type="checkbox"></font></td> </tr> <tr height=25> <td align=center><font color ="black"><input type="checkbox"></font></td> </tr> <tr height=25> <td align=center><font color ="black"><input type="checkbox"></font></td> </tr> <tr height=25> <td align=center><font color ="black"><input type="checkbox"></font></td> </tr> <tr height=25> <td align=center><font color ="black"><input type="checkbox"></font></td> </tr> <tr height=25> <td align=center><font color ="black"><input type="checkbox"></font></td> </tr> <tr height=25> <td align=center><font color ="black"><input type="checkbox"></font></td> </tr> <tr height=25> <td align=center><font color ="black"><input type="checkbox"></font></td> </tr> <tr height=25> <td align=center><font color ="black"><input type="checkbox"></font></td> </tr> <tr height=25> <td align=center><font color ="black"><input type="checkbox"></font></td> </tr> <tr height=25> <td align=center><font color ="black"><input type="checkbox"></font></td> </tr> <tr height=25> <td align=center><font color ="black"><input type="checkbox"></font></td> </tr> <tr height=25> <td align=center><font color ="black"><input type="checkbox"></font></td> </tr> <tr height=25> <td align=center><font color ="black"><input type="checkbox"></font></td> </tr> <tr height=25> <td align=center><font color ="black"><input type="checkbox"></font></td> </tr> <tr height=25> <td align=center><font color ="black"><input type="checkbox"></font></td> </tr> <tr height=25> <td align=center><font color ="black"><input type="checkbox"></font></td> </tr> <table width="3%" cellspacing="1" cellpadding="1" border="1" align="left" > <tr height=25> <td ><b><input type="text" value="AULA10" size="3" maxlength="5"</b></td> </tr> <tr height=25> <td align=center><font color ="black"><input type="checkbox"></font></td> </tr> <tr height=25> <td align=center><font color ="black"><input type="checkbox"></font></td> </tr> <tr height=25> <td align=center><font color ="black"><input type="checkbox"></font></td> </tr> <tr height=25> <td align=center><font color ="black"><input type="checkbox"></font></td> </tr> <tr height=25> <td align=center><font color ="black"><input type="checkbox"></font></td> </tr> <tr height=25> <td align=center><font color ="black"><input type="checkbox"></font></td> </tr> <tr height=25> <td align=center><font color ="black"><input type="checkbox"></font></td> </tr> <tr height=25> <td align=center><font color ="black"><input type="checkbox"></font></td> </tr> <tr height=25> <td align=center><font color ="black"><input type="checkbox"></font></td> </tr> <tr height=25> <td align=center><font color ="black"><input type="checkbox"></font></td> </tr> <tr height=25> <td align=center><font color ="black"><input type="checkbox"></font></td> </tr> <tr height=25> <td align=center><font color ="black"><input type="checkbox"></font></td> </tr> <tr height=25> <td align=center><font color ="black"><input type="checkbox"></font></td> </tr> <tr height=25> <td align=center><font color ="black"><input type="checkbox"></font></td> </tr> <tr height=25> <td align=center><font color ="black"><input type="checkbox"></font></td> </tr> <tr height=25> <td align=center><font color ="black"><input type="checkbox"></font></td> </tr> <tr height=25> <td align=center><font color ="black"><input type="checkbox"></font></td> </tr> <tr height=25> <td align=center><font color ="black"><input type="checkbox"></font></td> </tr> <tr height=25> <td align=center><font color ="black"><input type="checkbox"></font></td> </tr> <tr height=25> <td align=center><font color ="black"><input type="checkbox"></font></td> </tr> <tr height=25> <td align=center><font color ="black"><input type="checkbox"></font></td> </tr> <tr height=25> <td align=center><font color ="black"><input type="checkbox"></font></td> </tr> <tr height=25> <td align=center><font color ="black"><input type="checkbox"></font></td> </tr> <tr height=25> <td align=center><font color ="black"><input type="checkbox"></font></td> </tr> <tr height=25> <td align=center><font color ="black"><input type="checkbox"></font></td> </tr> <tr height=25> <td align=center><font color ="black"><input type="checkbox"></font></td> </tr> <tr height=25> <td align=center><font color ="black"><input type="checkbox"></font></td> </tr> <tr height=25> <td align=center><font color ="black"><input type="checkbox"></font></td> </tr> <tr height=25> <td align=center><font color ="black"><input type="checkbox"></font></td> </tr> <tr height=25> <td align=center><font color ="black"><input type="checkbox"></font></td> </tr> <tr height=25> <td align=center><font color ="black"><input type="checkbox"></font></td> </tr> <tr height=25> <td align=center><font color ="black"><input type="checkbox"></font></td> </tr> <tr height=25> <td align=center><font color ="black"><input type="checkbox"></font></td> </tr> <tr height=25> <td align=center><font color ="black"><input type="checkbox"></font></td> </tr> <tr height=25> <td align=center><font color ="black"><input type="checkbox"></font></td> </tr> <tr height=25> <td align=center><font color ="black"><input type="checkbox"></font></td> </tr> <tr height=25> <td align=center><font color ="black"><input type="checkbox"></font></td> </tr> <tr height=25> <td align=center><font color ="black"><input type="checkbox"></font></td> </tr> <tr height=25> <td align=center><font color ="black"><input type="checkbox"></font></td> </tr> <tr height=25> <td align=center><font color ="black"><input type="checkbox"></font></td> </tr> <table width="3%" cellspacing="1" cellpadding="1" border="1" align="left" > <tr height=25> <td ><b><input type="text" value="AULA11" size="3" maxlength="5"</b></td> </tr> <tr height=25> <td align=center><font color ="black"><input type="checkbox"></font></td> </tr> <tr height=25> <td align=center><font color ="black"><input type="checkbox"></font></td> </tr> <tr height=25> <td align=center><font color ="black"><input type="checkbox"></font></td> </tr> <tr height=25> <td align=center><font color ="black"><input type="checkbox"></font></td> </tr> <tr height=25> <td align=center><font color ="black"><input type="checkbox"></font></td> </tr> <tr height=25> <td align=center><font color ="black"><input type="checkbox"></font></td> </tr> <tr height=25> <td align=center><font color ="black"><input type="checkbox"></font></td> </tr> <tr height=25> <td align=center><font color ="black"><input type="checkbox"></font></td> </tr> <tr height=25> <td align=center><font color ="black"><input type="checkbox"></font></td> </tr> <tr height=25> <td align=center><font color ="black"><input type="checkbox"></font></td> </tr> <tr height=25> <td align=center><font color ="black"><input type="checkbox"></font></td> </tr> <tr height=25> <td align=center><font color ="black"><input type="checkbox"></font></td> </tr> <tr height=25> <td align=center><font color ="black"><input type="checkbox"></font></td> </tr> <tr height=25> <td align=center><font color ="black"><input type="checkbox"></font></td> </tr> <tr height=25> <td align=center><font color ="black"><input type="checkbox"></font></td> </tr> <tr height=25> <td align=center><font color ="black"><input type="checkbox"></font></td> </tr> <tr height=25> <td align=center><font color ="black"><input type="checkbox"></font></td> </tr> <tr height=25> <td align=center><font color ="black"><input type="checkbox"></font></td> </tr> <tr height=25> <td align=center><font color ="black"><input type="checkbox"></font></td> </tr> <tr height=25> <td align=center><font color ="black"><input type="checkbox"></font></td> </tr> <tr height=25> <td align=center><font color ="black"><input type="checkbox"></font></td> </tr> <tr height=25> <td align=center><font color ="black"><input type="checkbox"></font></td> </tr> <tr height=25> <td align=center><font color ="black"><input type="checkbox"></font></td> </tr> <tr height=25> <td align=center><font color ="black"><input type="checkbox"></font></td> </tr> <tr height=25> <td align=center><font color ="black"><input type="checkbox"></font></td> </tr> <tr height=25> <td align=center><font color ="black"><input type="checkbox"></font></td> </tr> <tr height=25> <td align=center><font color ="black"><input type="checkbox"></font></td> </tr> <tr height=25> <td align=center><font color ="black"><input type="checkbox"></font></td> </tr> <tr height=25> <td align=center><font color ="black"><input type="checkbox"></font></td> </tr> <tr height=25> <td align=center><font color ="black"><input type="checkbox"></font></td> </tr> <tr height=25> <td align=center><font color ="black"><input type="checkbox"></font></td> </tr> <tr height=25> <td align=center><font color ="black"><input type="checkbox"></font></td> </tr> <tr height=25> <td align=center><font color ="black"><input type="checkbox"></font></td> </tr> <tr height=25> <td align=center><font color ="black"><input type="checkbox"></font></td> </tr> <tr height=25> <td align=center><font color ="black"><input type="checkbox"></font></td> </tr> <tr height=25> <td align=center><font color ="black"><input type="checkbox"></font></td> </tr> <tr height=25> <td align=center><font color ="black"><input type="checkbox"></font></td> </tr> <tr height=25> <td align=center><font color ="black"><input type="checkbox"></font></td> </tr> <tr height=25> <td align=center><font color ="black"><input type="checkbox"></font></td> </tr> <tr height=25> <td align=center><font color ="black"><input type="checkbox"></font></td> </tr> </TABLE> </form> </body> </hmtl>
  19. Iae galera, criei uma conta aqui no fórum para ver se alguém pode me ajudar. É o seguinte: http://www.dotazoneapp.com/site/pt/ este site, tem um efeito bem interessante de scroll, que quando desce o scroll o background-image do elemento muda de poisção e desce também numa velocidade maior. E com isso gostaria de saber como fazer um efeito desse ou semelhante, pois não faço ideia de como seja feito. E também como o efeito de transição para cima do botão pode ser feito. Bem, é isso, desculpem-me por ter criado um tópico somente para isso. Obrigado desde já
  20. Olá estou com uma duvida sera que alguém pode me dar uma dica? Estou desenvolvendo um site ONE PAGE Dentro dele tenho varias seções, dentre umas delas tenho imagem com links posicionados dentro dela. ------- <div class="section" id="secondPage"> <section> <header> <img name="lupas" src="images/1_header.jpg" width="1343" height="726" id="lupas" usemap="#m_lupas" alt="lupa" /> <map name="m_lupas" id="m_lupas"> <area shape="rect" coords="469,418,511,461" href="images/paralax/marinheiro/index.html" target="None" alt="" title="Quarto Marinheiro" /> <area shape="rect" coords="229,349,271,392" href="images/paralax/tropical/index.html" target="None" alt="" title="Quarto Tropical" /> <area shape="rect" coords="223,235,265,278" href="images/paralax/branco/index.html" target="None" alt="" title="Quarto Branco" /> <area shape="rect" coords="477,298,519,341" href="images/paralax/safari/index.html" target="None" alt="" title="Quarto Safari" /> <area shape="rect" coords="912,397,954,440" href="images/paralax/pescador/index.html" target="None" alt="" title="Quarto Pescador" /> </map> </header> </section> </div> ---- Cada link é uma referencia a uma nova galeria, devera estar escondida. Ao clicar em um link, logo apos essa div acima, devera surgir um div que esta escondida(que é o problema) Onde terá uma galeria para mostrar as imagens referentes ao link. Deve criar uma galeria para cada link com a imagens e deixas escondida? tem alguma maneira de posicionar todas as galerias no mesmo local, para que usuário tenha a impressão ao clicar em outro link, apenas as imagens da galerias tenha si alterado. -O usuário pode fechar e abrir essa aba, logo abaixo da imagem. Qual a melhor maneira para criar? desenvolver essa gallery? (css, html e php ou javascrip, ajax)
  21. Muitos problemas pra quem tá programando pela primeira vez em javascript... Preciso de uma ajuda nisso. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" dir="ltr"> <head> <meta http-equiv="content-type" content="text/html; charset=utf-8" /> <title>Cadastro Ordens de Serviço</title> <link rel="stylesheet" href="os_files/css3menu1/style.css" type="text/css" /><style type="text/css">._css3m{display:none}</style> <script> var input = 1; function mais(campo) { var valor = "input "+input+" - "+campo+" <input type='text' name='"+campo+"' value=''><br>"; var nova = document.getElementById("aqui"); var novadiv = document.createElement("div"); var nomediv = "div"; novadiv.innerHTML = "Pergunta "+input+" <input type='text' required name=' "+campo +"' value=''> Resposta<input type='text' required name=' "+campo +"' value=''> Peso:<input type='number' required name='quantity' min='1' max='10'>"; nova.appendChild(novadiv); input++; } </script> </head> <body style="background-color:#EBEBEB"> <ul id="css3menu1" class="topmenu"> <li class="topfirst"><a href="index.html" style="width:127px;height:32px;line-height:32px;"><img src="os_files/css3menu1/home.png" alt=""/>Página Inicial</a></li> <li class="toplast"><a href="#" style="width:66px;height:32px;line-height:32px;"><img src="os_files/css3menu1/256-2.png" alt=""/>Sair</a></li><br> </ul> <br> <h3><font face="Segoe UI">Criar Questionário</H3> Requerente: <i>**vem do usuário logado**</i><br> nº os: <i>**numeração automática**</i><br> <br clear=right> <form name="form" method="GET"> <input type="text" style="display: none" name="campo" value=""><br> <input type="button" value="adicionar pergunta" onClick="mais(campo.value);"> <div id="aqui"></div> <input type ="button" value="OK" onClick="window.close"> </form> <div id="txt"></div> </body> </html> Esse é meu html com javascript. o que eu preciso é que ao clicar em um botão adicione a pergunta, igual está fazendo. Mas ao invés de adicionar uma única resposta, adicione quantas eu precisar, e cada resposta receba um peso, assim como eu fiz. Preciso que cada pergunta e resposta+peso recebida seja guardada no bd.
  22. Olá pessoal. Preciso de uma grande ajuda da comunidade. Estou criando uma startup cujo objetivo é desenvolver ferramentas para facilitar o trabalho de webdesigners e agências digitais. Entre as várias ferramentas que estamos elaborando estão algumas que ajudarão ao designer a encontrar novos clientes, permitir montar uma equipe de colaboradores, um "framework" que elimina a necessidade de programação, entre outras. Para isso gostaria de pedir que respondessem a nossa pesquisa neste link http://goo.gl/forms/vMg5L51LsI (é bem rápido, não vai tomar mais de 1 minuto). Estamos participando de um programa de aceleração da nossa startup, e a opinião de todos vocês é muito importante nesta fase. Obrigado pelo apoio! Abraços.
  23. Olá pessoal, andei pesquisando aqui no fórum uma solução para meu problema, mas as alternativas que tentei não resolveram o caso. Poderiam me dar uma ajudinha aqui? Quero criar um terceiro nível em meu menu, especialmente no marcador "Download", para que eu possa, por exemplo, dar categorias de downloads como "material acadêmico, etc...". <div class='top-nav'> <div id='menu-dropdown'> <ul id='topmobilemenu'> <li><a expr:href='data:blog.homepageUrl'><span><i class='icon-home'/></span></a></li> <li class='has-sub'> <a href='#'><span>Tecnologia</span></a> <ul> <li><a href='#'><span>Notícias</span></a></li> <li><a href='#'><span>Downloads</span></a></li> <li class='last'><a href='#'><span>Products</span></a></li> </ul> </li> <li class='has-sub'> <a href='#'><span>Negócios</span></a> <ul> <li><a href='#'><span>Marketing</span></a></li> <li class='last'><a href='#'><span>Location</span></a></li> </ul> </li> <li class='last'><a href='#'><span>Fashion</span></a></li> <li class='last'><a href='#'><span>Lifestyle</span></a></li> </ul> </div> <ul class='social-icons float-right'> <li class='facebook'><a href='http://facebook.com' target='_blank' title='Facebook'> <i class='icon-facebook'/> </a></li> <li class='twitter'><a href='https://twitter.com' target='_blank' title='Twitter'> <i class='icon-twitter'/> </a></li> <li class='gplus'><a href='https://plus.google.com' target='_blank' title='Google plus'> <i class='icon-google-plus'/> </a></li> </ul> </div> <div class='clear'/> E o CSS pra ele é: (Vou colando a medida que eu for localizando no template) #menu-dropdown { max-width: 650px; float: left; } #menu-dropdown { border: 0px; margin: 0px auto; padding: 0px; font-size: 14px; font-weight: bold; width:100%; max-width:750px; float:left; } #menu-dropdown ul { background: #333333; height: 45px; list-style: none; margin: 0; padding: 0; } #menu-dropdown li { float: left; padding: 0px; } #menu-dropdown li a { background: #333333 url('http://4.bp.blogspot.com/-eRuYGIJ6kZU/Un8xjrEuaUI/AAAAAAAABto/rEx77zt-lr4/s1600/seperator.gif') center right no-repeat; display: block; font-weight: 400; line-height: 45px; margin: 0px; padding: 0px 15px; text-align: center; text-decoration: none; font-family: Oswald, arial, Georgia, serif; text-transform: uppercase; font-size:15px; } #menu-dropdown > ul > li > a { color: #cccccc; } #menu-dropdown ul ul a { color: #cccccc; } #menu-dropdown li > a:hover, #menu-dropdown ul li:hover > a { background: $(primary.color) url('http://2.bp.blogspot.com/-OIz_gMAJc6M/Un8xjibyHrI/AAAAAAAABt8/cJcD57RyXXY/s1600/hover.png') bottom center no-repeat; color: #FFFFFF; text-decoration: none; } #menu-dropdown li > a i{ color: #FFFFFF; } #menu-dropdown li ul { background: #333333; display: none; height: auto; padding: 0px; margin: 0px; border: 0px; position: absolute; width: 225px; z-index: 200; /*top:1em; /*left:0;*/ } #menu-dropdown li:hover ul { display: block; } #menu-dropdown li li { background: url('http://2.bp.blogspot.com/-62RZ4E3cHS8/Un8xkLqHRaI/AAAAAAAABt0/RqGVZ3Xy1Hs/s1600/sub_sep.gif') bottom left no-repeat; display: block; float: none; margin: 0px; padding: 0px; width: 225px; } #menu-dropdown li:hover li a { background: none; } #menu-dropdown li ul a { display: block; height: 35px; line-height:35px; font-size: 12px; font-style: normal; margin: 0px; padding: 0px 10px 0px 15px; text-align: left; } #menu-dropdown li ul a:hover, #menu-dropdown li ul li:hover > a { background: $(primary.color) url('http://1.bp.blogspot.com/-xW_sOqCx39k/Un8xjlYSKqI/AAAAAAAABts/LJqXWuWTJME/s1600/hover_sub.png') center left no-repeat; border: 0px; color: #ffffff; text-decoration: none; } #menu-dropdown p { clear: left; } Em anexo segue um print do menu atual.
  24. Prezados, boa tarde. Tudo certo? Estou com um projeto de pesquisa de satisfação no Sharepoint da empresa onde trabalho e tenho uma dúvida: Preciso que uma URL do Sharepoint tenha em si um número como argumento (Exemplo: sharepoint..com.br?ticket=123456) e esse argumento deve ser inserido num campo do formulário. De que maneira posso inserir este dado no campo? Se eu colocar uma tag com o nome "Ticket" o site já entende que deve atribuir o dado na tag? Peço desculpas se for uma pergunta vaga e leiga. Abraços!
  25. Olá, boa noite galera. Esse é meu primeiro post e o que me traz aqui é o seguinte: Tenho um trabalho de escola para apresentar, um sistema de gerenciamento de um condomínio residencial que consiga ter controle de pagamentos, mensalidades atrasadas, reclamações com o sindico e etc. Tenho que diferenciar um usuário comum de um administrador um administrador pode alterar qualquer coisa em relação a cadastramento, edição e exclusão de usuários ou qualquer outro tipo de informação. Um usuário comum só poderá visualizar suas informações, só terá permissão para alterar suas próprias informações, mandar mensagens ao sindico e efetuar o pagamento das mensalidades caso haja. Eu já fiz grande parte desses requisitos, não estou usando orientação a objetos por que ainda não aprendi (estou cursando o 3º ano do E.M técnico). Estou agora fazendo o painel de controle de usuário e administradores. Só que tenho uma problema, quero que o adm consiga ver todos os dados da tabela e que o usuário consiga ver só a sua informação em cada tabela e eu pensei em fazer isso passando o nome do usuário pela url e conseguir pega-lo e usa-lo para acessar só os dados dele na tabela. Login.html: 2 Painel em desenvolvimento: 3 - Sub-menu: 4 - Visualização dos dados na tabela com um erro de passagem: E os códigos Login.html <!doctype html> <html> <head> <meta charset="utf-8"> <title>Login - Mirante da Pedra</title> <link href="css/estilo.css" rel="stylesheet" type="text/css"> </head> <body id="fundo"> <div id="cadastrar"><a href="cadastro.php" title="Cadastre-se para ter acesso ao painel de controle!">Cadastre-se &raquo;</a></div> <div id="voltar"><a href="index.php" title="Volte para a pagina inicial">&laquo; Voltar</a></div> <div id="login" align="center" class="form bradius"> <div id="logo"><img src="images/logo.png" alt="" title="" width="220" height="64"></div> <form action="login.php?usu=$usuario" method="post"> <div align="center"> <label for="usuario">Usuario: </label> <input name="usuario" type="text" autofocus class="txt bradius" id="usuario" value="" /> <br> <label for="senha">Senha: </label> <input id="senha" type="password" class="txt bradius" name="senha" value="" /> </div> <br> <input type="submit" class="sb bradius" value="Entrar" /> </form> <br> <a href="#"><h5>Esqueci minha senha</h5></a> </div> </body> </html> Código Login.php <?php // session_start inicia a sessão session_start(); // as variáveis login e senha recebem os dados digitados na página anterior $usuario = $_POST['usuario']; $senha = $_POST['senha']; // as próximas 3 linhas são responsáveis em se conectar com o bando de dados. include ("cnx.php"); if(empty($usuario) || empty($senha)){ header("location:erro_login_campovazio.php"); }else{ //*A variavel $result pega as varias $login e $senha, faz uma pesquisa na tabela de usuarios */ if($resultado = mysql_query("SELECT * FROM usuarios WHERE usuario = '$usuario' and senha='$senha'")) while ($montar=mysql_fetch_array($resultado)) $linhas = mysql_num_rows ($resultado); if($linhas==1) { setcookie("usuario",'$usuario', (time() + (3 * 24 * 3600))); setcookie("senha",'$senha', (time() + (3 * 24 * 3600))); header("location:painel_usuario.php?usu=$usuario"); }else{ if ($resultado1 = mysql_query("SELECT * FROM admin WHERE usuario = '$usuario' and senha='$senha'")) while ($montar1=mysql_fetch_array($resultado1)) $linhas1 = mysql_num_rows ($resultado1); if($linhas1==1) { setcookie("usuario",'$usuario', (time() + (3 * 24 * 3600))); setcookie("senha",'$senha', (time() + (3 * 24 * 3600))); header("location:painel_controle.php?usu=$usuario"); } else { unset ($_SESSION['usuario']); unset ($_SESSION['senha']); header('location:erro_login.html'); } } } mysql_close($cnx); ?> Código do Painel controle.php <!doctype html> <html> <head> <meta charset="utf-8"> <title>Painel de Controle - Mirante da Pedra</title> <link href="css/estilo.css" rel="stylesheet" type="text/css"> <script type="text/javascript" src="jquery/jquery-2.1.1.js"></script> <script type="text/javascript" src="jquery/script.js"></script> <?php $usuario=$_GET['usu']; ?> </head> <body id="fundo"> <div id="topo"> <div id="bem-vindo">Bem Vindo: <?php echo $usuario ?></div> <div align="center" id="central"> <ul class="menu-topo"> <li><a href="#">Usuarios</a> <ul> <li><a href="dados_usuarios.php?usu=$usuario">Controle de usuarios</a></li> <li><a href="#">Cadastro de usuarios</a></li> </ul> </li> <li><a href="#">Financeiro</a> <ul> <li><a href="#">Usuarios</a></li> <li><a href="#">Funcionarios</a></li> </ul> </li> <li><a href="#">Reclamações</a></li> <li><a href="#">Reservas</a></li> </ul> </div> </div> </div> </body> </html> E o código que visualiza os dados da tabela. <!doctype html> <html> <head> <meta charset="utf-8"> <title>Painel de Controle - Mirante da Pedra</title> <link href="css/estilo.css" rel="stylesheet" type="text/css"> <script type="text/javascript" src="jquery/jquery-2.1.1.js"></script> <script type="text/javascript" src="jquery/script.js"></script> <?php $usuario=$_GET['usu']; ?> </head> <body id="fundo"> <div id="topo"> <div id="bem-vindo">Bem Vindo: <?php echo $usuario ?></div> <div align="center" id="central"> <ul class="menu-topo"> <li><a href="#">Usuarios</a> <ul> <li><a href="dados_usuarios.php?usu=$usuario">Controle de usuarios</a></li> <li><a href="#">Cadastro de usuarios</a></li> </ul> </li> <li><a href="#">Financeiro</a> <ul> <li><a href="#">Usuarios</a></li> <li><a href="#">Funcionarios</a></li> </ul> </li> <li><a href="#">Reclamações</a></li> <li><a href="#">Reservas</a></li> </ul> </div> </div> </div> <div id="tabela"> <center> <?php include ("cnx.php"); ?> <table border="1px" align="center" cellpadding="7" cellspacing="3" bgcolor="#E7E7E7"> <tr bgcolor="#289C00"> <th width="50px"> ID </th> <th> Nome </th> <th> Email </th> <th> Usuario </th> <th colspan="2"> Funções </th> </tr> <?php include "cnx.php"; $visualizar=mysql_query('select * from usuarios ORDER BY id ASC') or die (mysql_error()); while ($montar=mysql_fetch_array($visualizar)) { $id=$montar['id']; $nome=$montar['nome']; $email=$montar['email']; $usuario=$montar['usuario']; echo" <tr align='center'> <td> $id </td> <td> <a href='perfil.php?usu=$usuario'>$nome</a> </td> <td> $email </td> <td> $usuario </td> <td> <a href='alterar_dados.php?usu=$usuario'><img src='images/edit-icon.png' width='20'></a> </td> <td> <a href='alterar_dados.php?usu=$usuario'><img src='images/delete-icon.png' width='20'></a> </td> </tr>"; } ?> </table> </center> </div> </body> </html> Enfim, como passar o nome do usuário para essa ultima pagina onde no print aparece $usuario?. Alguém me da uma dica para o desenvolvimento, alguma coisa que esteja errado, ou algo mais profissional. Esse é o meu primeiro ano em contato com o php e meu último ano da escola, esse trabalho é a minha avaliação final e só termino o técnico caso consiga uma boa nota nesse trabalho. Muito obrigado a todos e desculpe qualquer coisa.
×
×
  • Criar Novo...