Commit 296ea5560cdc4fc661cd7b476c4ed2ba21aefba6
1 parent
6c36980b
Exists in
master
and in
7 other branches
Correção nas abas da ferramenta de montagem do layout
Showing
1 changed file
with
27 additions
and
27 deletions
Show diff stats
ferramentas/imprimir/propriedades.htm
| 1 | <html> | 1 | <html> |
| 2 | <head> | 2 | <head> |
| 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/ferramentas.css"> | 4 | +<link rel="stylesheet" type="text/css" href="../../css/i3geo_ferramentas.css"> |
| 5 | + | ||
| 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 | + | ||
| 5 | </head> | 15 | </head> |
| 6 | <body class="yui-skin-sam"> | 16 | <body class="yui-skin-sam"> |
| 7 | -<div id=fundo > | ||
| 8 | - <div class="guias" id="guias"> | ||
| 9 | - <div class=guia id=guia1 > Título </div> | ||
| 10 | - <div class=guia id=guia2 > Legenda </div> | ||
| 11 | - <div class=guia id=guia3 > Escala num. </div> | ||
| 12 | - <div class=guia id=guia5 > Mapa </div> | ||
| 13 | - <div class=guia id=guia6 > Fecha janela </div> | 17 | + <div id=guiasYUI class="yui-navset" style="top:0px;cursor:pointer;left:0px;"> |
| 18 | + <ul class="yui-nav" style="border-width:0pt 0pt 0px;border-color:rgb(240,240,240);border-bottom-color:white;"> | ||
| 19 | + <li><a href="#"><em><div id="guia1" style="text-align:center;font-size:10px;left:0px;" >Título</div></em></a></li> | ||
| 20 | + <li><a href="#"><em><div id="guia2" style="text-align:center;font-size:10px;left:0px;" >Legenda</div></em></a></li> | ||
| 21 | + <li><a href="#"><em><div id="guia3" style="text-align:center;font-size:10px;left:0px;" >Escala num.</div></em></a></li> | ||
| 22 | + <li><a href="#"><em><div id="guia5" style="text-align:center;font-size:10px;left:0px;" >Mapa</div></em></a></li> | ||
| 23 | + <li><a href="#"><em><div id="guia6" style="text-align:center;font-size:10px;left:0px;" >Fecha</div></em></a></li> | ||
| 24 | + </ul> | ||
| 14 | </div> | 25 | </div> |
| 15 | - <span id=geral > | ||
| 16 | - <div id=guia1obj> | ||
| 17 | - <div style="text-align:left;position:relative;top:5px;left:0px"> | 26 | + <div id=geral style="left:0px;top:0px;"> |
| 27 | + <div id=guia1obj style="display:block;text-align:left;position:relative;top:5px;left:0px"> | ||
| 18 | <table class=lista width="250px"> | 28 | <table class=lista width="250px"> |
| 19 | <tr> | 29 | <tr> |
| 20 | <td>Texto</td> | 30 | <td>Texto</td> |
| @@ -78,10 +88,8 @@ | @@ -78,10 +88,8 @@ | ||
| 78 | </select></td> | 88 | </select></td> |
| 79 | </tr> | 89 | </tr> |
| 80 | </table> | 90 | </table> |
| 81 | - </div> | ||
| 82 | </div> | 91 | </div> |
| 83 | - <div id=guia2obj style="display:none"> | ||
| 84 | - <div style="text-align:left;position:relative;top:5px;left:0px"> | 92 | + <div id=guia2obj style="display:none;text-align:left;position:relative;top:5px;left:0px"> |
| 85 | <table class=lista width="250px"> | 93 | <table class=lista width="250px"> |
| 86 | <tr> | 94 | <tr> |
| 87 | <td>Topo</td> | 95 | <td>Topo</td> |
| @@ -135,10 +143,8 @@ | @@ -135,10 +143,8 @@ | ||
| 135 | </select></td> | 143 | </select></td> |
| 136 | </tr> | 144 | </tr> |
| 137 | </table> | 145 | </table> |
| 138 | - </div> | ||
| 139 | </div> | 146 | </div> |
| 140 | - <div id=guia3obj> | ||
| 141 | - <div style="text-align:left;position:relative;top:5px;left:0px"> | 147 | + <div id=guia3obj style="display:none;text-align:left;position:relative;top:5px;left:0px"> |
| 142 | <table class=lista width="250px"> | 148 | <table class=lista width="250px"> |
| 143 | <tr> | 149 | <tr> |
| 144 | <td>Topo</td> | 150 | <td>Topo</td> |
| @@ -197,10 +203,8 @@ | @@ -197,10 +203,8 @@ | ||
| 197 | </select></td> | 203 | </select></td> |
| 198 | </tr> | 204 | </tr> |
| 199 | </table> | 205 | </table> |
| 200 | - </div> | ||
| 201 | </div> | 206 | </div> |
| 202 | - <div id=guia5obj> | ||
| 203 | - <div style="text-align:left;position:relative;top:5px;left:0px"> | 207 | + <div id=guia5obj style="display:none;text-align:left;position:relative;top:5px;left:0px"> |
| 204 | <table class=lista width="250px"> | 208 | <table class=lista width="250px"> |
| 205 | <tr> | 209 | <tr> |
| 206 | <td>Topo</td> | 210 | <td>Topo</td> |
| @@ -249,14 +253,10 @@ | @@ -249,14 +253,10 @@ | ||
| 249 | </select></td> | 253 | </select></td> |
| 250 | </tr> | 254 | </tr> |
| 251 | </table> | 255 | </table> |
| 252 | - </div> | ||
| 253 | </div> | 256 | </div> |
| 254 | - <div id=guia6obj> | ||
| 255 | - <div style="text-align:left;position:relative;top:5px;left:0px"> | ||
| 256 | - </div> | ||
| 257 | - </div> | ||
| 258 | - </span> | ||
| 259 | -</div> | 257 | + <div id=guia6obj style="display:none;text-align:left;position:relative;top:5px;left:0px"> |
| 258 | + </div> | ||
| 259 | + </div> | ||
| 260 | <script language="JavaScript" type="text/javascript" src="propriedades.js"></script> | 260 | <script language="JavaScript" type="text/javascript" src="propriedades.js"></script> |
| 261 | </body> | 261 | </body> |
| 262 | </html> | 262 | </html> |
| 263 | \ No newline at end of file | 263 | \ No newline at end of file |