Commit da4e0034327dfb5d0a72ed0f49a729ee72f0e154
1 parent
5c32ad1e
Exists in
master
and in
6 other branches
Reformulação dos ícones de expandir e recolher itens nas interfaces dos mapas interativos
Showing
11 changed files
with
418 additions
and
465 deletions
Show diff stats
css/default.css
| 1 | +[data-toggle*=collapse]:after { | |
| 2 | + font-family: "Glyphicons Halflings"; | |
| 3 | + content: "\e114"; | |
| 4 | +} | |
| 5 | +/* Icon when the collapsible content is hidden */ | |
| 6 | +[data-toggle*=collapse].collapsed:after { | |
| 7 | + content: "\e080"; | |
| 8 | +} | |
| 9 | + | |
| 1 | 10 | .ol-attribution li { |
| 2 | 11 | display: block; |
| 3 | 12 | list-style: none; | ... | ... |
ferramentas/legenda/template_mst.html
| 1 | 1 | <!-- Guias --> |
| 2 | 2 | <div class='yui-navset' style='height: 38px; top: 0px; cursor: pointer; margin-left: 2px;'> |
| 3 | - <ul class='yui-nav' style='border-width: 0pt 0pt 0px; border-color: rgb(240, 240, 240); border-bottom-color: white;'> | |
| 4 | - <li> | |
| 5 | - <div id='i3GEOlegendaguia6' style='text-align: center; left: 0px;'> | |
| 6 | - <a title='{{{propriedades}}}'> | |
| 7 | - <em><span class="material-icons">settings</span></em> | |
| 8 | - </a> | |
| 9 | - </div> | |
| 10 | - </li> | |
| 11 | - <li> | |
| 12 | - <div id='i3GEOlegendaguia1' style='text-align: center; left: 0px;'> | |
| 13 | - <a> | |
| 14 | - <em>{{{legenda}}}</em> | |
| 15 | - </a> | |
| 16 | - </div> | |
| 17 | - </li> | |
| 18 | - <li> | |
| 19 | - <div id='i3GEOlegendaguia2' style='text-align: center; left: 0px;'> | |
| 20 | - <a> | |
| 21 | - <em>{{{classes}}}</em> | |
| 22 | - </a> | |
| 23 | - </div> | |
| 24 | - </li> | |
| 25 | - <li> | |
| 26 | - <div id='i3GEOlegendaguia3' style='text-align: center; left: 0px;'> | |
| 27 | - <a> | |
| 28 | - <em>{{{editor}}}</em> | |
| 29 | - </a> | |
| 30 | - </div> | |
| 31 | - </li> | |
| 32 | - <li> | |
| 33 | - <div id='i3GEOlegendaguia4' style='text-align: center; left: 0px;'> | |
| 34 | - <a> | |
| 35 | - <em>{{{graficos}}}</em> | |
| 36 | - </a> | |
| 37 | - </div> | |
| 38 | - </li> | |
| 39 | - <li> | |
| 40 | - <div id='i3GEOlegendaguia5' style='text-align: center; left: 0px;'> | |
| 41 | - <a> | |
| 42 | - <em>{{{importaExportaSLD}}}</em> | |
| 43 | - </a> | |
| 44 | - </div> | |
| 45 | - </li> | |
| 46 | - <li> | |
| 47 | - <div id='i3GEOlegendaguia7' style='text-align: center; left: 0px;'> | |
| 48 | - <a> | |
| 49 | - <em>{{{cluster}}}</em> | |
| 50 | - </a> | |
| 51 | - </div> | |
| 52 | - </li> | |
| 53 | - <li> | |
| 54 | - <div id='i3GEOlegendaguia8' style='text-align: center; left: 0px;'> | |
| 55 | - <a> | |
| 56 | - <em>Auto</em> | |
| 57 | - </a> | |
| 58 | - </div> | |
| 59 | - </li> | |
| 60 | - </ul> | |
| 3 | + <ul class='yui-nav' style='border-width: 0pt 0pt 0px; border-color: rgb(240, 240, 240); border-bottom-color: white;'> | |
| 4 | + <li> | |
| 5 | + <div id='i3GEOlegendaguia6' style='text-align: center; left: 0px;'> | |
| 6 | + <a title='{{{propriedades}}}'> | |
| 7 | + <em><span class="material-icons">settings</span></em> | |
| 8 | + </a> | |
| 9 | + </div> | |
| 10 | + </li> | |
| 11 | + <li> | |
| 12 | + <div id='i3GEOlegendaguia1' style='text-align: center; left: 0px;'> | |
| 13 | + <a> | |
| 14 | + <em>{{{legenda}}}</em> | |
| 15 | + </a> | |
| 16 | + </div> | |
| 17 | + </li> | |
| 18 | + <li> | |
| 19 | + <div id='i3GEOlegendaguia2' style='text-align: center; left: 0px;'> | |
| 20 | + <a> | |
| 21 | + <em>{{{classes}}}</em> | |
| 22 | + </a> | |
| 23 | + </div> | |
| 24 | + </li> | |
| 25 | + <li> | |
| 26 | + <div id='i3GEOlegendaguia3' style='text-align: center; left: 0px;'> | |
| 27 | + <a> | |
| 28 | + <em>{{{editor}}}</em> | |
| 29 | + </a> | |
| 30 | + </div> | |
| 31 | + </li> | |
| 32 | + <li> | |
| 33 | + <div id='i3GEOlegendaguia4' style='text-align: center; left: 0px;'> | |
| 34 | + <a> | |
| 35 | + <em>{{{graficos}}}</em> | |
| 36 | + </a> | |
| 37 | + </div> | |
| 38 | + </li> | |
| 39 | + <li> | |
| 40 | + <div id='i3GEOlegendaguia5' style='text-align: center; left: 0px;'> | |
| 41 | + <a> | |
| 42 | + <em>{{{importaExportaSLD}}}</em> | |
| 43 | + </a> | |
| 44 | + </div> | |
| 45 | + </li> | |
| 46 | + <li> | |
| 47 | + <div id='i3GEOlegendaguia7' style='text-align: center; left: 0px;'> | |
| 48 | + <a> | |
| 49 | + <em>{{{cluster}}}</em> | |
| 50 | + </a> | |
| 51 | + </div> | |
| 52 | + </li> | |
| 53 | + <li> | |
| 54 | + <div id='i3GEOlegendaguia8' style='text-align: center; left: 0px;'> | |
| 55 | + <a> | |
| 56 | + <em>Auto</em> | |
| 57 | + </a> | |
| 58 | + </div> | |
| 59 | + </li> | |
| 60 | + </ul> | |
| 61 | 61 | </div> |
| 62 | 62 | <!--- Propriedades --> |
| 63 | 63 | <div id='i3GEOlegendaguia6obj' class='container-fluid customScrollBarXY'> |
| 64 | - <button onclick="i3GEOF.legenda.adicionaConta()" class='btn btn-primary btn-sm btn-block btn-raised'>{{{incluiNumeroOcorrencia}}}</button> | |
| 65 | - <button onclick="i3GEOF.legenda.adicionaOpacidade()" title='{{{aplicaOpacidade}}}' class='btn btn-primary btn-sm btn-block btn-raised'>{{{aplicaOpacidadeVariavel}}}</button> | |
| 66 | - <button onclick="i3GEOF.legenda.janelaCorRamp()" title='{{{variaCoresExtremos}}}' class='btn btn-primary btn-sm btn-block btn-raised'>{{{escolhePaletaCores}}}</button> | |
| 67 | - <div class="checkbox text-left"> | |
| 68 | - <label> | |
| 69 | - <input checked type="checkbox" id="i3GEOFlegendamostra" onclick="i3GEO.tema.invertestatuslegenda(i3GEOF.legenda.tema);"> | |
| 70 | - <span class="checkbox-material noprint"> | |
| 71 | - <span class="check"></span> | |
| 72 | - </span> | |
| 73 | - {{{mostraClassesLegenda}}} | |
| 74 | - </label> | |
| 75 | - </div> | |
| 76 | - <div class="form-group label-fixed"> | |
| 77 | - <label class="control-label" for="i3GEOlegendaImg">{{{legendaImg}}}</label> | |
| 78 | - <div class="input-group"> | |
| 79 | - <input id="i3GEOlegendaImg" class="form-control" type="text" value=""> | |
| 80 | - <span class="input-group-btn"> | |
| 81 | - <a onclick="i3GEOF.legenda.aplicarLegendaImg();return false;" role="button" type="button" class="btn btn-primary btn-fab btn-fab-max" href="javascript:void(0)"> | |
| 82 | - <span class="material-icons ">send</span> | |
| 83 | - </a> | |
| 84 | - </span> | |
| 85 | - </div> | |
| 86 | - </div> | |
| 64 | + <button onclick="i3GEOF.legenda.adicionaConta()" class='btn btn-primary btn-sm btn-block btn-raised'>{{{incluiNumeroOcorrencia}}}</button> | |
| 65 | + <button onclick="i3GEOF.legenda.adicionaOpacidade()" title='{{{aplicaOpacidade}}}' class='btn btn-primary btn-sm btn-block btn-raised'>{{{aplicaOpacidadeVariavel}}}</button> | |
| 66 | + <button onclick="i3GEOF.legenda.janelaCorRamp()" title='{{{variaCoresExtremos}}}' class='btn btn-primary btn-sm btn-block btn-raised'>{{{escolhePaletaCores}}}</button> | |
| 67 | + <div class="checkbox text-left"> | |
| 68 | + <label> <input checked type="checkbox" id="i3GEOFlegendamostra" onclick="i3GEO.tema.invertestatuslegenda(i3GEOF.legenda.tema);"> <span class="checkbox-material noprint"> | |
| 69 | + <span class="check"></span> | |
| 70 | + </span> {{{mostraClassesLegenda}}} | |
| 71 | + </label> | |
| 72 | + </div> | |
| 73 | + <div class="form-group label-fixed"> | |
| 74 | + <label class="control-label" for="i3GEOlegendaImg">{{{legendaImg}}}</label> | |
| 75 | + <div class="input-group"> | |
| 76 | + <input id="i3GEOlegendaImg" class="form-control" type="text" value=""> | |
| 77 | + <span class="input-group-btn"> | |
| 78 | + <a onclick="i3GEOF.legenda.aplicarLegendaImg();return false;" role="button" type="button" class="btn btn-primary btn-fab btn-fab-max" href="javascript:void(0)"> | |
| 79 | + <span class="material-icons ">send</span> | |
| 80 | + </a> | |
| 81 | + </span> | |
| 82 | + </div> | |
| 83 | + </div> | |
| 87 | 84 | |
| 88 | - <div class="form-group label-fixed"> | |
| 89 | - <label class="control-label" for="i3GEOlegendaImg">{{{offsite}}}</label> | |
| 90 | - <div class="input-group"> | |
| 91 | - <input id="i3GEOoffsite" class="form-control i3geoFormIconeAquarela" type="text" value="-1,-1,-1"> | |
| 92 | - <span class="input-group-btn"> | |
| 93 | - <a onclick="i3GEOF.legenda.aplicarOffsite();return false;" role="button" type="button" class="btn btn-primary btn-fab btn-fab-max" href="javascript:void(0)"> | |
| 94 | - <span class="material-icons ">send</span> | |
| 95 | - </a> | |
| 96 | - </span> | |
| 97 | - </div> | |
| 98 | - </div> | |
| 85 | + <div class="form-group label-fixed"> | |
| 86 | + <label class="control-label" for="i3GEOlegendaImg">{{{offsite}}}</label> | |
| 87 | + <div class="input-group"> | |
| 88 | + <input id="i3GEOoffsite" class="form-control i3geoFormIconeAquarela" type="text" value="-1,-1,-1"> | |
| 89 | + <span class="input-group-btn"> | |
| 90 | + <a onclick="i3GEOF.legenda.aplicarOffsite();return false;" role="button" type="button" class="btn btn-primary btn-fab btn-fab-max" href="javascript:void(0)"> | |
| 91 | + <span class="material-icons ">send</span> | |
| 92 | + </a> | |
| 93 | + </span> | |
| 94 | + </div> | |
| 95 | + </div> | |
| 99 | 96 | |
| 100 | - <div class="form-group label-fixed"> | |
| 101 | - <label class="control-label" for="i3GEOlegendaImg">{{{geraCores}}}</label> | |
| 102 | - <br> | |
| 103 | - {{{de}}} | |
| 104 | - <input class="form-control i3geoFormIconeAquarela" style="display: inline; width: 150px;" id="i3GEOlegendaacori" size="10" value="0,0,0" type="text"> | |
| 105 | - {{{ate}}} | |
| 106 | - <input class="form-control i3geoFormIconeAquarela" style="display: inline; width: 150px;" id="i3GEOlegendaacorf" size="10" value="255,255,255" type="text"> | |
| 107 | - | |
| 108 | - <span class="input-group-btn" style="display: inline;"> | |
| 109 | - <a title='{{{aplicaVariaCores}}}' onclick="i3GEOF.legenda.paleta();return false;" role="button" type="button" class="btn btn-primary btn-fab btn-fab-max" href="javascript:void(0)"> | |
| 110 | - <span class="material-icons ">send</span> | |
| 111 | - </a> | |
| 112 | - </span> | |
| 113 | - </div> | |
| 97 | + <div class="form-group label-fixed"> | |
| 98 | + <label class="control-label" for="i3GEOlegendaImg">{{{geraCores}}}</label> <br> {{{de}}} <input class="form-control i3geoFormIconeAquarela" style="display: inline; width: 150px;" | |
| 99 | + id="i3GEOlegendaacori" size="10" value="0,0,0" type="text"> {{{ate}}} <input class="form-control i3geoFormIconeAquarela" style="display: inline; width: 150px;" | |
| 100 | + id="i3GEOlegendaacorf" size="10" value="255,255,255" type="text"> | |
| 101 | + <span class="input-group-btn" style="display: inline;"> | |
| 102 | + <a title='{{{aplicaVariaCores}}}' onclick="i3GEOF.legenda.paleta();return false;" role="button" type="button" class="btn btn-primary btn-fab btn-fab-max" href="javascript:void(0)"> | |
| 103 | + <span class="material-icons ">send</span> | |
| 104 | + </a> | |
| 105 | + </span> | |
| 106 | + </div> | |
| 114 | 107 | </div> |
| 115 | 108 | <!-- listagem das classes ver templateLista_mst.html --> |
| 116 | 109 | <div id='i3GEOlegendaguia1obj' class='container-fluid customScrollBarXY'> |
| 117 | - <div id='i3GEOFlegendaComboCabeca' class='form-group condensed' style='width: 100%'> | |
| 118 | - | |
| 119 | - </div> | |
| 120 | - <div id="i3GEOlegendaguia1objLegenda"></div> | |
| 110 | + <div id='i3GEOFlegendaComboCabeca' class='form-group condensed' style='width: 100%'></div> | |
| 111 | + <div id="i3GEOlegendaguia1objLegenda"></div> | |
| 121 | 112 | </div> |
| 122 | 113 | |
| 123 | 114 | <!-- Classificacao --> |
| 124 | 115 | <div id='i3GEOlegendaguia2obj' class='container-fluid customScrollBarXY'> |
| 125 | - <div class="checkbox text-left"> | |
| 126 | - <label> | |
| 127 | - <input checked id='i3GEOFlegendaaplicaextent' type="checkbox" onclick=""> | |
| 128 | - <span class="checkbox-material noprint"> | |
| 129 | - <span class="check"></span> | |
| 130 | - </span> | |
| 131 | - {{{consideraElementosVisisveis}}} | |
| 132 | - </label> | |
| 133 | - </div> | |
| 134 | - <div class='form-group label-floating'> | |
| 135 | - <label class="control-label" for="{{{idjanela}}}i3GEOtabelaexcestat">{{{ignoraValores}}}</label> | |
| 136 | - <input class="form-control input-lg" type='text' id='i3GEOlegendaignorar' value='' /> | |
| 137 | - </div> | |
| 116 | + <div class="checkbox text-left"> | |
| 117 | + <label> <input checked id='i3GEOFlegendaaplicaextent' type="checkbox" onclick=""> <span class="checkbox-material noprint"> | |
| 118 | + <span class="check"></span> | |
| 119 | + </span> {{{consideraElementosVisisveis}}} | |
| 120 | + </label> | |
| 121 | + </div> | |
| 122 | + <div class='form-group label-floating'> | |
| 123 | + <label class="control-label" for="{{{idjanela}}}i3GEOtabelaexcestat">{{{ignoraValores}}}</label> <input class="form-control input-lg" type='text' id='i3GEOlegendaignorar' value='' /> | |
| 124 | + </div> | |
| 138 | 125 | |
| 139 | - <hr /> | |
| 126 | + <hr /> | |
| 140 | 127 | <h5>{{{alteraGeom}}}</h5> |
| 141 | - <div style="width: 80%"> | |
| 142 | - <div class='form-group condensed'> | |
| 143 | - <label class="control-label" for="i3GEOlegentaTipoGeo">{{{transformaGeom}}}</label> | |
| 144 | - <div style="width: 100%;" class="input-group"> | |
| 145 | - <select class="form-control" id='i3GEOlegentaTipoGeo'> | |
| 146 | - <option value=''>{{{semTransformacao}}}</option> | |
| 147 | - <option value='centroid'>{{{centroide}}}</option> | |
| 148 | - <option value='bbox'>box</option> | |
| 149 | - <option value='vertices'>{{{vertices}}}</option> | |
| 150 | - <option value='start'>{{{verticeInicial}}}</option> | |
| 151 | - <option value='end'>{{{verticeFinal}}}</option> | |
| 152 | - </select> | |
| 153 | - <b class="caret careti"></b> | |
| 154 | - </div> | |
| 155 | - </div> | |
| 156 | - <span style="top: 0px; position: absolute; right: 0px;" class="input-group-btn pull-right"> | |
| 157 | - <a style="left: 80px;" onclick="i3GEOF.legenda.alteraGeometriaTema();return false;" role="button" type="button" class="btn btn-primary btn-fab btn-fab-max" href="javascript:void(0)"> | |
| 158 | - <span class="material-icons ">send</span> | |
| 159 | - </a> | |
| 160 | - </span> | |
| 161 | - </div> | |
| 162 | - <hr /> | |
| 128 | + <div style="width: 80%"> | |
| 129 | + <div class='form-group condensed'> | |
| 130 | + <label class="control-label" for="i3GEOlegentaTipoGeo">{{{transformaGeom}}}</label> | |
| 131 | + <div style="width: 100%;" class="input-group"> | |
| 132 | + <select class="form-control" id='i3GEOlegentaTipoGeo'> | |
| 133 | + <option value=''>{{{semTransformacao}}}</option> | |
| 134 | + <option value='centroid'>{{{centroide}}}</option> | |
| 135 | + <option value='bbox'>box</option> | |
| 136 | + <option value='vertices'>{{{vertices}}}</option> | |
| 137 | + <option value='start'>{{{verticeInicial}}}</option> | |
| 138 | + <option value='end'>{{{verticeFinal}}}</option> | |
| 139 | + </select> <b class="caret careti"></b> | |
| 140 | + </div> | |
| 141 | + </div> | |
| 142 | + <span style="top: 0px; position: absolute; right: 0px;" class="input-group-btn pull-right"> | |
| 143 | + <a style="left: 80px;" onclick="i3GEOF.legenda.alteraGeometriaTema();return false;" role="button" type="button" class="btn btn-primary btn-fab btn-fab-max" href="javascript:void(0)"> | |
| 144 | + <span class="material-icons ">send</span> | |
| 145 | + </a> | |
| 146 | + </span> | |
| 147 | + </div> | |
| 148 | + <hr /> | |
| 163 | 149 | <h5>{{{alteraTipo}}}</h5> |
| 164 | - <div style="width: 80%"> | |
| 150 | + <div style="width: 80%"> | |
| 165 | 151 | |
| 166 | - <div class='form-group condensed'> | |
| 167 | - <div class="input-group"> | |
| 168 | - <label class="control-label">{{{alteraTipoGeom}}}</label> | |
| 169 | - </div> | |
| 170 | - </div> | |
| 171 | - <span style="top: 0px; position: absolute; right: 0px;" class="input-group-btn"> | |
| 172 | - <a style="left: 80px;" onclick="i3GEOF.legenda.representacao();return false;" role="button" type="button" class="btn btn-primary btn-fab btn-fab-max" href="javascript:void(0)"> | |
| 173 | - <span class="material-icons ">send</span> | |
| 174 | - </a> | |
| 175 | - </span> | |
| 176 | - </div> | |
| 177 | - <hr /> | |
| 152 | + <div class='form-group condensed'> | |
| 153 | + <div class="input-group"> | |
| 154 | + <label class="control-label">{{{alteraTipoGeom}}}</label> | |
| 155 | + </div> | |
| 156 | + </div> | |
| 157 | + <span style="top: 0px; position: absolute; right: 0px;" class="input-group-btn"> | |
| 158 | + <a style="left: 80px;" onclick="i3GEOF.legenda.representacao();return false;" role="button" type="button" class="btn btn-primary btn-fab btn-fab-max" href="javascript:void(0)"> | |
| 159 | + <span class="material-icons ">send</span> | |
| 160 | + </a> | |
| 161 | + </span> | |
| 162 | + </div> | |
| 163 | + <hr /> | |
| 178 | 164 | <h5>{{{simboloUnico}}}</h5> |
| 179 | - <div style="width: 80%"> | |
| 165 | + <div style="width: 80%"> | |
| 180 | 166 | |
| 181 | - <div class='form-group condensed'> | |
| 182 | - <div class="input-group"> | |
| 183 | - <label class="control-label">{{{todosElementosUnicoSimbolo}}}</label> | |
| 184 | - </div> | |
| 185 | - </div> | |
| 186 | - <span style="top: 0px; position: absolute; right: 0px;" class="input-group-btn"> | |
| 187 | - <a style="left: 80px;" onclick="i3GEOF.legenda.simbU();return false;" role="button" type="button" class="btn btn-primary btn-fab btn-fab-max" href="javascript:void(0)"> | |
| 188 | - <span class="material-icons ">send</span> | |
| 189 | - </a> | |
| 190 | - </span> | |
| 191 | - </div> | |
| 192 | - <hr /> | |
| 167 | + <div class='form-group condensed'> | |
| 168 | + <div class="input-group"> | |
| 169 | + <label class="control-label">{{{todosElementosUnicoSimbolo}}}</label> | |
| 170 | + </div> | |
| 171 | + </div> | |
| 172 | + <span style="top: 0px; position: absolute; right: 0px;" class="input-group-btn"> | |
| 173 | + <a style="left: 80px;" onclick="i3GEOF.legenda.simbU();return false;" role="button" type="button" class="btn btn-primary btn-fab btn-fab-max" href="javascript:void(0)"> | |
| 174 | + <span class="material-icons ">send</span> | |
| 175 | + </a> | |
| 176 | + </span> | |
| 177 | + </div> | |
| 178 | + <hr /> | |
| 193 | 179 | <h5>{{{valorUnico}}}</h5> |
| 194 | - <div style="width: 80%"> | |
| 180 | + <div style="width: 80%"> | |
| 195 | 181 | |
| 196 | - <div class='form-group condensed'> | |
| 197 | - <label class="control-label">{{{cadaOcorrenciaUnicoSimbolo}}}</label> | |
| 198 | - <div style="width: 100%;" class="input-group"> | |
| 199 | - <div id='i3GEOlegendaitensValorUnico'></div> | |
| 200 | - </div> | |
| 201 | - </div> | |
| 202 | - <div class='form-group condensed'> | |
| 203 | - <label class="control-label">{{{nomeClassesUnicoSimbolo}}}</label> | |
| 204 | - <div style="width: 100%;" class="input-group"> | |
| 205 | - <div id='i3GEOlegendaClassesValorUnico'></div> | |
| 182 | + <div class='form-group condensed'> | |
| 183 | + <label class="control-label">{{{cadaOcorrenciaUnicoSimbolo}}}</label> | |
| 184 | + <div style="width: 100%;" class="input-group"> | |
| 185 | + <div id='i3GEOlegendaitensValorUnico'></div> | |
| 186 | + </div> | |
| 187 | + </div> | |
| 188 | + <div class='form-group condensed'> | |
| 189 | + <label class="control-label">{{{nomeClassesUnicoSimbolo}}}</label> | |
| 190 | + <div style="width: 100%;" class="input-group"> | |
| 191 | + <div id='i3GEOlegendaClassesValorUnico'></div> | |
| 206 | 192 | |
| 207 | - </div> | |
| 208 | - </div> | |
| 209 | - <span style="top: 0px; position: absolute; right: 0px;" class="input-group-btn"> | |
| 210 | - <a style="left: 80px;" onclick="i3GEOF.legenda.valorU();return false;" role="button" type="button" class="btn btn-primary btn-fab btn-fab-max" href="javascript:void(0)"> | |
| 211 | - <span class="material-icons ">send</span> | |
| 212 | - </a> | |
| 213 | - </span> | |
| 214 | - </div> | |
| 215 | - <hr /> | |
| 193 | + </div> | |
| 194 | + </div> | |
| 195 | + <span style="top: 0px; position: absolute; right: 0px;" class="input-group-btn"> | |
| 196 | + <a style="left: 80px;" onclick="i3GEOF.legenda.valorU();return false;" role="button" type="button" class="btn btn-primary btn-fab btn-fab-max" href="javascript:void(0)"> | |
| 197 | + <span class="material-icons ">send</span> | |
| 198 | + </a> | |
| 199 | + </span> | |
| 200 | + </div> | |
| 201 | + <hr /> | |
| 216 | 202 | <h5>{{{classesFixas}}}</h5> |
| 217 | - <div style="width: 80%"> | |
| 203 | + <div style="width: 80%"> | |
| 218 | 204 | |
| 219 | - <div class='form-group condensed'> | |
| 220 | - <label class="control-label">{{{criaClassesItemNumerico}}}</label> | |
| 221 | - <div style="width: 100%;" class="input-group"> | |
| 222 | - <div id='i3GEOlegendaitensValorClass'></div> | |
| 223 | - </div> | |
| 224 | - </div> | |
| 225 | - <div class='form-group label-floating'> | |
| 226 | - <label class="control-label" for="i3GEOlegendanclasses">{{{numeroClasses}}}</label> | |
| 227 | - <input class="form-control input-lg" type='text' id='i3GEOlegendanclasses' value='5' /> | |
| 228 | - </div> | |
| 229 | - <h5>{{{tipoCalculo}}}</h5> | |
| 230 | - <button onclick="i3GEOF.legenda.valorC()" class='btn btn-primary btn-sm btn-raised'>{{{intervalosIguais}}}</button> | |
| 231 | - <button onclick="i3GEOF.legenda.valorQN()" class='btn btn-primary btn-sm btn-raised'>{{{quebrasNaturais}}}</button> | |
| 232 | - <button onclick="i3GEOF.legenda.valorQu()" class='btn btn-primary btn-sm btn-raised'>{{{calcularQuantil}}}</button> | |
| 233 | - </div> | |
| 234 | - <hr /> | |
| 205 | + <div class='form-group condensed'> | |
| 206 | + <label class="control-label">{{{criaClassesItemNumerico}}}</label> | |
| 207 | + <div style="width: 100%;" class="input-group"> | |
| 208 | + <div id='i3GEOlegendaitensValorClass'></div> | |
| 209 | + </div> | |
| 210 | + </div> | |
| 211 | + <div class='form-group label-floating'> | |
| 212 | + <label class="control-label" for="i3GEOlegendanclasses">{{{numeroClasses}}}</label> <input class="form-control input-lg" type='text' id='i3GEOlegendanclasses' value='5' /> | |
| 213 | + </div> | |
| 214 | + <h5>{{{tipoCalculo}}}</h5> | |
| 215 | + <button onclick="i3GEOF.legenda.valorC()" class='btn btn-primary btn-sm btn-raised'>{{{intervalosIguais}}}</button> | |
| 216 | + <button onclick="i3GEOF.legenda.valorQN()" class='btn btn-primary btn-sm btn-raised'>{{{quebrasNaturais}}}</button> | |
| 217 | + <button onclick="i3GEOF.legenda.valorQu()" class='btn btn-primary btn-sm btn-raised'>{{{calcularQuantil}}}</button> | |
| 218 | + </div> | |
| 219 | + <hr /> | |
| 235 | 220 | <h5>{{{metade}}}</h5> |
| 236 | - <div style="width: 80%"> | |
| 221 | + <div style="width: 80%"> | |
| 237 | 222 | |
| 238 | - <div class='form-group condensed'> | |
| 239 | - <label class="control-label">{{{duasmetades}}}</label> | |
| 240 | - <div style="width: 100%;" class="input-group"> | |
| 241 | - <div id='i3GEOlegendaitensMetade'></div> | |
| 242 | - </div> | |
| 243 | - </div> | |
| 244 | - <div class='form-group condensed'> | |
| 245 | - <label class="control-label">{{{iunico}}}</label> | |
| 246 | - <div style="width: 100%;" class="input-group"> | |
| 247 | - <div id='i3GEOlegendaitensMetadeId'></div> | |
| 248 | - </div> | |
| 249 | - </div> | |
| 250 | - <span style="top: 0px; position: absolute; right: 0px;" class="input-group-btn"> | |
| 251 | - <a style="left: 80px;" onclick="i3GEOF.legenda.metade();return false;" role="button" type="button" class="btn btn-primary btn-fab btn-fab-max" href="javascript:void(0)"> | |
| 252 | - <span class="material-icons ">send</span> | |
| 253 | - </a> | |
| 254 | - </span> | |
| 255 | - </div> | |
| 256 | - <hr /> | |
| 223 | + <div class='form-group condensed'> | |
| 224 | + <label class="control-label">{{{duasmetades}}}</label> | |
| 225 | + <div style="width: 100%;" class="input-group"> | |
| 226 | + <div id='i3GEOlegendaitensMetade'></div> | |
| 227 | + </div> | |
| 228 | + </div> | |
| 229 | + <div class='form-group condensed'> | |
| 230 | + <label class="control-label">{{{iunico}}}</label> | |
| 231 | + <div style="width: 100%;" class="input-group"> | |
| 232 | + <div id='i3GEOlegendaitensMetadeId'></div> | |
| 233 | + </div> | |
| 234 | + </div> | |
| 235 | + <span style="top: 0px; position: absolute; right: 0px;" class="input-group-btn"> | |
| 236 | + <a style="left: 80px;" onclick="i3GEOF.legenda.metade();return false;" role="button" type="button" class="btn btn-primary btn-fab btn-fab-max" href="javascript:void(0)"> | |
| 237 | + <span class="material-icons ">send</span> | |
| 238 | + </a> | |
| 239 | + </span> | |
| 240 | + </div> | |
| 241 | + <hr /> | |
| 257 | 242 | <h5>{{{media}}}</h5> |
| 258 | - <div style="width: 80%"> | |
| 243 | + <div style="width: 80%"> | |
| 259 | 244 | |
| 260 | - <div class='form-group condensed'> | |
| 261 | - <label class="control-label">{{{duasmedias}}}</label> | |
| 262 | - <div style="width: 100%;" class="input-group"> | |
| 263 | - <div id='i3GEOlegendaitensMedia'></div> | |
| 264 | - </div> | |
| 265 | - </div> | |
| 266 | - <span style="top: 0px; position: absolute; right: 0px;" class="input-group-btn"> | |
| 267 | - <a style="left: 80px;" onclick="i3GEOF.legenda.media();return false;" role="button" type="button" class="btn btn-primary btn-fab btn-fab-max" href="javascript:void(0)"> | |
| 268 | - <span class="material-icons ">send</span> | |
| 269 | - </a> | |
| 270 | - </span> | |
| 271 | - </div> | |
| 272 | - <hr /> | |
| 245 | + <div class='form-group condensed'> | |
| 246 | + <label class="control-label">{{{duasmedias}}}</label> | |
| 247 | + <div style="width: 100%;" class="input-group"> | |
| 248 | + <div id='i3GEOlegendaitensMedia'></div> | |
| 249 | + </div> | |
| 250 | + </div> | |
| 251 | + <span style="top: 0px; position: absolute; right: 0px;" class="input-group-btn"> | |
| 252 | + <a style="left: 80px;" onclick="i3GEOF.legenda.media();return false;" role="button" type="button" class="btn btn-primary btn-fab btn-fab-max" href="javascript:void(0)"> | |
| 253 | + <span class="material-icons ">send</span> | |
| 254 | + </a> | |
| 255 | + </span> | |
| 256 | + </div> | |
| 257 | + <hr /> | |
| 273 | 258 | <h5>{{{calcularQuartil}}}</h5> |
| 274 | - <div style="width: 80%"> | |
| 259 | + <div style="width: 80%"> | |
| 275 | 260 | |
| 276 | - <div class='form-group condensed'> | |
| 277 | - <label class="control-label">{{{criaQuartis}}}</label> | |
| 278 | - <div style="width: 100%;" class="input-group"> | |
| 279 | - <div id='i3GEOlegendaitensValorQuartil'></div> | |
| 280 | - </div> | |
| 281 | - </div> | |
| 282 | - <div class='form-group condensed'> | |
| 283 | - <label class="control-label">{{{estiloNomeClasses}}}</label> | |
| 284 | - <div style="width: 100%;" class="input-group"> | |
| 285 | - <select class="form-control" id='estiloClassesQuartis'> | |
| 286 | - <option value='minimo'>{{{soValores}}}</option> | |
| 287 | - <option value='simples'>{{{quartilValores}}}</option> | |
| 288 | - <option value='completo'>{{{expressaoCompleta}}}</option> | |
| 289 | - </select> | |
| 290 | - <b class="caret careti"></b> | |
| 261 | + <div class='form-group condensed'> | |
| 262 | + <label class="control-label">{{{criaQuartis}}}</label> | |
| 263 | + <div style="width: 100%;" class="input-group"> | |
| 264 | + <div id='i3GEOlegendaitensValorQuartil'></div> | |
| 265 | + </div> | |
| 266 | + </div> | |
| 267 | + <div class='form-group condensed'> | |
| 268 | + <label class="control-label">{{{estiloNomeClasses}}}</label> | |
| 269 | + <div style="width: 100%;" class="input-group"> | |
| 270 | + <select class="form-control" id='estiloClassesQuartis'> | |
| 271 | + <option value='minimo'>{{{soValores}}}</option> | |
| 272 | + <option value='simples'>{{{quartilValores}}}</option> | |
| 273 | + <option value='completo'>{{{expressaoCompleta}}}</option> | |
| 274 | + </select> <b class="caret careti"></b> | |
| 291 | 275 | |
| 292 | 276 | |
| 293 | - </div> | |
| 294 | - </div> | |
| 295 | - <span style="top: 0px; position: absolute; right: 0px;" class="input-group-btn"> | |
| 296 | - <a style="left: 80px;" onclick="i3GEOF.legenda.valorQ();return false;" role="button" type="button" class="btn btn-primary btn-fab btn-fab-max" href="javascript:void(0)"> | |
| 297 | - <span class="material-icons ">send</span> | |
| 298 | - </a> | |
| 299 | - </span> | |
| 300 | - </div> | |
| 301 | - <br> | |
| 277 | + </div> | |
| 278 | + </div> | |
| 279 | + <span style="top: 0px; position: absolute; right: 0px;" class="input-group-btn"> | |
| 280 | + <a style="left: 80px;" onclick="i3GEOF.legenda.valorQ();return false;" role="button" type="button" class="btn btn-primary btn-fab btn-fab-max" href="javascript:void(0)"> | |
| 281 | + <span class="material-icons ">send</span> | |
| 282 | + </a> | |
| 283 | + </span> | |
| 284 | + </div> | |
| 285 | + <br> | |
| 302 | 286 | </div> |
| 303 | 287 | <!-- editor de simbolos --> |
| 304 | 288 | <div id='i3GEOlegendaguia3obj' class='container-fluid customScrollBarXY'> |
| 305 | - <h5>{{{etiquetasClasse}}}</h5> | |
| 306 | - <div class='form-group condensed'> | |
| 307 | - <label class="control-label" for="i3GEOlegendaitensLabel">{{{itemComTexto}}}</label> | |
| 308 | - <div style="width: 100%;" class="input-group"> | |
| 309 | - <div id='i3GEOlegendaitensLabel'></div> | |
| 310 | - </div> | |
| 311 | - </div> | |
| 312 | - <button onclick="i3GEOF.legenda.excluiLabels()" class='btn btn-primary btn-sm btn-raised'>{{{removeLabels}}}</button> | |
| 313 | - <button onclick="i3GEOF.legenda.incluirLabels()" class='btn btn-primary btn-sm btn-raised'>{{{aplicar}}}</button> | |
| 314 | - <button onclick="i3GEOF.legenda.propriedadesLabels()" class='btn btn-primary btn-sm btn-raised'>{{{propriedades2}}}</button> | |
| 289 | + <h5>{{{etiquetasClasse}}}</h5> | |
| 290 | + <div class='form-group condensed'> | |
| 291 | + <label class="control-label" for="i3GEOlegendaitensLabel">{{{itemComTexto}}}</label> | |
| 292 | + <div style="width: 100%;" class="input-group"> | |
| 293 | + <div id='i3GEOlegendaitensLabel'></div> | |
| 294 | + </div> | |
| 295 | + </div> | |
| 296 | + <button onclick="i3GEOF.legenda.excluiLabels()" class='btn btn-primary btn-sm btn-raised'>{{{removeLabels}}}</button> | |
| 297 | + <button onclick="i3GEOF.legenda.incluirLabels()" class='btn btn-primary btn-sm btn-raised'>{{{aplicar}}}</button> | |
| 298 | + <button onclick="i3GEOF.legenda.propriedadesLabels()" class='btn btn-primary btn-sm btn-raised'>{{{propriedades2}}}</button> | |
| 315 | 299 | |
| 316 | - <hr /> | |
| 300 | + <hr /> | |
| 317 | 301 | |
| 318 | - <h5>{{{estilos}}}</h5> | |
| 302 | + <h5>{{{estilos}}}</h5> | |
| 319 | 303 | |
| 320 | - <div class='form-group condensed'> | |
| 321 | - <label class="control-label" for="i3GEOlegendaestilos">{{{estiloEdicao}}}</label> | |
| 322 | - <div class="input-group" style="width: 150px;"> | |
| 323 | - <div id='i3GEOlegendacomboestilos'></div> | |
| 324 | - </div> | |
| 325 | - </div> | |
| 326 | - <button onclick="i3GEOF.legenda.excluiEstilo()" class='btn btn-primary btn-sm btn-raised'>{{{exclui}}}</button> | |
| 327 | - <button onclick="i3GEOF.legenda.adicionaEstilo()" class='btn btn-primary btn-sm btn-raised'>{{{adiciona}}}</button> | |
| 328 | - <button onclick="i3GEOF.legenda.sobeEstilo()" class='btn btn-primary btn-sm btn-raised'>{{{sobe}}}</button> | |
| 329 | - <button onclick="i3GEOF.legenda.desceEstilo()" class='btn btn-primary btn-sm btn-raised'>{{{desce}}}</button> | |
| 304 | + <div class='form-group condensed'> | |
| 305 | + <label class="control-label" for="i3GEOlegendaestilos">{{{estiloEdicao}}}</label> | |
| 306 | + <div class="input-group" style="width: 150px;"> | |
| 307 | + <div id='i3GEOlegendacomboestilos'></div> | |
| 308 | + </div> | |
| 309 | + </div> | |
| 310 | + <button onclick="i3GEOF.legenda.excluiEstilo()" class='btn btn-primary btn-sm btn-raised'>{{{exclui}}}</button> | |
| 311 | + <button onclick="i3GEOF.legenda.adicionaEstilo()" class='btn btn-primary btn-sm btn-raised'>{{{adiciona}}}</button> | |
| 312 | + <button onclick="i3GEOF.legenda.sobeEstilo()" class='btn btn-primary btn-sm btn-raised'>{{{sobe}}}</button> | |
| 313 | + <button onclick="i3GEOF.legenda.desceEstilo()" class='btn btn-primary btn-sm btn-raised'>{{{desce}}}</button> | |
| 330 | 314 | |
| 331 | - <hr /> | |
| 315 | + <hr /> | |
| 332 | 316 | |
| 333 | - <h5>{{{edicaoEstilo}}}</h5> | |
| 334 | - <h5>{{{ajudaEstilo}}}</h5> | |
| 335 | - <div id='i3GEOlegendaParametrosEstilos'></div> | |
| 336 | - <div style='position: relative; top: 0px; left: 0px; text-align: left;' id='i3GEOlegendamostraEstilo'></div> | |
| 337 | - <div style='position: relative; top: 0px; left: 0px; text-align: left;' id='i3GEOlegendasimbolos'></div> | |
| 317 | + <h5>{{{edicaoEstilo}}}</h5> | |
| 318 | + <h5>{{{ajudaEstilo}}}</h5> | |
| 319 | + <div id='i3GEOlegendaParametrosEstilos'></div> | |
| 320 | + <div style='position: relative; top: 0px; left: 0px; text-align: left;' id='i3GEOlegendamostraEstilo'></div> | |
| 321 | + <div style='position: relative; top: 0px; left: 0px; text-align: left;' id='i3GEOlegendasimbolos'></div> | |
| 338 | 322 | </div> |
| 339 | 323 | |
| 340 | 324 | <!-- graficos --> |
| ... | ... | @@ -342,82 +326,71 @@ |
| 342 | 326 | |
| 343 | 327 | <!-- SLD --> |
| 344 | 328 | <div id='i3GEOlegendaguia5obj' class='container-fluid customScrollBarXY'> |
| 345 | - <h5> | |
| 346 | - {{{geraSLD}}} | |
| 347 | - <a href='http://mapserver.org/ogc/sld.html#sld' target='_blank'> Mapserver SLD </a> | |
| 348 | - {{{ajudaSLD}}} | |
| 349 | - </h5> | |
| 350 | - <button onclick="i3GEOF.legenda.slde()" class='btn btn-primary btn-sm btn-raised'>{{{exportaSLD}}}</button> | |
| 351 | - <h5>{{{msgAplicaSLD}}}</h5> | |
| 352 | - <button onclick="i3GEOF.legenda.sldi()" class='btn btn-primary btn-sm btn-raised'>{{{aplicaSLD}}}</button> | |
| 329 | + <h5> | |
| 330 | + {{{geraSLD}}} | |
| 331 | + <a href='http://mapserver.org/ogc/sld.html#sld' target='_blank'> Mapserver SLD </a> | |
| 332 | + {{{ajudaSLD}}} | |
| 333 | + </h5> | |
| 334 | + <button onclick="i3GEOF.legenda.slde()" class='btn btn-primary btn-sm btn-raised'>{{{exportaSLD}}}</button> | |
| 335 | + <h5>{{{msgAplicaSLD}}}</h5> | |
| 336 | + <button onclick="i3GEOF.legenda.sldi()" class='btn btn-primary btn-sm btn-raised'>{{{aplicaSLD}}}</button> | |
| 353 | 337 | </div> |
| 354 | 338 | |
| 355 | 339 | <!-- cluster --> |
| 356 | 340 | <div id='i3GEOlegendaguia7obj' class='container-fluid customScrollBarXY'> |
| 357 | - <h5>{{{clusterAjuda}}}</h5> | |
| 358 | - <div class='form-group label-fixed'> | |
| 359 | - <label class="control-label" for="i3GEOlegendaClusterMaxdistance">{{{ClusterMaxdistance}}}</label> | |
| 360 | - <input class="form-control input-lg" type='text' id='i3GEOlegendaClusterMaxdistance' value='5' /> | |
| 361 | - </div> | |
| 362 | - <div class='form-group label-fixed'> | |
| 363 | - <label class="control-label" for="i3GEOlegendaClusterBuffer">{{{ClusterBuffer}}}</label> | |
| 364 | - <input class="form-control input-lg" type='text' id='i3GEOlegendaClusterBuffer' value='0' /> | |
| 365 | - </div> | |
| 366 | - <div class='form-group label-fixed'> | |
| 367 | - <label class="control-label" for="i3GEOlegendaClusterFilter">{{{ClusterFilter}}}</label> | |
| 368 | - <input class="form-control input-lg" type='text' id='i3GEOlegendaClusterFilter' value='' /> | |
| 369 | - </div> | |
| 370 | - <div style="width: 100%;" class='form-group label-fixed'> | |
| 371 | - <label class="control-label" for="i3GEOlegendaClusterRegion">{{{ClusterRegion}}}</label> | |
| 372 | - <select class="form-control" id='i3GEOlegendaClusterRegion'> | |
| 373 | - <option value='rectangle'>rectangle</option> | |
| 374 | - <option value='ellipse'>ellipse</option> | |
| 375 | - </select> | |
| 376 | - <b class="caret careti"></b> | |
| 341 | + <h5>{{{clusterAjuda}}}</h5> | |
| 342 | + <div class='form-group label-fixed'> | |
| 343 | + <label class="control-label" for="i3GEOlegendaClusterMaxdistance">{{{ClusterMaxdistance}}}</label> <input class="form-control input-lg" type='text' id='i3GEOlegendaClusterMaxdistance' | |
| 344 | + value='5' /> | |
| 345 | + </div> | |
| 346 | + <div class='form-group label-fixed'> | |
| 347 | + <label class="control-label" for="i3GEOlegendaClusterBuffer">{{{ClusterBuffer}}}</label> <input class="form-control input-lg" type='text' id='i3GEOlegendaClusterBuffer' value='0' /> | |
| 348 | + </div> | |
| 349 | + <div class='form-group label-fixed'> | |
| 350 | + <label class="control-label" for="i3GEOlegendaClusterFilter">{{{ClusterFilter}}}</label> <input class="form-control input-lg" type='text' id='i3GEOlegendaClusterFilter' value='' /> | |
| 351 | + </div> | |
| 352 | + <div style="width: 100%;" class='form-group label-fixed'> | |
| 353 | + <label class="control-label" for="i3GEOlegendaClusterRegion">{{{ClusterRegion}}}</label> <select class="form-control" id='i3GEOlegendaClusterRegion'> | |
| 354 | + <option value='rectangle'>rectangle</option> | |
| 355 | + <option value='ellipse'>ellipse</option> | |
| 356 | + </select> <b class="caret careti"></b> | |
| 377 | 357 | |
| 378 | - </div> | |
| 379 | - <div class='form-group label-fixed'> | |
| 380 | - <label class="control-label" for="i3GEOlegendaClusterRegion">{{{ClusterGroup}}}</label> | |
| 381 | - <div id='i3GEOlegendaitensCluster'></div> | |
| 382 | - </div> | |
| 383 | - <button onclick="i3GEOF.legenda.aplicarCluster()" class='btn btn-primary btn-sm btn-raised'>{{{aplicar}}}</button> | |
| 384 | - <button onclick="i3GEOF.legenda.removerCluster()" class='btn btn-primary btn-sm btn-raised'>{{{remover}}}</button> | |
| 358 | + </div> | |
| 359 | + <div class='form-group label-fixed'> | |
| 360 | + <label class="control-label" for="i3GEOlegendaClusterRegion">{{{ClusterGroup}}}</label> | |
| 361 | + <div id='i3GEOlegendaitensCluster'></div> | |
| 362 | + </div> | |
| 363 | + <button onclick="i3GEOF.legenda.aplicarCluster()" class='btn btn-primary btn-sm btn-raised'>{{{aplicar}}}</button> | |
| 364 | + <button onclick="i3GEOF.legenda.removerCluster()" class='btn btn-primary btn-sm btn-raised'>{{{remover}}}</button> | |
| 385 | 365 | |
| 386 | 366 | </div> |
| 387 | 367 | <!--autoclasses--> |
| 388 | 368 | <div id='i3GEOlegendaguia8obj' class='container-fluid customScrollBarXY'> |
| 389 | - <h5>{{{autoClasses}}}</h5> | |
| 369 | + <h5>{{{autoClasses}}}</h5> | |
| 390 | 370 | |
| 391 | - <h5>{{{colunasTxt}}}</h5> | |
| 392 | - <div id="i3GEOlegendaAutocolunas"></div> | |
| 393 | - <div class='form-group label-fixed'> | |
| 394 | - <label class="control-label" for="i3GEOlegendaClusterFilter">{{{classesitem}}}</label> | |
| 395 | - <input class="form-control input-lg" type='text' id='i3GEOlegendaAutoclassesitem' value='' /> | |
| 396 | - </div> | |
| 397 | - <div class='form-group label-fixed'> | |
| 398 | - <label class="control-label" for="i3GEOlegendaAutoclassesnome">{{{classesnome}}}</label> | |
| 399 | - <input class="form-control input-lg" type='text' id='i3GEOlegendaAutoclassesnome' value='' /> | |
| 400 | - </div> | |
| 401 | - <div class='form-group label-fixed'> | |
| 402 | - <label class="control-label" for="i3GEOlegendaAutoclassescor">{{{classescor}}}</label> | |
| 403 | - <input class="form-control input-lg" type='text' id='i3GEOlegendaAutoclassescor' value='' /> | |
| 404 | - </div> | |
| 405 | - <div class='form-group label-fixed'> | |
| 406 | - <label class="control-label" for="i3GEOlegendaAutoclassessimbolo">{{{classessimbolo}}}</label> | |
| 407 | - <input class="form-control input-lg" type='text' id='i3GEOlegendaAutoclassessimbolo' value='' /> | |
| 408 | - </div> | |
| 409 | - <div class='form-group label-fixed'> | |
| 410 | - <label class="control-label" for="i3GEOlegendaAutoclassestamanho">{{{classestamanho}}}</label> | |
| 411 | - <input class="form-control input-lg" type='text' id='i3GEOlegendaAutoclassestamanho' value='' /> | |
| 412 | - </div> | |
| 413 | - <div class='form-group label-fixed'> | |
| 414 | - <label class="control-label" for="i3GEOlegendaAutopalletefile">{{{palletefile}}}</label> | |
| 415 | - <input class="form-control input-lg" type='text' id='i3GEOlegendaAutopalletefile' value='' /> | |
| 416 | - </div> | |
| 417 | - <div class='form-group label-fixed'> | |
| 418 | - <label class="control-label" for="i3GEOlegendaAutopalletestep">{{{palletestep}}}</label> | |
| 419 | - <input class="form-control input-lg" type='text' id='i3GEOlegendaAutopalletestep' value='' /> | |
| 420 | - </div> | |
| 421 | - <button onclick="i3GEOF.legenda.salvaParametrosAuto()" class='btn btn-primary btn-sm btn-raised'>{{{aplicar}}}</button> | |
| 371 | + <h5>{{{colunasTxt}}}</h5> | |
| 372 | + <div id="i3GEOlegendaAutocolunas"></div> | |
| 373 | + <div class='form-group label-fixed'> | |
| 374 | + <label class="control-label" for="i3GEOlegendaClusterFilter">{{{classesitem}}}</label> <input class="form-control input-lg" type='text' id='i3GEOlegendaAutoclassesitem' value='' /> | |
| 375 | + </div> | |
| 376 | + <div class='form-group label-fixed'> | |
| 377 | + <label class="control-label" for="i3GEOlegendaAutoclassesnome">{{{classesnome}}}</label> <input class="form-control input-lg" type='text' id='i3GEOlegendaAutoclassesnome' value='' /> | |
| 378 | + </div> | |
| 379 | + <div class='form-group label-fixed'> | |
| 380 | + <label class="control-label" for="i3GEOlegendaAutoclassescor">{{{classescor}}}</label> <input class="form-control input-lg" type='text' id='i3GEOlegendaAutoclassescor' value='' /> | |
| 381 | + </div> | |
| 382 | + <div class='form-group label-fixed'> | |
| 383 | + <label class="control-label" for="i3GEOlegendaAutoclassessimbolo">{{{classessimbolo}}}</label> <input class="form-control input-lg" type='text' id='i3GEOlegendaAutoclassessimbolo' value='' /> | |
| 384 | + </div> | |
| 385 | + <div class='form-group label-fixed'> | |
| 386 | + <label class="control-label" for="i3GEOlegendaAutoclassestamanho">{{{classestamanho}}}</label> <input class="form-control input-lg" type='text' id='i3GEOlegendaAutoclassestamanho' value='' /> | |
| 387 | + </div> | |
| 388 | + <div class='form-group label-fixed'> | |
| 389 | + <label class="control-label" for="i3GEOlegendaAutopalletefile">{{{palletefile}}}</label> <input class="form-control input-lg" type='text' id='i3GEOlegendaAutopalletefile' value='' /> | |
| 390 | + </div> | |
| 391 | + <div class='form-group label-fixed'> | |
| 392 | + <label class="control-label" for="i3GEOlegendaAutopalletestep">{{{palletestep}}}</label> <input class="form-control input-lg" type='text' id='i3GEOlegendaAutopalletestep' value='' /> | |
| 393 | + </div> | |
| 394 | + <button onclick="i3GEOF.legenda.salvaParametrosAuto()" class='btn btn-primary btn-sm btn-raised'>{{{aplicar}}}</button> | |
| 422 | 395 | </div> |
| 423 | 396 | <input type='hidden' value='' id='listaColourRamp' onchange='javascript:i3GEOF.legenda.aplicaColourRamp()' /> |
| 424 | 397 | \ No newline at end of file | ... | ... |
interface/carto_ol.htm
| ... | ... | @@ -239,8 +239,8 @@ |
| 239 | 239 | <div class="separadorCabecalhoGuias"> </div> |
| 240 | 240 | <div class="list-group condensed noprint"> |
| 241 | 241 | <label>{{{opcoes}}}</label> |
| 242 | - <a data-target="#opcoesGuia1" class="btn btn-sm btn-primary pull-right" style="margin-top: 0px; padding-top: 0px; padding-bottom: 0px;" type="button" data-toggle="collapse"> | |
| 243 | - <span class="caret"></span> | |
| 242 | + <a data-target="#opcoesGuia1" class="btn btn-sm btn-primary pull-right collapsed" style="margin-top: 0px; padding-top: 0px; padding-bottom: 0px;" type="button" data-toggle="collapse"> | |
| 243 | + | |
| 244 | 244 | </a> |
| 245 | 245 | <div class="text-left collapse" id="opcoesGuia1" style="margin-left: 30px;"> |
| 246 | 246 | <p> |
| ... | ... | @@ -282,8 +282,8 @@ |
| 282 | 282 | --> |
| 283 | 283 | <div class="list-group condensed"> |
| 284 | 284 | <label>{{{camadasDeFundo}}}</label> |
| 285 | - <a data-target="#collapseFundo" class="btn btn-sm btn-primary pull-right" style="margin-top: 0px; padding-top: 0px; padding-bottom: 0px;" type="button" data-toggle="collapse"> | |
| 286 | - <span class="caret"></span> | |
| 285 | + <a data-target="#collapseFundo" class="btn btn-sm btn-primary pull-right collapsed" style="margin-top: 0px; padding-top: 0px; padding-bottom: 0px;" type="button" data-toggle="collapse"> | |
| 286 | + | |
| 287 | 287 | </a> |
| 288 | 288 | <div style="margin-left: 0px;" class="collapse text-left" id="collapseFundo"> |
| 289 | 289 | <form> |
| ... | ... | @@ -306,8 +306,8 @@ |
| 306 | 306 | <div id="catalogoPrincipal"> |
| 307 | 307 | <div class="list-group condensed noprint"> |
| 308 | 308 | <label>{{{opcoes}}}</label> |
| 309 | - <a data-target="#opcoesGuia2" class="btn btn-sm btn-primary pull-right" style="margin-top: 0px; padding-top: 0px; padding-bottom: 0px;" type="button" data-toggle="collapse"> | |
| 310 | - <span class="caret"></span> | |
| 309 | + <a data-target="#opcoesGuia2" class="btn btn-sm btn-primary pull-right collapsed" style="margin-top: 0px; padding-top: 0px; padding-bottom: 0px;" type="button" data-toggle="collapse"> | |
| 310 | + | |
| 311 | 311 | </a> |
| 312 | 312 | <div class="text-left collapse" id="opcoesGuia2" style="margin-left: 30px;"> |
| 313 | 313 | <p> | ... | ... |
interface/gm.phtml
| ... | ... | @@ -249,8 +249,8 @@ include ("../ms_configura.php"); |
| 249 | 249 | <div class="separadorCabecalhoGuias"> </div> |
| 250 | 250 | <div class="list-group condensed noprint"> |
| 251 | 251 | <label>{{{opcoes}}}</label> |
| 252 | - <a data-target="#opcoesGuia1" class="btn btn-sm btn-primary pull-right" style="margin-top: 0px; padding-top: 0px; padding-bottom: 0px;" type="button" data-toggle="collapse"> | |
| 253 | - <span class="caret"></span> | |
| 252 | + <a data-target="#opcoesGuia1" class="btn btn-sm btn-primary pull-right collapsed" style="margin-top: 0px; padding-top: 0px; padding-bottom: 0px;" type="button" data-toggle="collapse"> | |
| 253 | + | |
| 254 | 254 | </a> |
| 255 | 255 | <div class="text-left collapse" id="opcoesGuia1" style="margin-left: 30px;"> |
| 256 | 256 | <p> |
| ... | ... | @@ -292,8 +292,8 @@ include ("../ms_configura.php"); |
| 292 | 292 | --> |
| 293 | 293 | <div class="list-group condensed"> |
| 294 | 294 | <label>{{{camadasDeFundo}}}</label> |
| 295 | - <a data-target="#collapseFundo" class="btn btn-sm btn-primary pull-right" style="margin-top: 0px; padding-top: 0px; padding-bottom: 0px;" type="button" data-toggle="collapse"> | |
| 296 | - <span class="caret"></span> | |
| 295 | + <a data-target="#collapseFundo" class="btn btn-sm btn-primary pull-right collapsed" style="margin-top: 0px; padding-top: 0px; padding-bottom: 0px;" type="button" data-toggle="collapse"> | |
| 296 | + | |
| 297 | 297 | </a> |
| 298 | 298 | <div style="margin-left: 0px;" class="collapse text-left" id="collapseFundo"> |
| 299 | 299 | <form> |
| ... | ... | @@ -316,8 +316,8 @@ include ("../ms_configura.php"); |
| 316 | 316 | <div id="catalogoPrincipal"> |
| 317 | 317 | <div class="list-group condensed noprint"> |
| 318 | 318 | <label>{{{opcoes}}}</label> |
| 319 | - <a data-target="#opcoesGuia2" class="btn btn-sm btn-primary pull-right" style="margin-top: 0px; padding-top: 0px; padding-bottom: 0px;" type="button" data-toggle="collapse"> | |
| 320 | - <span class="caret"></span> | |
| 319 | + <a data-target="#opcoesGuia2" class="btn btn-sm btn-primary pull-right collapsed" style="margin-top: 0px; padding-top: 0px; padding-bottom: 0px;" type="button" data-toggle="collapse"> | |
| 320 | + | |
| 321 | 321 | </a> |
| 322 | 322 | <div class="text-left collapse" id="opcoesGuia2" style="margin-left: 30px;"> |
| 323 | 323 | <p> | ... | ... |
interface/gmdebug.phtml
| ... | ... | @@ -249,8 +249,8 @@ include ("../ms_configura.php"); |
| 249 | 249 | <div class="separadorCabecalhoGuias"> </div> |
| 250 | 250 | <div class="list-group condensed noprint"> |
| 251 | 251 | <label>{{{opcoes}}}</label> |
| 252 | - <a data-target="#opcoesGuia1" class="btn btn-sm btn-primary pull-right" style="margin-top: 0px; padding-top: 0px; padding-bottom: 0px;" type="button" data-toggle="collapse"> | |
| 253 | - <span class="caret"></span> | |
| 252 | + <a data-target="#opcoesGuia1" class="btn btn-sm btn-primary pull-right collapsed" style="margin-top: 0px; padding-top: 0px; padding-bottom: 0px;" type="button" data-toggle="collapse"> | |
| 253 | + | |
| 254 | 254 | </a> |
| 255 | 255 | <div class="text-left collapse" id="opcoesGuia1" style="margin-left: 30px;"> |
| 256 | 256 | <p> |
| ... | ... | @@ -292,8 +292,8 @@ include ("../ms_configura.php"); |
| 292 | 292 | --> |
| 293 | 293 | <div class="list-group condensed"> |
| 294 | 294 | <label>{{{camadasDeFundo}}}</label> |
| 295 | - <a data-target="#collapseFundo" class="btn btn-sm btn-primary pull-right" style="margin-top: 0px; padding-top: 0px; padding-bottom: 0px;" type="button" data-toggle="collapse"> | |
| 296 | - <span class="caret"></span> | |
| 295 | + <a data-target="#collapseFundo" class="btn btn-sm btn-primary pull-right collapsed" style="margin-top: 0px; padding-top: 0px; padding-bottom: 0px;" type="button" data-toggle="collapse"> | |
| 296 | + | |
| 297 | 297 | </a> |
| 298 | 298 | <div style="margin-left: 0px;" class="collapse text-left" id="collapseFundo"> |
| 299 | 299 | <form> |
| ... | ... | @@ -316,8 +316,8 @@ include ("../ms_configura.php"); |
| 316 | 316 | <div id="catalogoPrincipal"> |
| 317 | 317 | <div class="list-group condensed noprint"> |
| 318 | 318 | <label>{{{opcoes}}}</label> |
| 319 | - <a data-target="#opcoesGuia2" class="btn btn-sm btn-primary pull-right" style="margin-top: 0px; padding-top: 0px; padding-bottom: 0px;" type="button" data-toggle="collapse"> | |
| 320 | - <span class="caret"></span> | |
| 319 | + <a data-target="#opcoesGuia2" class="btn btn-sm btn-primary pull-right collapsed" style="margin-top: 0px; padding-top: 0px; padding-bottom: 0px;" type="button" data-toggle="collapse"> | |
| 320 | + | |
| 321 | 321 | </a> |
| 322 | 322 | <div class="text-left collapse" id="opcoesGuia2" style="margin-left: 30px;"> |
| 323 | 323 | <p> | ... | ... |
interface/googlemaps_noite.phtml
| ... | ... | @@ -249,8 +249,8 @@ include ("../ms_configura.php"); |
| 249 | 249 | <div class="separadorCabecalhoGuias"> </div> |
| 250 | 250 | <div class="list-group condensed noprint"> |
| 251 | 251 | <label>{{{opcoes}}}</label> |
| 252 | - <a data-target="#opcoesGuia1" class="btn btn-sm btn-primary pull-right" style="margin-top: 0px; padding-top: 0px; padding-bottom: 0px;" type="button" data-toggle="collapse"> | |
| 253 | - <span class="caret"></span> | |
| 252 | + <a data-target="#opcoesGuia1" class="btn btn-sm btn-primary pull-right collapsed" style="margin-top: 0px; padding-top: 0px; padding-bottom: 0px;" type="button" data-toggle="collapse"> | |
| 253 | + | |
| 254 | 254 | </a> |
| 255 | 255 | <div class="text-left collapse" id="opcoesGuia1" style="margin-left: 30px;"> |
| 256 | 256 | <p> |
| ... | ... | @@ -292,8 +292,8 @@ include ("../ms_configura.php"); |
| 292 | 292 | --> |
| 293 | 293 | <div class="list-group condensed"> |
| 294 | 294 | <label>{{{camadasDeFundo}}}</label> |
| 295 | - <a data-target="#collapseFundo" class="btn btn-sm btn-primary pull-right" style="margin-top: 0px; padding-top: 0px; padding-bottom: 0px;" type="button" data-toggle="collapse"> | |
| 296 | - <span class="caret"></span> | |
| 295 | + <a data-target="#collapseFundo" class="btn btn-sm btn-primary pull-right collapsed" style="margin-top: 0px; padding-top: 0px; padding-bottom: 0px;" type="button" data-toggle="collapse"> | |
| 296 | + | |
| 297 | 297 | </a> |
| 298 | 298 | <div style="margin-left: 0px;" class="collapse text-left" id="collapseFundo"> |
| 299 | 299 | <form> |
| ... | ... | @@ -316,8 +316,8 @@ include ("../ms_configura.php"); |
| 316 | 316 | <div id="catalogoPrincipal"> |
| 317 | 317 | <div class="list-group condensed noprint"> |
| 318 | 318 | <label>{{{opcoes}}}</label> |
| 319 | - <a data-target="#opcoesGuia2" class="btn btn-sm btn-primary pull-right" style="margin-top: 0px; padding-top: 0px; padding-bottom: 0px;" type="button" data-toggle="collapse"> | |
| 320 | - <span class="caret"></span> | |
| 319 | + <a data-target="#opcoesGuia2" class="btn btn-sm btn-primary pull-right collapsed" style="margin-top: 0px; padding-top: 0px; padding-bottom: 0px;" type="button" data-toggle="collapse"> | |
| 320 | + | |
| 321 | 321 | </a> |
| 322 | 322 | <div class="text-left collapse" id="opcoesGuia2" style="margin-left: 30px;"> |
| 323 | 323 | <p> | ... | ... |
interface/ol.htm
| ... | ... | @@ -242,8 +242,8 @@ |
| 242 | 242 | <div class="guiaOverflow"> |
| 243 | 243 | <div class="list-group condensed noprint"> |
| 244 | 244 | <label>{{{opcoes}}}</label> |
| 245 | - <a data-target="#opcoesGuia1" class="btn btn-sm btn-primary pull-right" style="margin-top: 0px; padding-top: 0px; padding-bottom: 0px;" type="button" data-toggle="collapse"> | |
| 246 | - <span class="caret"></span> | |
| 245 | + <a data-target="#opcoesGuia1" class="btn btn-sm btn-primary pull-right collapsed" style="margin-top: 0px; padding-top: 0px; padding-bottom: 0px;" type="button" data-toggle="collapse"> | |
| 246 | + | |
| 247 | 247 | </a> |
| 248 | 248 | <div class="text-left collapse" id="opcoesGuia1" style="margin-left: 30px;"> |
| 249 | 249 | <p> |
| ... | ... | @@ -285,9 +285,9 @@ |
| 285 | 285 | --> |
| 286 | 286 | <div class="list-group condensed"> |
| 287 | 287 | <label>{{{camadasDeFundo}}}</label> |
| 288 | - <a data-target="#collapseFundo" class="btn btn-sm btn-primary pull-right" style="margin-top: 0px; padding-top: 0px; padding-bottom: 0px;" type="button" | |
| 288 | + <a data-target="#collapseFundo" class="btn btn-sm btn-primary pull-right collapsed" style="margin-top: 0px; padding-top: 0px; padding-bottom: 0px;" type="button" | |
| 289 | 289 | data-toggle="collapse"> |
| 290 | - <span class="caret"></span> | |
| 290 | + | |
| 291 | 291 | </a> |
| 292 | 292 | <div style="margin-left: 0px;" class="collapse text-left" id="collapseFundo"> |
| 293 | 293 | <form> |
| ... | ... | @@ -314,9 +314,9 @@ |
| 314 | 314 | <div id="catalogoPrincipal"> |
| 315 | 315 | <div class="list-group condensed noprint"> |
| 316 | 316 | <label>{{{opcoes}}}</label> |
| 317 | - <a data-target="#opcoesGuia2" class="btn btn-sm btn-primary pull-right" style="margin-top: 0px; padding-top: 0px; padding-bottom: 0px;" type="button" | |
| 317 | + <a data-target="#opcoesGuia2" class="btn btn-sm btn-primary pull-right collapsed" style="margin-top: 0px; padding-top: 0px; padding-bottom: 0px;" type="button" | |
| 318 | 318 | data-toggle="collapse"> |
| 319 | - <span class="caret"></span> | |
| 319 | + | |
| 320 | 320 | </a> |
| 321 | 321 | <div class="text-left collapse" id="opcoesGuia2" style="margin-left: 30px;"> |
| 322 | 322 | <p> | ... | ... |
interface/openlayersdebug.htm
| ... | ... | @@ -63,48 +63,29 @@ |
| 63 | 63 | </select> |
| 64 | 64 | </div> |
| 65 | 65 | <div class="i3GeoMascaraCoord" id="localizarxygeoProj" style="display: block; position: absolute; top: 0px; left: 60px;"> |
| 66 | - X: | |
| 67 | - <input name="" value="-00" size="3" title="grau" id="localizarxygeoProjxg" type="text"> | |
| 68 | - <input name="" value="00" size="2" title="minuto" id="localizarxygeoProjxm" type="text"> | |
| 69 | - <input name="" value="00.00" size="5" title="segundo" id="localizarxygeoProjxs" type="text"> | |
| 70 | - Y: | |
| 71 | - <input name="" value="-00" size="3" title="grau" id="localizarxygeoProjyg" type="text"> | |
| 72 | - <input name="" value="00" size="2" title="minuto" id="localizarxygeoProjym" type="text"> | |
| 73 | - <input name="" value="00.00" size="5" title="segundo" id="localizarxygeoProjys" type="text"> | |
| 74 | - <img class="ticfind" style="margin-left: 8px;" title="zoom" onclick="i3GEO.coordenadas.zoomPontoGeo()" src="../imagens/branco.gif"> | |
| 66 | + X: <input name="" value="-00" size="3" title="grau" id="localizarxygeoProjxg" type="text"> <input name="" value="00" size="2" title="minuto" id="localizarxygeoProjxm" type="text"> | |
| 67 | + <input name="" value="00.00" size="5" title="segundo" id="localizarxygeoProjxs" type="text"> Y: <input name="" value="-00" size="3" title="grau" id="localizarxygeoProjyg" | |
| 68 | + type="text"> <input name="" value="00" size="2" title="minuto" id="localizarxygeoProjym" type="text"> <input name="" value="00.00" size="5" title="segundo" | |
| 69 | + id="localizarxygeoProjys" type="text"> <img class="ticfind" style="margin-left: 8px;" title="zoom" onclick="i3GEO.coordenadas.zoomPontoGeo()" src="../imagens/branco.gif"> | |
| 75 | 70 | </div> |
| 76 | 71 | <div id="localizarxydd" class="i3GeoMascaraCoord" style="display: none; position: absolute; top: 0px; left: 60px;"> |
| 77 | - X: | |
| 78 | - <input name="" value="00" size="12" title="X" id="localizarxyddX" type="text"> | |
| 79 | - Y: | |
| 80 | - <input name="" value="00" size="12" title="Y" id="localizarxyddY" type="text"> | |
| 72 | + X: <input name="" value="00" size="12" title="X" id="localizarxyddX" type="text"> Y: <input name="" value="00" size="12" title="Y" id="localizarxyddY" type="text"> | |
| 81 | 73 | </div> |
| 82 | 74 | <div id="localizarxygeohash" class="i3GeoMascaraCoord" style="display: none; position: absolute; top: 0px; left: 60px;"> |
| 83 | - GeoHash | |
| 84 | - <input name="" value="00" size="12" title="Cod" id="localizarxygeohashCodigo" type="text"> | |
| 85 | - <img class="ticfind" style="margin-left: 8px;" title="zoom" onclick="i3GEO.coordenadas.geohash.zoomCodigo('localizarxygeohashCodigo')" src="../imagens/branco.gif"> | |
| 75 | + GeoHash <input name="" value="00" size="12" title="Cod" id="localizarxygeohashCodigo" type="text"> <img class="ticfind" style="margin-left: 8px;" title="zoom" | |
| 76 | + onclick="i3GEO.coordenadas.geohash.zoomCodigo('localizarxygeohashCodigo')" src="../imagens/branco.gif"> | |
| 86 | 77 | </div> |
| 87 | 78 | <div id="localizarxypoliconicaSad69" class="i3GeoMascaraCoord" style="display: none; position: absolute; top: 0px; left: 60px;"> |
| 88 | - X: | |
| 89 | - <input name="" value="00" size="12" title="X" id="localizarxypoliconicaSad69X" type="text"> | |
| 90 | - Y: | |
| 91 | - <input name="" value="00" size="12" title="Y" id="localizarxypoliconicaSad69Y" type="text"> | |
| 79 | + X: <input name="" value="00" size="12" title="X" id="localizarxypoliconicaSad69X" type="text"> Y: <input name="" value="00" size="12" title="Y" id="localizarxypoliconicaSad69Y" | |
| 80 | + type="text"> | |
| 92 | 81 | </div> |
| 93 | 82 | <div id="localizarxyutmSad69Proj" class="i3GeoMascaraCoord" style="display: none; position: absolute; top: 0px; left: 60px;"> |
| 94 | - X: | |
| 95 | - <input name="" value="00" size="12" title="X" id="localizarxyutmSad69ProjX" type="text"> | |
| 96 | - Y: | |
| 97 | - <input name="" value="00" size="12" title="Y" id="localizarxyutmSad69ProjY" type="text"> | |
| 98 | - Zn: | |
| 99 | - <input name="" value="--" size="2" title="Zona" id="localizarxyutmSad69ProjZN" type="text"> | |
| 83 | + X: <input name="" value="00" size="12" title="X" id="localizarxyutmSad69ProjX" type="text"> Y: <input name="" value="00" size="12" title="Y" id="localizarxyutmSad69ProjY" | |
| 84 | + type="text"> Zn: <input name="" value="--" size="2" title="Zona" id="localizarxyutmSad69ProjZN" type="text"> | |
| 100 | 85 | </div> |
| 101 | 86 | <div id="localizarxyutmSirgas2000Proj" class="i3GeoMascaraCoord" style="display: none; position: absolute; top: 0px; left: 60px;"> |
| 102 | - X: | |
| 103 | - <input name="" value="00" size="12" title="X" id="localizarxyutmSirgas2000ProjX" type="text"> | |
| 104 | - Y: | |
| 105 | - <input name="" value="00" size="12" title="Y" id="localizarxyutmSirgas2000ProjY" type="text"> | |
| 106 | - Zn: | |
| 107 | - <input name="" value="--" size="2" title="Zona" id="localizarxyutmSirgas2000ProjZN" type="text"> | |
| 87 | + X: <input name="" value="00" size="12" title="X" id="localizarxyutmSirgas2000ProjX" type="text"> Y: <input name="" value="00" size="12" title="Y" id="localizarxyutmSirgas2000ProjY" | |
| 88 | + type="text"> Zn: <input name="" value="--" size="2" title="Zona" id="localizarxyutmSirgas2000ProjZN" type="text"> | |
| 108 | 89 | </div> |
| 109 | 90 | </div> |
| 110 | 91 | <!-- barra de icones de navegacao --> |
| ... | ... | @@ -242,8 +223,8 @@ |
| 242 | 223 | <div class="guiaOverflow"> |
| 243 | 224 | <div class="list-group condensed noprint"> |
| 244 | 225 | <label>{{{opcoes}}}</label> |
| 245 | - <a data-target="#opcoesGuia1" class="btn btn-sm btn-primary pull-right" style="margin-top: 0px; padding-top: 0px; padding-bottom: 0px;" type="button" data-toggle="collapse"> | |
| 246 | - <span class="caret"></span> | |
| 226 | + <a data-target="#opcoesGuia1" class="btn btn-sm btn-primary pull-right collapsed" style="margin-top: 0px; padding-top: 0px; padding-bottom: 0px;" type="button" data-toggle="collapse"> | |
| 227 | + | |
| 247 | 228 | </a> |
| 248 | 229 | <div class="text-left collapse" id="opcoesGuia1" style="margin-left: 30px;"> |
| 249 | 230 | <p> |
| ... | ... | @@ -285,9 +266,9 @@ |
| 285 | 266 | --> |
| 286 | 267 | <div class="list-group condensed"> |
| 287 | 268 | <label>{{{camadasDeFundo}}}</label> |
| 288 | - <a data-target="#collapseFundo" class="btn btn-sm btn-primary pull-right" style="margin-top: 0px; padding-top: 0px; padding-bottom: 0px;" type="button" | |
| 269 | + <a data-target="#collapseFundo" class="btn btn-sm btn-primary pull-right collapsed" style="margin-top: 0px; padding-top: 0px; padding-bottom: 0px;" type="button" | |
| 289 | 270 | data-toggle="collapse"> |
| 290 | - <span class="caret"></span> | |
| 271 | + | |
| 291 | 272 | </a> |
| 292 | 273 | <div style="margin-left: 0px;" class="collapse text-left" id="collapseFundo"> |
| 293 | 274 | <form> |
| ... | ... | @@ -314,9 +295,9 @@ |
| 314 | 295 | <div id="catalogoPrincipal"> |
| 315 | 296 | <div class="list-group condensed noprint"> |
| 316 | 297 | <label>{{{opcoes}}}</label> |
| 317 | - <a data-target="#opcoesGuia2" class="btn btn-sm btn-primary pull-right" style="margin-top: 0px; padding-top: 0px; padding-bottom: 0px;" type="button" | |
| 298 | + <a data-target="#opcoesGuia2" class="btn btn-sm btn-primary pull-right collapsed" style="margin-top: 0px; padding-top: 0px; padding-bottom: 0px;" type="button" | |
| 318 | 299 | data-toggle="collapse"> |
| 319 | - <span class="caret"></span> | |
| 300 | + | |
| 320 | 301 | </a> |
| 321 | 302 | <div class="text-left collapse" id="opcoesGuia2" style="margin-left: 30px;"> |
| 322 | 303 | <p> |
| ... | ... | @@ -401,8 +382,7 @@ |
| 401 | 382 | <a onclick="i3GEO.catalogoInde.inicia()" role="button" class="btn btn-primary btn-fab btn-fab-max" href="javascript:void(0)"> |
| 402 | 383 | <span class="material-icons ">folder_open</span> |
| 403 | 384 | </a> |
| 404 | - <label style="width: 255px; vertical-align: middle;"> | |
| 405 | - <a onclick="i3GEO.catalogoInde.inicia()" role="button" href="javascript:void(0)"> | |
| 385 | + <label style="width: 255px; vertical-align: middle;"> <a onclick="i3GEO.catalogoInde.inicia()" role="button" href="javascript:void(0)"> | |
| 406 | 386 | <h4>INDE-Br</h4> |
| 407 | 387 | </a> |
| 408 | 388 | <h6>Infraestrutura Nacional de Dados Espaciais do Brasil</h6> |
| ... | ... | @@ -416,8 +396,7 @@ |
| 416 | 396 | <a onclick="i3GEO.catalogoOgc.inicia();return false;" role="button" class="btn btn-primary btn-fab btn-fab-max" href="javascript:void(0)"> |
| 417 | 397 | <span class="material-icons ">folder_open</span> |
| 418 | 398 | </a> |
| 419 | - <label style="width: 255px; vertical-align: middle;"> | |
| 420 | - <a onclick="i3GEO.catalogoOgc.inicia()" role="button" href="javascript:void(0)"> | |
| 399 | + <label style="width: 255px; vertical-align: middle;"> <a onclick="i3GEO.catalogoOgc.inicia()" role="button" href="javascript:void(0)"> | |
| 421 | 400 | <h4>OGC-WMS</h4> |
| 422 | 401 | </a> |
| 423 | 402 | <h6>{{{descOgcWms}}}</h6> |
| ... | ... | @@ -431,8 +410,7 @@ |
| 431 | 410 | <a onclick="i3GEO.catalogoRegioes.inicia()" role="button" class="btn btn-primary btn-fab btn-fab-max" href="javascript:void(0)"> |
| 432 | 411 | <span class="material-icons ">folder_open</span> |
| 433 | 412 | </a> |
| 434 | - <label style="width: 255px; vertical-align: middle;"> | |
| 435 | - <a onclick="i3GEO.catalogoRegioes.inicia()" role="button" href="javascript:void(0)"> | |
| 413 | + <label style="width: 255px; vertical-align: middle;"> <a onclick="i3GEO.catalogoRegioes.inicia()" role="button" href="javascript:void(0)"> | |
| 436 | 414 | <h4>{{{x87}}}</h4> |
| 437 | 415 | </a> |
| 438 | 416 | <h6>{{{descLimLoc}}}</h6> |
| ... | ... | @@ -446,8 +424,7 @@ |
| 446 | 424 | <a onclick="i3GEO.catalogoMetaestat.inicia()" role="button" class="btn btn-primary btn-fab btn-fab-max" href="javascript:void(0)"> |
| 447 | 425 | <span class="material-icons ">folder_open</span> |
| 448 | 426 | </a> |
| 449 | - <label style="width: 255px; vertical-align: middle;"> | |
| 450 | - <a onclick="i3GEO.catalogoMetaestat.inicia()" role="button" href="javascript:void(0)"> | |
| 427 | + <label style="width: 255px; vertical-align: middle;"> <a onclick="i3GEO.catalogoMetaestat.inicia()" role="button" href="javascript:void(0)"> | |
| 451 | 428 | <h4>{{{x57}}}</h4> |
| 452 | 429 | </a> |
| 453 | 430 | <h6>{{{descMeta}}}</h6> |
| ... | ... | @@ -471,8 +448,8 @@ |
| 471 | 448 | <a onclick="i3GEO.catalogoEstrelas.inicia({'valorEstrela':5,'numEstrelas':1})" role="button" class="btn btn-primary btn-fab btn-fab-max" href="javascript:void(0)"> |
| 472 | 449 | <span class="material-icons ">folder_open</span> |
| 473 | 450 | </a> |
| 474 | - <label style="width: 255px; vertical-align: middle;"> | |
| 475 | - <a onclick="i3GEO.catalogoEstrelas.inicia({'valorEstrela':5,'numEstrelas':1})" role="button" href="javascript:void(0)"> | |
| 451 | + <label style="width: 255px; vertical-align: middle;"> <a onclick="i3GEO.catalogoEstrelas.inicia({'valorEstrela':5,'numEstrelas':1})" role="button" | |
| 452 | + href="javascript:void(0)"> | |
| 476 | 453 | <h4>{{{t46}}}</h4> |
| 477 | 454 | </a> |
| 478 | 455 | <h6>{{{descEstrelas}}}</h6> |
| ... | ... | @@ -486,8 +463,7 @@ |
| 486 | 463 | <a onclick="i3GEO.catalogoSistemas.inicia()" role="button" class="btn btn-primary btn-fab btn-fab-max" href="javascript:void(0)"> |
| 487 | 464 | <span class="material-icons ">folder_open</span> |
| 488 | 465 | </a> |
| 489 | - <label style="width: 255px; vertical-align: middle;"> | |
| 490 | - <a onclick="i3GEO.catalogoSistemas.inicia()" role="button" href="javascript:void(0)"> | |
| 466 | + <label style="width: 255px; vertical-align: middle;"> <a onclick="i3GEO.catalogoSistemas.inicia()" role="button" href="javascript:void(0)"> | |
| 491 | 467 | <h4>{{{a11}}}</h4> |
| 492 | 468 | </a> |
| 493 | 469 | <h6>{{{descSistemas}}}</h6> |
| ... | ... | @@ -501,8 +477,7 @@ |
| 501 | 477 | <a onclick="i3GEO.catalogoDir.inicia()" role="button" class="btn btn-primary btn-fab btn-fab-max" href="javascript:void(0)"> |
| 502 | 478 | <span class="material-icons ">folder_open</span> |
| 503 | 479 | </a> |
| 504 | - <label style="width: 255px; vertical-align: middle;"> | |
| 505 | - <a onclick="i3GEO.catalogoDir.inicia()" role="button" href="javascript:void(0)"> | |
| 480 | + <label style="width: 255px; vertical-align: middle;"> <a onclick="i3GEO.catalogoDir.inicia()" role="button" href="javascript:void(0)"> | |
| 506 | 481 | <h4>{{{a6}}}</h4> |
| 507 | 482 | </a> |
| 508 | 483 | <h6>{{{descDir}}}</h6> |
| ... | ... | @@ -561,17 +536,13 @@ |
| 561 | 536 | <div class="form-inline" style="width: 100%;"> |
| 562 | 537 | <div class="list-group condensed"> |
| 563 | 538 | <div class="checkbox text-left"> |
| 564 | - <label> | |
| 565 | - <input checked class="noprint" value="on" type="checkbox" value="" name="servicosExternos"> | |
| 566 | - {{{x38}}} | |
| 539 | + <label> <input checked class="noprint" value="on" type="checkbox" value="" name="servicosExternos"> {{{x38}}} | |
| 567 | 540 | </label> |
| 568 | 541 | </div> |
| 569 | 542 | </div> |
| 570 | 543 | <div class="list-group condensed"> |
| 571 | 544 | <div class="checkbox text-left"> |
| 572 | - <label> | |
| 573 | - <input class="noprint" value="on" type="checkbox" name="temasMapa"> | |
| 574 | - {{{x39}}} | |
| 545 | + <label> <input class="noprint" value="on" type="checkbox" name="temasMapa"> {{{x39}}} | |
| 575 | 546 | </label> |
| 576 | 547 | </div> |
| 577 | 548 | </div> | ... | ... |
interface/osm.htm
| ... | ... | @@ -242,8 +242,8 @@ |
| 242 | 242 | <div class="guiaOverflow"> |
| 243 | 243 | <div class="list-group condensed noprint"> |
| 244 | 244 | <label>{{{opcoes}}}</label> |
| 245 | - <a data-target="#opcoesGuia1" class="btn btn-sm btn-primary pull-right" style="margin-top: 0px; padding-top: 0px; padding-bottom: 0px;" type="button" data-toggle="collapse"> | |
| 246 | - <span class="caret"></span> | |
| 245 | + <a data-target="#opcoesGuia1" class="btn btn-sm btn-primary pull-right collapsed" style="margin-top: 0px; padding-top: 0px; padding-bottom: 0px;" type="button" data-toggle="collapse"> | |
| 246 | + | |
| 247 | 247 | </a> |
| 248 | 248 | <div class="text-left collapse" id="opcoesGuia1" style="margin-left: 30px;"> |
| 249 | 249 | <p> |
| ... | ... | @@ -285,9 +285,9 @@ |
| 285 | 285 | --> |
| 286 | 286 | <div class="list-group condensed"> |
| 287 | 287 | <label>{{{camadasDeFundo}}}</label> |
| 288 | - <a data-target="#collapseFundo" class="btn btn-sm btn-primary pull-right" style="margin-top: 0px; padding-top: 0px; padding-bottom: 0px;" type="button" | |
| 288 | + <a data-target="#collapseFundo" class="btn btn-sm btn-primary pull-right collapsed" style="margin-top: 0px; padding-top: 0px; padding-bottom: 0px;" type="button" | |
| 289 | 289 | data-toggle="collapse"> |
| 290 | - <span class="caret"></span> | |
| 290 | + | |
| 291 | 291 | </a> |
| 292 | 292 | <div style="margin-left: 0px;" class="collapse text-left" id="collapseFundo"> |
| 293 | 293 | <form> |
| ... | ... | @@ -314,9 +314,9 @@ |
| 314 | 314 | <div id="catalogoPrincipal"> |
| 315 | 315 | <div class="list-group condensed noprint"> |
| 316 | 316 | <label>{{{opcoes}}}</label> |
| 317 | - <a data-target="#opcoesGuia2" class="btn btn-sm btn-primary pull-right" style="margin-top: 0px; padding-top: 0px; padding-bottom: 0px;" type="button" | |
| 317 | + <a data-target="#opcoesGuia2" class="btn btn-sm btn-primary pull-right collapsed" style="margin-top: 0px; padding-top: 0px; padding-bottom: 0px;" type="button" | |
| 318 | 318 | data-toggle="collapse"> |
| 319 | - <span class="caret"></span> | |
| 319 | + | |
| 320 | 320 | </a> |
| 321 | 321 | <div class="text-left collapse" id="opcoesGuia2" style="margin-left: 30px;"> |
| 322 | 322 | <p> | ... | ... |
interface/osmdebug.htm
| ... | ... | @@ -242,8 +242,8 @@ |
| 242 | 242 | <div class="guiaOverflow"> |
| 243 | 243 | <div class="list-group condensed noprint"> |
| 244 | 244 | <label>{{{opcoes}}}</label> |
| 245 | - <a data-target="#opcoesGuia1" class="btn btn-sm btn-primary pull-right" style="margin-top: 0px; padding-top: 0px; padding-bottom: 0px;" type="button" data-toggle="collapse"> | |
| 246 | - <span class="caret"></span> | |
| 245 | + <a data-target="#opcoesGuia1" class="btn btn-sm btn-primary pull-right collapsed" style="margin-top: 0px; padding-top: 0px; padding-bottom: 0px;" type="button" data-toggle="collapse"> | |
| 246 | + | |
| 247 | 247 | </a> |
| 248 | 248 | <div class="text-left collapse" id="opcoesGuia1" style="margin-left: 30px;"> |
| 249 | 249 | <p> |
| ... | ... | @@ -285,9 +285,9 @@ |
| 285 | 285 | --> |
| 286 | 286 | <div class="list-group condensed"> |
| 287 | 287 | <label>{{{camadasDeFundo}}}</label> |
| 288 | - <a data-target="#collapseFundo" class="btn btn-sm btn-primary pull-right" style="margin-top: 0px; padding-top: 0px; padding-bottom: 0px;" type="button" | |
| 288 | + <a data-target="#collapseFundo" class="btn btn-sm btn-primary pull-right collapsed" style="margin-top: 0px; padding-top: 0px; padding-bottom: 0px;" type="button" | |
| 289 | 289 | data-toggle="collapse"> |
| 290 | - <span class="caret"></span> | |
| 290 | + | |
| 291 | 291 | </a> |
| 292 | 292 | <div style="margin-left: 0px;" class="collapse text-left" id="collapseFundo"> |
| 293 | 293 | <form> |
| ... | ... | @@ -314,9 +314,9 @@ |
| 314 | 314 | <div id="catalogoPrincipal"> |
| 315 | 315 | <div class="list-group condensed noprint"> |
| 316 | 316 | <label>{{{opcoes}}}</label> |
| 317 | - <a data-target="#opcoesGuia2" class="btn btn-sm btn-primary pull-right" style="margin-top: 0px; padding-top: 0px; padding-bottom: 0px;" type="button" | |
| 317 | + <a data-target="#opcoesGuia2" class="btn btn-sm btn-primary pull-right collapsed" style="margin-top: 0px; padding-top: 0px; padding-bottom: 0px;" type="button" | |
| 318 | 318 | data-toggle="collapse"> |
| 319 | - <span class="caret"></span> | |
| 319 | + | |
| 320 | 320 | </a> |
| 321 | 321 | <div class="text-left collapse" id="opcoesGuia2" style="margin-left: 30px;"> |
| 322 | 322 | <p> | ... | ... |
interface/templates/camada.html
| ... | ... | @@ -4,8 +4,8 @@ |
| 4 | 4 | <input class="noprint" type="checkbox" value="{{{name}}}" name="{{{name}}}" {{{checked}}} onclick="i3GEO.Interface.ligaDesliga(this);i3GEO.eventos.executaEventos(i3GEO.eventos.ATUALIZAARVORECAMADAS);"> |
| 5 | 5 | <span class="checkbox-material noprint"><span class="check"></span></span> {{{iconetema}}} {{{tema}}} |
| 6 | 6 | </label> |
| 7 | - <a data-target="#collapse{{{name}}}" class="btn btn-sm btn-primary pull-right" style="margin-top: 0px;padding-top: 0px;padding-bottom: 0px;" type="button" data-toggle="collapse" > | |
| 8 | - <span class="caret noprint"></span> | |
| 7 | + <a data-target="#collapse{{{name}}}" class="btn btn-sm btn-primary pull-right collapsed" style="margin-top: 0px;padding-top: 0px;padding-bottom: 0px;" type="button" data-toggle="collapse" > | |
| 8 | + | |
| 9 | 9 | </a> |
| 10 | 10 | </div> |
| 11 | 11 | <div style="margin-left:30px;" class="collapse text-left" id="collapse{{{name}}}"> | ... | ... |