Commit 250c3747e109ecc21fb3e919619d53539e773cb6
1 parent
6c518954
Exists in
master
and in
7 other branches
Ajustes nos estilos
Showing
1 changed file
with
40 additions
and
34 deletions
Show diff stats
ferramentas/tabela/template_mst.html
... | ... | @@ -18,36 +18,37 @@ |
18 | 18 | <br> |
19 | 19 | <div id='{{{idjanela}}}i3GEOtabelaresultadotab' style='background-color: #F2F2F2; position: relative; top: 5px; left: 0px'></div> |
20 | 20 | <div id='{{{idjanela}}}i3GEOtabelaguia6obj' style='width: 99%'> |
21 | - <table summary='' class=lista2> | |
21 | + <table summary='' class='lista2'> | |
22 | 22 | <tr> |
23 | - <td><input style='cursor: pointer; border: 0px solid white;' onclick='i3GEOF.tabela.pegaRegistros({{{idjanelaA}}})' type=checkbox | |
24 | - id='{{{idjanela}}} | |
23 | + <td><input style='cursor: pointer; border: 0px solid white;' onclick='i3GEOF.tabela.pegaRegistros({{{idjanelaA}}})' type='checkbox' | |
24 | + id='{{{idjanela}}} | |
25 | 25 | i3GEOtabelatipolista' /></td> |
26 | - <td><span class=paragrafo>{{{atuatab}}}</span></td> | |
26 | + <td><span class='paragrafo'>{{{atuatab}}}</span></td> | |
27 | 27 | </tr> |
28 | 28 | <tr> |
29 | - <td><input style='cursor: pointer; border: 0px solid white;' onclick='i3GEOF.tabela.pegaRegistros({{{idjanelaA}}})' type=checkbox | |
30 | - id='{{{idjanela}}}i3GEOtabelalegenda' /></td> | |
31 | - <td><span class=paragrafo>{{{colleg}}}</span></td> | |
29 | + <td><input style='cursor: pointer; border: 0px solid white;' onclick='i3GEOF.tabela.pegaRegistros({{{idjanelaA}}})' type='checkbox' | |
30 | + id='{{{idjanela}}}i3GEOtabelalegenda' /></td> | |
31 | + <td><span class='paragrafo'>{{{colleg}}}</span></td> | |
32 | 32 | </tr> |
33 | 33 | </table> |
34 | 34 | </div> |
35 | 35 | |
36 | 36 | <div id='{{{idjanela}}}i3GEOtabelaguia1obj' style='width: 99%'> |
37 | 37 | <div id='{{{idjanela}}}i3GEOtabelacombot' style='position: relative; top: 5px; left: 0px; display: none;'></div> |
38 | - <input title='{{{sellinhas}}}' id='{{{idjanela}}}i3GEOtabelabotao2' size=25 type=button value='{{{atvsel}}}' /> <input | |
39 | - title='{{{limpselmap}}}' id='{{{idjanela}}}i3GEOtabelabotao3' size=25 type=button value='{{{limpsel}}}' /> <input | |
40 | - title='{{{criatemasel}}}' id='{{{idjanela}}}i3GEOtabelabotao6' size=30 type=button value='{{{criatema}}}' /> <input | |
41 | - id='{{{idjanela}}}i3GEOtabelaGraficoI' type=button value='{{{grafico}}}' /> <input title='{{{vinctab}}}' | |
42 | - id='{{{idjanela}}}i3GEOtabelabotaoVinculos' size=30 type=button value='{{{vinculos}}}' /> | |
38 | + <input title='{{{sellinhas}}}' id='{{{idjanela}}}i3GEOtabelabotao2' size='25' type='button' value='{{{atvsel}}}' /> | |
39 | + <input title='{{{limpselmap}}}' id='{{{idjanela}}}i3GEOtabelabotao3' size='25' type='button' value='{{{limpsel}}}' /> | |
40 | + <input title='{{{criatemasel}}}' id='{{{idjanela}}}i3GEOtabelabotao6' size='30' type='button' value='{{{criatema}}}' /> | |
41 | + <input id='{{{idjanela}}}i3GEOtabelaGraficoI' type='button' value='{{{grafico}}}' /> | |
42 | + <input title='{{{vinctab}}}' id='{{{idjanela}}}i3GEOtabelabotaoVinculos' size='30' type='button' value='{{{vinculos}}}' /> | |
43 | 43 | <div id='{{{idjanela}}}i3GEOtabelacontador' |
44 | 44 | style='background-color: rgb(240, 240, 240); width: 100%; position: relative; top: 15px; left: 0px; text-align: left; height: 25px;'> |
45 | 45 | {{{de}}} <img style='cursor: pointer' onclick='i3GEOF.tabela.menos({{{idjanelaA}}})' src=' |
46 | 46 | {{{locaplic}}}/imagens/minus.gif' /> |
47 | 47 | {{{ini}}} {{{ate}}} <img style='cursor: pointer' onclick='i3GEOF.tabela.mais({{{idjanelaA}}})' |
48 | 48 | src='{{{locaplic}}}/imagens/plus.gif' /> {{{fim}}} <img title='{{{vertodos}}}' style='cursor: pointer; position: relative;' |
49 | - onclick='i3GEOF.tabela.todos({{{idjanelaA}}})' src='{{{locaplic}}}/imagens/dot.gif' /> <input title='{{{atuareg}}}' | |
50 | - id='{{{idjanela}}}i3GEOtabelabotaoLista' size=25 style='position: relative;' type=button value='{{{listar}}}' /> | |
49 | + onclick='i3GEOF.tabela.todos({{{idjanelaA}}})' src='{{{locaplic}}}/imagens/dot.gif' /> | |
50 | + <input title='{{{atuareg}}}' id='{{{idjanela}}}i3GEOtabelabotaoLista' size='25' style='position: relative;' type='button' | |
51 | + value='{{{listar}}}' /> | |
51 | 52 | </div> |
52 | 53 | <div id='{{{idjanela}}}i3GEOtabelaregistros' style='position: relative; top: 20px; left: 0px; text-align: left;'></div> |
53 | 54 | </div> |
... | ... | @@ -55,16 +56,16 @@ |
55 | 56 | <div id='{{{idjanela}}}i3GEOtabelaguia3obj' style='display: none; width: 95%; left: 0px; padding: 5px;'> |
56 | 57 | <p class='paragrafo'> |
57 | 58 | <label>{{{itemcalc}}}:</label> |
58 | - <div class=styled-select id='{{{idjanela}}}i3GEOtabelaitensGuia3'></div> | |
59 | + <div class='styled-select' id='{{{idjanela}}}i3GEOtabelaitensGuia3'></div> | |
59 | 60 | <br> |
60 | 61 | <p class='paragrafo' style='position: relative;'> |
61 | 62 | <label>{{{excluicalc}}}:</label> |
62 | - <div class=styled-select> | |
63 | - <input type=text id='{{{idjanela}}}i3GEOtabelafiltro1' value='' /> | |
63 | + <div class='styled-select'> | |
64 | + <input type='text' id='{{{idjanela}}}i3GEOtabelafiltro1' value='' /> | |
64 | 65 | </div> |
65 | 66 | <br> |
66 | 67 | <p class='paragrafo'> |
67 | - <input id='{{{idjanela}}}i3GEOtabelabotao4' size=30 type=button value='{{{calc}}}' /> | |
68 | + <input id='{{{idjanela}}}i3GEOtabelabotao4' size='30' type='button' value='{{{calc}}}' /> | |
68 | 69 | <div id='{{{idjanela}}}i3GEOtabelaoperacoes' style='font-size: 12px; text-align: left; position: relative; top: 15px; left: 0px;'></div> |
69 | 70 | <br> |
70 | 71 | <div id='{{{idjanela}}}i3GEOtabelamen1'> |
... | ... | @@ -74,35 +75,40 @@ |
74 | 75 | <div id='{{{idjanela}}}i3GEOtabelaguia5obj' style='width: 95%; display: none; padding-left: 5px;'> |
75 | 76 | <p class='paragrafo'>{{{itensrel}}}: |
76 | 77 | <p class='paragrafo'> |
77 | - <div id='{{{idjanela}}}i3GEOtabelaitensrelatorio' class=digitar style='text-align: left; overflow: auto; height: 100px'></div> | |
78 | + <div id='{{{idjanela}}}i3GEOtabelaitensrelatorio' class='digitar' style='text-align: left; overflow: auto; height: 100px'></div> | |
78 | 79 | <br> |
79 | 80 | |
80 | 81 | <p class='paragrafo'>{{{itensagr}}}: |
81 | 82 | <p class='paragrafo'> |
82 | - <div id='{{{idjanela}}}i3GEOtabelaagrupamento' class=styled-select></div> | |
83 | + <div id='{{{idjanela}}}i3GEOtabelaagrupamento' class='styled-select'></div> | |
83 | 84 | <br> |
84 | 85 | |
85 | 86 | <p class='paragrafo'>{{{excvalor}}} : |
86 | 87 | <p class='paragrafo'> |
87 | - <div class=styled-select> | |
88 | - <input type=text id='{{{idjanela}}}i3GEOtabelaexcestat' value='' /> | |
88 | + <div class='styled-select'> | |
89 | + <input type='text' id='{{{idjanela}}}i3GEOtabelaexcestat' value='' /> | |
89 | 90 | </div> |
90 | 91 | <br> |
91 | 92 | |
92 | 93 | <p class='paragrafo'> |
93 | - <input style='cursor: pointer' type=checkbox id='{{{idjanela}}}i3GEOtabelacalculaarea' /> {{{incarea}}} <input | |
94 | - style='cursor: pointer' type=checkbox id='{{{idjanela}}}i3GEOtabelacalculaestat' /> {{{incestat}}} <br> | |
94 | + <input style='cursor: pointer' type='checkbox' id='{{{idjanela}}}i3GEOtabelacalculaarea' /> | |
95 | + {{{incarea}}} | |
96 | + <input style='cursor: pointer' type='checkbox' id='{{{idjanela}}}i3GEOtabelacalculaestat' /> | |
97 | + {{{incestat}}} <br> | |
95 | 98 | <p class='paragrafo'> |
96 | - <input id='{{{idjanela}}}i3GEOtabelabotao7' size=30 type=button value='{{{relat}}}' /> <input id='{{{idjanela}}}i3GEOtabelabotao5' | |
97 | - size=25 type=button value='{{{relattext}}}' /> | |
98 | - <form method=post style='display: none' id='{{{idjanela}}}i3GEOtabelarelatorio' action='{{{locaplic}}}/ferramentas/tabela/relatorio.php' | |
99 | + <input id='{{{idjanela}}}i3GEOtabelabotao7' size='30' type='button' value='{{{relat}}}' /> | |
100 | + <input id='{{{idjanela}}}i3GEOtabelabotao5' size='25' type='button' value='{{{relattext}}}' /> | |
101 | + <form method='post' style='display: none' id='{{{idjanela}}}i3GEOtabelarelatorio' action='{{{locaplic}}}/ferramentas/tabela/relatorio.php' | |
99 | 102 | target='_blank'> |
100 | - <input type=hidden id='{{{idjanela}}}i3GEOtabelaarearelh' name=arearel value=nao /> <input type=hidden | |
101 | - id='{{{idjanela}}}i3GEOtabelastatrelh' name=statrel value=nao /> <input type=hidden id='{{{idjanela}}}i3GEOtabelatemarelh' name=temarel | |
102 | - value='' /> <input type=hidden id='{{{idjanela}}}i3GEOtabelag_sidh' name=g_sid value='' /> <input type=hidden | |
103 | - id='{{{idjanela}}}i3GEOtabelaitemagruparelh' name=itemagruparel value='' /> <input type=hidden id='{{{idjanela}}}i3GEOtabelaitensrelh' | |
104 | - name=itensrel value='' /> <input type=hidden id='{{{idjanela}}}i3GEOtabelanomesrelh' name=nomesrel value='' /> <input type=hidden | |
105 | - id='{{{idjanela}}}i3GEOtabelaordemrel' name=ordemrel value='' /> <input type=hidden id='{{{idjanela}}}i3GEOtabelaexcluirvalorh' | |
106 | - name=excluirvalor value='' /> <input type=hidden id='{{{idjanela}}}i3GEOtabelatiporelh' name=tiporel value='' /> | |
103 | + <input type='hidden' id='{{{idjanela}}}i3GEOtabelaarearelh' name='arearel' value='nao' /> | |
104 | + <input type='hidden' id='{{{idjanela}}}i3GEOtabelastatrelh' name='statrel' value='nao' /> | |
105 | + <input type='hidden' id='{{{idjanela}}}i3GEOtabelatemarelh' name='temarel' value='' /> | |
106 | + <input type='hidden' id='{{{idjanela}}}i3GEOtabelag_sidh' name='g_sid' value='' /> | |
107 | + <input type='hidden' id='{{{idjanela}}}i3GEOtabelaitemagruparelh' name='itemagruparel' value='' /> | |
108 | + <input type='hidden' id='{{{idjanela}}}i3GEOtabelaitensrelh' name='itensrel' value='' /> | |
109 | + <input type='hidden' id='{{{idjanela}}}i3GEOtabelanomesrelh' name='nomesrel' value='' /> | |
110 | + <input type='hidden' id='{{{idjanela}}}i3GEOtabelaordemrel' name='ordemrel' value='' /> | |
111 | + <input type='hidden' id='{{{idjanela}}}i3GEOtabelaexcluirvalorh' name='excluirvalor' value='' /> | |
112 | + <input type='hidden' id='{{{idjanela}}}i3GEOtabelatiporelh' name='tiporel' value='' /> | |
107 | 113 | </form> |
108 | 114 | </div> | ... | ... |