Commit 50befee8a0b08b1a4ef262f403b493d50a6e57f0

Authored by Edmar Moretti
1 parent 9697a563

Correções nos padrões das tags html

Showing 1 changed file with 6 additions and 5 deletions   Show diff stats
ferramentas/inserexy2/index.htm
... ... @@ -3,7 +3,8 @@
3 3 <META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=ISO-8859-1">
4 4 <link rel="stylesheet" type="text/css" href="../../css/i3geo_ferramentas.css">
5 5 <link rel="stylesheet" type="text/css" href="../../pacotes/yui231/build/tabview/assets/skins/sam/tabview.css">
6   -<style>.yuibutton button{padding-left:2em;background:url(../../imagens/tic.png) 5% 50% no-repeat;}</style>
  6 +<title></title>
  7 +<style type="text/css" >.yuibutton button{padding-left:2em;background:url(../../imagens/tic.png) 5% 50% no-repeat;}</style>
7 8 </head>
8 9 <body class="yui-skin-sam" >
9 10 <div class=verdeescuro style="top:0px;cursor:pointer;left:0px;">
... ... @@ -13,7 +14,7 @@
13 14 <div id=guia4 >Conversor</div>
14 15 <div id=guia5 >Coordenadas</div>
15 16 </div>
16   - <span id=geral style="left:0px;top:0px;">
  17 + <div id=geral style="left:0px;top:0px;">
17 18 <div id=projecao style='left:0px;display:none'>
18 19 Proje&ccedil;&atilde;o:
19 20 <div onclick='verificaproj()' id="listaepsg" style="border:1px solid gray;width:300px;overflow:auto;height:60px;display:block;left:1px" >
... ... @@ -39,7 +40,7 @@
39 40 <div class=guiaobj id="guia2obj" style="display:none;;left:1px" >
40 41 <div id=tipodig style="display:block;top:5px;left:0px">
41 42 Tipo de entrada:
42   - <table class=lista >
  43 + <table summary="Tipo de entrada" class=lista >
43 44 <tr>
44 45 <td><input title='DMS' onclick='escolhedig("digmascara")' name=tipodig type=radio id='tipodigmascara' checked /></td>
45 46 <td>Máscara</td>
... ... @@ -104,8 +105,8 @@
104 105 <div class=guiaobj id="guia5obj" style="display:none;left:1px;top:5px" >
105 106 <div id="resultado" style="display:block;position:relative;top:10px;left:0px;font-size:12px"></div>
106 107 </div>
107   - </span>
108   -</body>
  108 + </div>
109 109 <script src="../i3geo_tudo_compacto.js.php" type="text/javascript"></script>
110 110 <script language="JavaScript" type="text/javascript" src="index.js"></script>
  111 +</body>
111 112 </html>
112 113 \ No newline at end of file
... ...