Mudanças entre as edições de "Dago:Testes"
De WikiLICC
(→to do) |
(→to do) |
||
Linha 57: | Linha 57: | ||
*projeto rt | *projeto rt | ||
*projeto portal | *projeto portal | ||
+ | |||
+ | ==Teste Frame== | ||
+ | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> | ||
+ | <html> | ||
+ | <head> | ||
+ | <title> | ||
+ | INSTITUTO DE MATEMÁTICA - UFRGS | ||
+ | </title> | ||
+ | <link rel="SHORTCUT ICON" href= | ||
+ | "http://www.mat.ufrgs.br/im.ico"> | ||
+ | <meta name="AUTHOR" content="Rudnei Dias da Cunha"> | ||
+ | </head> | ||
+ | <frameset rows="121,*" framespacing="0" frameborder="0" | ||
+ | border="0"> | ||
+ | <frame framespacing="0" frameborder="0" src="topo.html" name= | ||
+ | "topo" scrolling='no' noresize> | ||
+ | |||
+ | <frameset cols="104,*" framespacing="0" frameborder="0" | ||
+ | border="0"> | ||
+ | <frameset rows="160,*" framespacing="0" frameborder="0" | ||
+ | border="0"> | ||
+ | <frame framespacing="0" frameborder="0" src="menu.html" | ||
+ | name="menu" scrolling='no' noresize> | ||
+ | <frame framespacing="0" frameborder="0" src="rodape.html" | ||
+ | name="rodape" scrolling='no' noresize> | ||
+ | </frameset> | ||
+ | <frame framespacing="0" frameborder="0" src="abertura.html" | ||
+ | name="principal" scrolling='auto' noresize> | ||
+ | </frameset> | ||
+ | <noframes> | ||
+ | <body topmargin="0" leftmargin="0" background="" bgcolor= | ||
+ | "#ffffff" text="#004080" link="#0000ff" vlink="#0080C0" | ||
+ | alink="#0000A0"> | ||
+ | </body> | ||
+ | </noframes> | ||
+ | |||
+ | </frameset> | ||
+ | </html> |
Edição das 14h03min de 28 de abril de 2009
Página Sandbox de Testes do dago.
Uma fórmula:
<math>x+y+z</math>
Testes
Predefinições, Art of Problem Solving
Ai vem php
<?php
echo "Hello World";
?>
---
to do
- fluxo de documentos
- forms
- predefinições
- projeto dokuwiki
- projeto opencms
- projeto rt
- projeto portal
Teste Frame
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> <html>
<head> <title> INSTITUTO DE MATEMÁTICA - UFRGS </title> <link rel="SHORTCUT ICON" href= "http://www.mat.ufrgs.br/im.ico"> <meta name="AUTHOR" content="Rudnei Dias da Cunha"> </head> <frameset rows="121,*" framespacing="0" frameborder="0" border="0"> <frame framespacing="0" frameborder="0" src="topo.html" name= "topo" scrolling='no' noresize>
<frameset cols="104,*" framespacing="0" frameborder="0" border="0"> <frameset rows="160,*" framespacing="0" frameborder="0" border="0"> <frame framespacing="0" frameborder="0" src="menu.html" name="menu" scrolling='no' noresize> <frame framespacing="0" frameborder="0" src="rodape.html" name="rodape" scrolling='no' noresize> </frameset> <frame framespacing="0" frameborder="0" src="abertura.html" name="principal" scrolling='auto' noresize> </frameset> <noframes> <body topmargin="0" leftmargin="0" background="" bgcolor= "#ffffff" text="#004080" link="#0000ff" vlink="#0080C0" alink="#0000A0"> </body> </noframes>
</frameset>
</html>