Commit 50befee8a0b08b1a4ef262f403b493d50a6e57f0
1 parent
9697a563
Exists in
master
and in
7 other branches
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,7 +3,8 @@ | ||
3 | <META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=ISO-8859-1"> | 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"> | 4 | <link rel="stylesheet" type="text/css" href="../../css/i3geo_ferramentas.css"> |
5 | <link rel="stylesheet" type="text/css" href="../../pacotes/yui231/build/tabview/assets/skins/sam/tabview.css"> | 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 | </head> | 8 | </head> |
8 | <body class="yui-skin-sam" > | 9 | <body class="yui-skin-sam" > |
9 | <div class=verdeescuro style="top:0px;cursor:pointer;left:0px;"> | 10 | <div class=verdeescuro style="top:0px;cursor:pointer;left:0px;"> |
@@ -13,7 +14,7 @@ | @@ -13,7 +14,7 @@ | ||
13 | <div id=guia4 >Conversor</div> | 14 | <div id=guia4 >Conversor</div> |
14 | <div id=guia5 >Coordenadas</div> | 15 | <div id=guia5 >Coordenadas</div> |
15 | </div> | 16 | </div> |
16 | - <span id=geral style="left:0px;top:0px;"> | 17 | + <div id=geral style="left:0px;top:0px;"> |
17 | <div id=projecao style='left:0px;display:none'> | 18 | <div id=projecao style='left:0px;display:none'> |
18 | Projeção: | 19 | Projeção: |
19 | <div onclick='verificaproj()' id="listaepsg" style="border:1px solid gray;width:300px;overflow:auto;height:60px;display:block;left:1px" > | 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,7 +40,7 @@ | ||
39 | <div class=guiaobj id="guia2obj" style="display:none;;left:1px" > | 40 | <div class=guiaobj id="guia2obj" style="display:none;;left:1px" > |
40 | <div id=tipodig style="display:block;top:5px;left:0px"> | 41 | <div id=tipodig style="display:block;top:5px;left:0px"> |
41 | Tipo de entrada: | 42 | Tipo de entrada: |
42 | - <table class=lista > | 43 | + <table summary="Tipo de entrada" class=lista > |
43 | <tr> | 44 | <tr> |
44 | <td><input title='DMS' onclick='escolhedig("digmascara")' name=tipodig type=radio id='tipodigmascara' checked /></td> | 45 | <td><input title='DMS' onclick='escolhedig("digmascara")' name=tipodig type=radio id='tipodigmascara' checked /></td> |
45 | <td>Máscara</td> | 46 | <td>Máscara</td> |
@@ -104,8 +105,8 @@ | @@ -104,8 +105,8 @@ | ||
104 | <div class=guiaobj id="guia5obj" style="display:none;left:1px;top:5px" > | 105 | <div class=guiaobj id="guia5obj" style="display:none;left:1px;top:5px" > |
105 | <div id="resultado" style="display:block;position:relative;top:10px;left:0px;font-size:12px"></div> | 106 | <div id="resultado" style="display:block;position:relative;top:10px;left:0px;font-size:12px"></div> |
106 | </div> | 107 | </div> |
107 | - </span> | ||
108 | -</body> | 108 | + </div> |
109 | <script src="../i3geo_tudo_compacto.js.php" type="text/javascript"></script> | 109 | <script src="../i3geo_tudo_compacto.js.php" type="text/javascript"></script> |
110 | <script language="JavaScript" type="text/javascript" src="index.js"></script> | 110 | <script language="JavaScript" type="text/javascript" src="index.js"></script> |
111 | +</body> | ||
111 | </html> | 112 | </html> |
112 | \ No newline at end of file | 113 | \ No newline at end of file |