Commit 39fa7f25527ce2187ab8f839db071d027e26cd2a

Authored by Edmar Moretti
1 parent e24bc03b

--no commit message

Showing 1 changed file with 24 additions and 0 deletions   Show diff stats
ferramentas/buffer/index .htm 0 → 100644
... ... @@ -0,0 +1,24 @@
  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 +<title></title>
  6 +<style type="text/css" >button{background:url(../../imagens/tic.png) 98% 50% no-repeat;}</style>
  7 +<link rel="stylesheet" type="text/css" href="../../pacotes/yui270/build/button/assets/skins/sam/button.css"/>
  8 +<style type="text/css">
  9 +body {
  10 + margin:0;
  11 + padding:0;border:0px;
  12 +}
  13 +</style>
  14 +</head>
  15 +<body class="yui-skin-sam">
  16 +<div style="top:0px;left:0px;display:block;width:95%;" id='resultado' >
  17 +</div>
  18 +<div style="top:10px;left:0px;display:block;width:95%;color:red" id='fim' >
  19 +</div>
  20 +</body>
  21 +
  22 +<script src="../i3geo_tudo_compacto.js.php" type="text/javascript"></script>
  23 +<script language="JavaScript" type="text/javascript" src="index.js"></script>
  24 +</html>
0 25 \ No newline at end of file
... ...