Permalink
Cannot retrieve contributors at this time
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
96 lines (58 sloc)
3.36 KB
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!doctype html public "-//w3c//dtd html 4.0 transitional//en"> | |
| <html> | |
| <head> | |
| <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> | |
| <META HTTP-EQUIV="Cache-Control" CONTENT="no-cache, must-revalidate"> | |
| <title>Universidade Federal de Ouro Preto</title> | |
| <script language="JavaScript"> | |
| <!-- hide this script from non-javascript-enabled browsers | |
| if (document.images) { | |
| A01_01 = new Image(42, 30);A01_01.src = 'menu/imagens/setes.gif'; | |
| A01_01o =new Image(42, 30);A01_01o.src = 'menu/imagens/setesc.gif'; | |
| A01_02 = new Image(42, 30);A01_02.src = 'menu/imagens/setdir.gif'; | |
| A01_02o =new Image(42, 30);A01_02o.src = 'menu/imagens/setdirc.gif'; | |
| } | |
| function di(id,name){ | |
| if (document.images) {document.images[id].src=eval(name+".src"); } | |
| } | |
| // stop hiding --> | |
| </script> | |
| </head> | |
| <body background="menu/funpazul.gif" topmargin="0" leftmargin="0" marginheight="0" marginwidth="0"> | |
| <table BORDER=0 WIDTH="600" cellpadding="0" cellspacing="0"> | |
| <tr> | |
| <td width="20"> </td> | |
| <td VALIGN=TOP WIDTH="185"><font size=-2 face="Arial,Helvetica,sans-serif">Sugestões, | |
| dúvidas, consultas?<br>Mande um e-mail para o <a href="mailto:web@cpd.ufop.br">WebMaster</a><br></font></td> | |
| <td VALIGN=TOP WIDTH="84"><a href="homepage.html" target="_top" onmouseout="di('NHP_01_01','A01_01o');window.status=''; return true" onmouseover="di('NHP_01_01','A01_01');window.status='Voltar para a página anterior'; return true"><img SRC="menu/imagens/setes.gif" NAME="NHP_01_01" ALT="Voltando" NOSAVE BORDER=0 height=30 width=42></a><a href="maismenu.htm" target="menu" onmouseout="di('NHP_01_02','A01_02o');window.status=''; return true" onmouseover="di('NHP_01_02','A01_02');window.status='Mais entradas de menu'; return true"><img SRC="menu/setdir.gif" NAME="NHP_01_02" ALT="Outra página do menu" NOSAVE BORDER=0 height=30 width=42></a></td> | |
| <td valign="middle" width="266"><script language="JavaScript1.2"> | |
| //Specify the marquee's scroll speed (larger is faster) | |
| var speed=6 | |
| //Specify the marquee contents | |
| var marqueecontents='<font face="Arial" size="2">Já está no ar a edição n.º 140 do Jornal da UFOP, de abril</font> <font face="Arial" size="2">Vem aí o II Simpósio Nacional de História das Religiões e VI Ciclo de Estudos da Religião: de 23 a 25 de maio</font>' | |
| if (document.all) | |
| document.write('<marquee scrollAmount='+speed+' style="width:266">'+marqueecontents+'</marquee>') | |
| function intializemarquee(){ | |
| if (document.layers){ | |
| document.cmarquee01.document.cmarquee02.document.write('<nobr>'+marqueecontents+'</nobr>') | |
| document.cmarquee01.document.cmarquee02.document.close() | |
| thelength=document.cmarquee01.document.cmarquee02.document.width | |
| scrollit() | |
| } | |
| } | |
| function scrollit(){ | |
| if (document.cmarquee01.document.cmarquee02.left>=thelength*(-1)){ | |
| document.cmarquee01.document.cmarquee02.left-=speed | |
| setTimeout("scrollit()",100) | |
| } | |
| else{ | |
| document.cmarquee01.document.cmarquee02.left=266 | |
| scrollit() | |
| } | |
| } | |
| window.onload=intializemarquee | |
| </script><ilayer height="10" width="266" name="cmarquee01"> <layer name="cmarquee02"> </layer> </ilayer></td> | |
| </tr> | |
| </table> | |
| </body> | |
| </html> |