Commit 3f8ece6098b115797650438e2b065a8ce04b37f8
1 parent
d962e2b1
Exists in
master
Ajustes nos estilos da ferramenta legenda
Showing
2 changed files
with
91 additions
and
70 deletions
Show diff stats
ferramentas/legenda/index.js
... | ... | @@ -106,6 +106,7 @@ i3GEOF.legenda = |
106 | 106 | var dicionario = i3GEO.idioma.objetoIdioma(i3GEOF.legenda.dicionario); |
107 | 107 | dicionario["locaplic"] = i3GEO.configura.locaplic; |
108 | 108 | dicionario["asp"] = '"'; |
109 | + dicionario["aplicar"] = $trad("p14"); | |
109 | 110 | return dicionario; |
110 | 111 | }, |
111 | 112 | /* | ... | ... |
ferramentas/legenda/template_mst.html
... | ... | @@ -104,85 +104,105 @@ |
104 | 104 | <div id='i3GEOlegendaguia2obj' style='width: 99%; text-align: left;'> |
105 | 105 | <div style='margin-left: 5px;'> |
106 | 106 | <div id='i3GEOFlegendaClassesOpcionais'> |
107 | + <fieldset style='padding: 5px; margin: 2px;'> | |
108 | + <p class='paragrafo'> | |
109 | + | |
110 | + <input type='checkbox' onclick='' checked id='i3GEOFlegendaaplicaextent' style='cursor: pointer; border: 0px solid white;' /> | |
111 | + <span style='cursor: pointer; position: relative; top: -2px;left: 2px;'>{{{consideraElementosVisisveis}}}</span> | |
112 | + </p> | |
113 | + <p class='paragrafo'>{{{ignoraValores}}}:</p> | |
114 | + <div class='styled-select'> | |
115 | + <input type='text' id='i3GEOlegendaignorar' value='' /> | |
116 | + </div> | |
117 | + </fieldset> | |
118 | + <br> | |
119 | + <fieldset style='padding: 5px; margin: 2px;'> | |
120 | + <legend>{{{alteraGeom}}}</legend> | |
121 | + <p class='paragrafo'>{{{transformaGeom}}}</p> | |
122 | + <div class='styled-select'> | |
123 | + <select id='i3GEOlegentaTipoGeo'> | |
124 | + <option value=''>{{{semTransformacao}}}</option> | |
125 | + <option value='centroid'>{{{centroide}}}</option> | |
126 | + <option value='bbox'>box</option> | |
127 | + <option value='vertices'>{{{vertices}}}</option> | |
128 | + <option value='start'>{{{verticeInicial}}}</option> | |
129 | + <option value='end'>{{{verticeFinal}}}</option> | |
130 | + </select> | |
131 | + </div> | |
132 | + <br> | |
133 | + <p class='paragrafo'> | |
134 | + <input id='i3GEOlegendabotao17' size='35' type='button' value='{{{aplicar}}}'> | |
135 | + </p> | |
136 | + </fieldset> | |
137 | + <br> | |
138 | + <fieldset style='padding: 5px; margin: 2px;'> | |
139 | + <legend>{{{alteraTipo}}}</legend> | |
140 | + <p class='paragrafo'>{{{alteraTipoGeom}}}</p> | |
141 | + <p class='paragrafo'> | |
142 | + <input id='i3GEOlegendabotao7' size='25' type='button' value='{{{aplicar}}}' /> | |
143 | + </p> | |
144 | + </fieldset> | |
145 | + </div> | |
146 | + <br> | |
147 | + <fieldset style='padding: 5px; margin: 2px;'> | |
148 | + <legend>{{{simboloUnico}}}</legend> | |
149 | + <p class='paragrafo'>{{{todosElementosUnicoSimbolo}}}</p> | |
107 | 150 | <p class='paragrafo'> |
108 | - | |
109 | - <input type='checkbox' onclick='' checked id='i3GEOFlegendaaplicaextent' style='cursor: pointer; border: 0px solid white;' /> | |
110 | - <span style='cursor: pointer; position: relative; top: -2px;left: 2px;'>{{{consideraElementosVisisveis}}}</span> | |
151 | + <input id='i3GEOlegendabotao5' size='25' type='button' value='{{{aplicar}}}' /> | |
111 | 152 | </p> |
112 | - <p class='paragrafo'>{{{ignoraValores}}}:</p> | |
113 | - <div class='styled-select'> | |
114 | - <input type='text' id='i3GEOlegendaignorar' value='' /> | |
115 | - </div> | |
116 | - <hr> | |
117 | - <p class='paragrafo'>{{{transformaGeom}}}</p> | |
118 | - <div class='styled-select'> | |
119 | - <select id='i3GEOlegentaTipoGeo'> | |
120 | - <option value=''>{{{semTransformacao}}}</option> | |
121 | - <option value='centroid'>{{{centroide}}}</option> | |
122 | - <option value='bbox'>box</option> | |
123 | - <option value='vertices'>{{{vertices}}}</option> | |
124 | - <option value='start'>{{{verticeInicial}}}</option> | |
125 | - <option value='end'>{{{verticeFinal}}}</option> | |
126 | - </select> | |
153 | + </fieldset> | |
154 | + <br> | |
155 | + <fieldset style='padding: 5px; margin: 2px;'> | |
156 | + <legend>{{{valorUnico}}}</legend> | |
157 | + <p class='paragrafo'>{{{cadaOcorrenciaUnicoSimbolo}}}</p> | |
158 | + <div id='i3GEOlegendaitensValorUnico' class='styled-select'></div> | |
159 | + <br> | |
160 | + <p class='paragrafo'>{{{nomeClassesUnicoSimbolo}}}</p> | |
161 | + <div id='i3GEOlegendaClassesValorUnico' class='styled-select'></div> | |
162 | + <br> | |
163 | + <p class='paragrafo'> | |
164 | + <input id='i3GEOlegendabotao6' size='25' type='button' value='{{{aplicar}}}' /> | |
165 | + </p> | |
166 | + </fieldset> | |
167 | + <br> | |
168 | + <fieldset style='padding: 5px; margin: 2px;'> | |
169 | + <legend>{{{classes}}}</legend> | |
170 | + <p class='paragrafo'>{{{criaClassesItemNumerico}}}</p> | |
171 | + <div id='i3GEOlegendaitensValorClass' class='styled-select'></div> | |
172 | + <br> | |
173 | + <p class='paragrafo'>{{{numeroClasses}}}:</p> | |
174 | + <div class='i3geoForm i3geoFormIconeNumero'> | |
175 | + <input type='number' id='i3GEOlegendanclasses' value='5' /> | |
127 | 176 | </div> |
128 | 177 | <br> |
129 | 178 | <p class='paragrafo'> |
130 | - <input id='i3GEOlegendabotao17' size='35' type='button' value='{{{alteraGeom}}}'> | |
179 | + <input id='i3GEOlegendabotao8' type='button' value='{{{intervalosIguais}}}' /> | |
131 | 180 | </p> |
132 | - <hr> | |
133 | - <p class='paragrafo'>{{{alteraTipoGeom}}}</p> | |
134 | 181 | <p class='paragrafo'> |
135 | - <input id='i3GEOlegendabotao7' size='25' type='button' value='{{{alteraTipo}}}' /> | |
182 | + <input id='i3GEOlegendabotaoQN' type='button' value='{{{quebrasNaturais}}}' /> | |
136 | 183 | </p> |
137 | - </div> | |
138 | - <hr> | |
139 | - <p class='paragrafo'>{{{todosElementosUnicoSimbolo}}}</p> | |
140 | - <p class='paragrafo'> | |
141 | - <input id='i3GEOlegendabotao5' size='25' type='button' value='{{{simboloUnico}}}' /> | |
142 | - </p> | |
143 | - <hr> | |
144 | - <p class='paragrafo'>{{{cadaOcorrenciaUnicoSimbolo}}}</p> | |
145 | - <div id='i3GEOlegendaitensValorUnico' class='styled-select'></div> | |
146 | - <br> | |
147 | - <p class='paragrafo'>{{{nomeClassesUnicoSimbolo}}}</p> | |
148 | - <div id='i3GEOlegendaClassesValorUnico' class='styled-select'></div> | |
149 | - <br> | |
150 | - <p class='paragrafo'> | |
151 | - <input id='i3GEOlegendabotao6' size='25' type='button' value='{{{valorUnico}}}' /> | |
152 | - </p> | |
153 | - <hr> | |
154 | - <p class='paragrafo'>{{{criaClassesItemNumerico}}}</p> | |
155 | - <div id='i3GEOlegendaitensValorClass' class='styled-select'></div> | |
156 | - <br> | |
157 | - <p class='paragrafo'>{{{numeroClasses}}}:</p> | |
158 | - <div class='i3geoForm i3geoFormIconeNumero'> | |
159 | - <input type='number' id='i3GEOlegendanclasses' value='5' /> | |
160 | - </div> | |
161 | - <br> | |
162 | - <p class='paragrafo'> | |
163 | - <input id='i3GEOlegendabotao8' type='button' value='{{{intervalosIguais}}}' /> | |
164 | - </p> | |
165 | - <p class='paragrafo'> | |
166 | - <input id='i3GEOlegendabotaoQN' type='button' value='{{{quebrasNaturais}}}' /> | |
167 | - </p> | |
168 | - <p class='paragrafo'> | |
169 | - <input id='i3GEOlegendabotaoQuantil' type='button' value='{{{calcularQuantil}}}' /> | |
170 | - </p> | |
171 | - <hr> | |
172 | - <p class='paragrafo'>{{{criaQuartis}}}</p> | |
173 | - <div id='i3GEOlegendaitensValorQuartil' class='styled-select'></div> | |
184 | + <p class='paragrafo'> | |
185 | + <input id='i3GEOlegendabotaoQuantil' type='button' value='{{{calcularQuantil}}}' /> | |
186 | + </p> | |
187 | + </fieldset> | |
174 | 188 | <br> |
175 | - <p class='paragrafo'> | |
176 | - <input id='i3GEOlegendabotao9' size='25' type='button' value='{{{calcularQuartil}}}' /> | |
177 | - </p> | |
178 | - <p class='paragrafo'>{{{estiloNomeClasses}}}: | |
179 | - <div class='styled-select'> | |
180 | - <select id='estiloClassesQuartis'> | |
181 | - <option value='minimo'>{{{soValores}}}</option> | |
182 | - <option value='simples'>{{{quartilValores}}}</option> | |
183 | - <option value='completo'>{{{expressaoCompleta}}}</option> | |
184 | - </select> | |
185 | - </div> | |
189 | + <fieldset style='padding: 5px; margin: 2px;'> | |
190 | + <legend>{{{calcularQuartil}}}</legend> | |
191 | + <p class='paragrafo'>{{{criaQuartis}}}</p> | |
192 | + <div id='i3GEOlegendaitensValorQuartil' class='styled-select'></div> | |
193 | + <br> | |
194 | + <p class='paragrafo'> | |
195 | + <input id='i3GEOlegendabotao9' size='25' type='button' value='{{{aplicar}}}' /> | |
196 | + </p> | |
197 | + <p class='paragrafo'>{{{estiloNomeClasses}}}: | |
198 | + <div class='styled-select'> | |
199 | + <select id='estiloClassesQuartis'> | |
200 | + <option value='minimo'>{{{soValores}}}</option> | |
201 | + <option value='simples'>{{{quartilValores}}}</option> | |
202 | + <option value='completo'>{{{expressaoCompleta}}}</option> | |
203 | + </select> | |
204 | + </div> | |
205 | + </fieldset> | |
186 | 206 | <br> |
187 | 207 | </div> |
188 | 208 | </div> | ... | ... |