Commit e599113061b2ab1d7324ac32a49b087ce94c060d

Authored by Edmar Moretti
1 parent 2245c95a

--no commit message

Showing 1 changed file with 16 additions and 0 deletions   Show diff stats
ferramentas/buffer/index.htm 0 → 100644
... ... @@ -0,0 +1,16 @@
  1 +<html>
  2 +<head>
  3 +<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=ISO-8859-1">
  4 +<link rel="stylesheet" type="text/css" href="../../css/i3geo_ferramentas.css">
  5 +<style>.yuibutton button{padding-left:2em;background:url(../../imagens/tic.png) 5% 50% no-repeat;}</style>
  6 +</head>
  7 +<body>
  8 +<div style="top:0px;left:-10px;display:block;width:100%;" id='resultado' >
  9 +</div>
  10 +<div style="top:10px;left:0px;display:block;width:100%;color:red" id='fim' >
  11 +</div>
  12 +</body>
  13 +
  14 +<script src="../i3geo_tudo_compacto.js.php" type="text/javascript"></script>
  15 +<script language="JavaScript" type="text/javascript" src="index.js"></script>
  16 +</html>
0 17 \ No newline at end of file
... ...