From fecb73906a697c20963f3809e094190bf53a5d92 Mon Sep 17 00:00:00 2001 From: Edmar Moretti Date: Wed, 23 Jun 2010 09:05:16 +0000 Subject: [PATCH] --- ferramentas/exemplo/index.htm | 34 ---------------------------------- ferramentas/exemplo/index.js | 21 --------------------- 2 files changed, 0 insertions(+), 55 deletions(-) delete mode 100644 ferramentas/exemplo/index.htm delete mode 100644 ferramentas/exemplo/index.js diff --git a/ferramentas/exemplo/index.htm b/ferramentas/exemplo/index.htm deleted file mode 100644 index af82025..0000000 --- a/ferramentas/exemplo/index.htm +++ /dev/null @@ -1,34 +0,0 @@ - - - - - - - - -
-
-
 Guia 1 
-
 Guia 2 
-
 Guia 3 
-
- -
-
- Isto é uma mensagem -
-
- Isto também é uma mensagem -
-
- - -
-
- - - - diff --git a/ferramentas/exemplo/index.js b/ferramentas/exemplo/index.js deleted file mode 100644 index 7a5f6c9..0000000 --- a/ferramentas/exemplo/index.js +++ /dev/null @@ -1,21 +0,0 @@ -parametrosURL() -mensagemAjuda("men1","") -mensagemOpcao("opc1","") -xpt = unescape(((((window.location.href).split("x="))[1]).split("&"))[0] ); -ypt = unescape(((((window.location.href).split("y="))[1]).split("&"))[0] ); - -$i("guia1").onclick = function() -{ - $i("guia1obj").style.display="block"; -} -$i("guia2").onclick = function() -{ - $i("guia2obj").style.display="block"; - $i("coord").innerHTML = "Você clicou nas coordenadas
x: "+xpt+"
y: "+ypt -} -$i("guia3").onclick = function() -{ - $i("guia3obj").style.display="block"; - alert("voce clicou na guia 3") -} - -- libgit2 0.21.2