Line: 1 to 1 | |||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Changed: | |||||||||||||||||||||||||||||||
< < | <!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=iso-8859-1" /> <title>:: DelzaTeste - CPD.Universidade Federal da Bahia ::</title> <link rel="shortcut icon" href="/twiki/pub/DelzaTeste/LayoutTemplate/brasaoufba.ico" /> <script language="JavaScript"> //---- Rotinas do menu ------- var t_objeto, t_imagem, t_trocar; t_objAnt = false; //Esconde e mostra os blocos de itens do menu function troca(objeto,imagem) { if (t_objAnt) { if (t_objeto!=objeto) { t_objAnt = false; troca(t_objeto, t_imagem); } } if (document.getElementById) { if (document.getElementById(objeto).style.display = 'none'){ document.getElementById(imagem).src = "img/SetaBaixo.gif"; document.getElementById(objeto).style.display = 'none'; }else{ document.getElementById(imagem).src = "img/SetaCima.gif"; document.getElementById(objeto).style.display = 'block'; } } else if (document.layers && document.layers[objeto] = null) { if (document.layers[objeto].visibility == 'visible' || document.layers[objeto].visibility == 'show' ) document.layers[objeto].visibility = 'hidden'; else document.layers[objeto].visibility = 'visible'; } else if (document.all) { if (document.all[objeto].style.visibility == 'visible') document.all[objeto].style.visibility = 'hidden'; else document.all[objeto].style.visibility = 'visible'; } if (t_objeto==objeto) { t_objAnt = false; t_objeto = null; } else { t_objeto = objeto; t_imagem = imagem; t_objAnt = true; } return false; } //---- Rotinas da toolbar ------- function reSize() { barW = 0; barH = 0; if (navDOM) { if (document.height > innerHeight) barW = 15; if (document.width > innerWidth) barH = 15; } else { innerWidth = document.body.clientWidth; innerHeight = document.body.clientHeight; } posX = ((innerWidth - markW)-barW) * (markX/100); posY = ((innerHeight - markH)-barH) * (markY/106); } function reposiciona() { wMark.left = posX + (navDOM?pageXOffset:document.body.scrollLeft); wMark.top = posY + (navDOM?pageYOffset:document.body.scrollTop); } function inicializa() { markW = 55; markH = 20; markX = 95; markY = 102; intervalo = 600; // set common object reference if (document.all) document.all = document; if (document.all.toolBar.style) document.all.toolBar.style = document.all.toolBar; wMark = document.all.toolBar.style; wMark.width = markW; wMark.height = markH; navDOM = window.innerHeight; reSize(); window.onresize=reSize; markID = setInterval ("reposiciona()",intervalo); } function comboChange(comoBox,usado){ window.open( comoBox.options[comoBox.selectedIndex].value); if (usado) comoBox.selectedIndex=0; } </script> <style> html, body {height:100%;} body { /*background: #CCCC66 url('body2.jpg') top left;*/
</style> <!--[if lt IE 6]> <![endif]--> </head> <body> <div id="total"> <div id="fundoesq"></div> <div id="fundodir"></div> <div id="conteudo"> <div id="topo"><div id=email><a href="mailto:delza@ufba.br"><b>e-mail:delza@ufba.br</b></a></div></div> <div id="outer"> <div id="esquerda">
<div align="center"> <form action='/twiki/bin/view/Biologia/WebSearch?search='><br /> <input type="text" name="search" size="14" /><br /> <input type="submit" class="twikiSubmit" value="Search" /><br /> advanced search </form> </div> </div> <!-- Fim da div#esquerda --> <div id="principal"> No permission to view Biologia.SemDestaques %TEXT% </div> <!-- Fim da div#principal --> </div> <!--Fim da div#outer --> <div class="clear"></div> </div> <!--Fim da div#conteudo --> <div id="rodape"> Endereço: Rua Barão de Geremoabo, 147 - Campus de Ondina CEP: 40170-290 Salvador - Bahia Telefones: (71) 3283-6590/6512 Fax:(71) 3283-6511 E-mail: ibio@ufba.br <br/> Editar Anexar Versões Mais... <a href="?logout=1">Sair</a> </div> </div> <!-- Fim da div#total --> </body> </html> | ||||||||||||||||||||||||||||||
> > |
<--[if lt IE 6]> |
Line: 1 to 1 | |||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Added: | |||||||||||||||||||||||||||||||
> > | <!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=iso-8859-1" /> <title>:: DelzaTeste - CPD.Universidade Federal da Bahia ::</title> <link rel="shortcut icon" href="/twiki/pub/DelzaTeste/LayoutTemplate/brasaoufba.ico" /> <script language="JavaScript"> //---- Rotinas do menu ------- var t_objeto, t_imagem, t_trocar; t_objAnt = false; //Esconde e mostra os blocos de itens do menu function troca(objeto,imagem) { if (t_objAnt) { if (t_objeto!=objeto) { t_objAnt = false; troca(t_objeto, t_imagem); } } if (document.getElementById) { if (document.getElementById(objeto).style.display = 'none'){ document.getElementById(imagem).src = "img/SetaBaixo.gif"; document.getElementById(objeto).style.display = 'none'; }else{ document.getElementById(imagem).src = "img/SetaCima.gif"; document.getElementById(objeto).style.display = 'block'; } } else if (document.layers && document.layers[objeto] = null) { if (document.layers[objeto].visibility == 'visible' || document.layers[objeto].visibility == 'show' ) document.layers[objeto].visibility = 'hidden'; else document.layers[objeto].visibility = 'visible'; } else if (document.all) { if (document.all[objeto].style.visibility == 'visible') document.all[objeto].style.visibility = 'hidden'; else document.all[objeto].style.visibility = 'visible'; } if (t_objeto==objeto) { t_objAnt = false; t_objeto = null; } else { t_objeto = objeto; t_imagem = imagem; t_objAnt = true; } return false; } //---- Rotinas da toolbar ------- function reSize() { barW = 0; barH = 0; if (navDOM) { if (document.height > innerHeight) barW = 15; if (document.width > innerWidth) barH = 15; } else { innerWidth = document.body.clientWidth; innerHeight = document.body.clientHeight; } posX = ((innerWidth - markW)-barW) * (markX/100); posY = ((innerHeight - markH)-barH) * (markY/106); } function reposiciona() { wMark.left = posX + (navDOM?pageXOffset:document.body.scrollLeft); wMark.top = posY + (navDOM?pageYOffset:document.body.scrollTop); } function inicializa() { markW = 55; markH = 20; markX = 95; markY = 102; intervalo = 600; // set common object reference if (document.all) document.all = document; if (document.all.toolBar.style) document.all.toolBar.style = document.all.toolBar; wMark = document.all.toolBar.style; wMark.width = markW; wMark.height = markH; navDOM = window.innerHeight; reSize(); window.onresize=reSize; markID = setInterval ("reposiciona()",intervalo); } function comboChange(comoBox,usado){ window.open( comoBox.options[comoBox.selectedIndex].value); if (usado) comoBox.selectedIndex=0; } </script> <style> html, body {height:100%;} body { /*background: #CCCC66 url('body2.jpg') top left;*/
</style> <!--[if lt IE 6]> <![endif]--> </head> <body> <div id="total"> <div id="fundoesq"></div> <div id="fundodir"></div> <div id="conteudo"> <div id="topo"><div id=email><a href="mailto:delza@ufba.br"><b>e-mail:delza@ufba.br</b></a></div></div> <div id="outer"> <div id="esquerda">
<div align="center"> <form action='/twiki/bin/view/Biologia/WebSearch?search='><br /> <input type="text" name="search" size="14" /><br /> <input type="submit" class="twikiSubmit" value="Search" /><br /> advanced search </form> </div> </div> <!-- Fim da div#esquerda --> <div id="principal">
%TEXT% </div> <!-- Fim da div#principal --> </div> <!--Fim da div#outer --> <div class="clear"></div> </div> <!--Fim da div#conteudo --> <div id="rodape"> Endereço: Rua Barão de Geremoabo, 147 - Campus de Ondina CEP: 40170-290 Salvador - Bahia Telefones: (71) 3283-6590/6512 Fax:(71) 3283-6511 E-mail: ibio@ufba.br <br/> Editar Anexar Versões Mais... <a href="?logout=1">Sair</a> </div> </div> <!-- Fim da div#total --> </body> </html> |