From da4e0034327dfb5d0a72ed0f49a729ee72f0e154 Mon Sep 17 00:00:00 2001 From: Edmar Moretti Date: Fri, 3 Nov 2017 23:52:56 -0200 Subject: [PATCH] Reformulação dos ícones de expandir e recolher itens nas interfaces dos mapas interativos --- css/default.css | 9 +++++++++ ferramentas/legenda/template_mst.html | 699 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- interface/carto_ol.htm | 12 ++++++------ interface/gm.phtml | 12 ++++++------ interface/gmdebug.phtml | 12 ++++++------ interface/googlemaps_noite.phtml | 12 ++++++------ interface/ol.htm | 12 ++++++------ interface/openlayersdebug.htm | 87 +++++++++++++++++++++++++++++---------------------------------------------------------- interface/osm.htm | 12 ++++++------ interface/osmdebug.htm | 12 ++++++------ interface/templates/camada.html | 4 ++-- 11 files changed, 418 insertions(+), 465 deletions(-) diff --git a/css/default.css b/css/default.css index 4d464be..80c049b 100755 --- a/css/default.css +++ b/css/default.css @@ -1,3 +1,12 @@ +[data-toggle*=collapse]:after { + font-family: "Glyphicons Halflings"; + content: "\e114"; +} +/* Icon when the collapsible content is hidden */ +[data-toggle*=collapse].collapsed:after { + content: "\e080"; +} + .ol-attribution li { display: block; list-style: none; diff --git a/ferramentas/legenda/template_mst.html b/ferramentas/legenda/template_mst.html index e72081c..61bcfb9 100755 --- a/ferramentas/legenda/template_mst.html +++ b/ferramentas/legenda/template_mst.html @@ -1,340 +1,324 @@
- +
- - - -
- -
-
- -
- - - - send - - -
-
+ + + +
+ +
+
+ +
+ + + + send + + +
+
-
- -
- - - - send - - -
-
+
+ +
+ + + + send + + +
+
-
- -
- {{{de}}}   - -   {{{ate}}}   - -   - - - send - - -
+
+
{{{de}}}     {{{ate}}}     + + + send + + +
-
- -
-
+
+
-
- -
-
- - -
+
+ +
+
+ +
-
+
{{{alteraGeom}}}
-
-
- -
- - -
-
- - - send - - -
-
+
+
+ +
+ +
+
+ + + send + + +
+
{{{alteraTipo}}}
-
+
-
-
- -
-
- - - send - - -
-
+
+
+ +
+
+ + + send + + +
+
{{{simboloUnico}}}
-
+
-
-
- -
-
- - - send - - -
-
+
+
+ +
+
+ + + send + + +
+
{{{valorUnico}}}
-
+
-
- -
-
-
-
-
- -
-
+
+ +
+
+
+
+
+ +
+
-
-
- - - send - - -
-
+
+
+ + + send + + +
+
{{{classesFixas}}}
-
+
-
- -
-
-
-
-
- - -
-
{{{tipoCalculo}}}
- - - -
-
+
+ +
+
+
+
+
+ +
+
{{{tipoCalculo}}}
+ + + +
+
{{{metade}}}
-
+
-
- -
-
-
-
-
- -
-
-
-
- - - send - - -
-
+
+ +
+
+
+
+
+ +
+
+
+
+ + + send + + +
+
{{{media}}}
-
+
-
- -
-
-
-
- - - send - - -
-
+
+ +
+
+
+
+ + + send + + +
+
{{{calcularQuartil}}}
-
+
-
- -
-
-
-
-
- -
- - +
+ +
+
+
+
+
+ +
+ -
-
- - - send - - -
-
+
+
+ + + send + + +
+
-
{{{etiquetasClasse}}}
-
- -
-
-
-
- - - +
{{{etiquetasClasse}}}
+
+ +
+
+
+
+ + + -
+
-
{{{estilos}}}
+
{{{estilos}}}
-
- -
-
-
-
- - - - +
+ +
+
+
+
+ + + + -
+
-
{{{edicaoEstilo}}}
-
{{{ajudaEstilo}}}
-
-
-
+
{{{edicaoEstilo}}}
+
{{{ajudaEstilo}}}
+
+
+
@@ -342,82 +326,71 @@
-
- {{{geraSLD}}} - Mapserver SLD - {{{ajudaSLD}}} -
- -
{{{msgAplicaSLD}}}
- +
+ {{{geraSLD}}} + Mapserver SLD + {{{ajudaSLD}}} +
+ +
{{{msgAplicaSLD}}}
+
-
{{{clusterAjuda}}}
-
- - -
-
- - -
-
- - -
-
- - - +
{{{clusterAjuda}}}
+
+ +
+
+ +
+
+ +
+
+ -
-
- -
-
- - +
+
+ +
+
+ +
-
{{{autoClasses}}}
+
{{{autoClasses}}}
-
{{{colunasTxt}}}
-
-
- - -
-
- - -
-
- - -
-
- - -
-
- - -
-
- - -
-
- - -
- +
{{{colunasTxt}}}
+
+
+ +
+
+ +
+
+ +
+
+ +
+
+ +
+
+ +
+
+ +
+
\ No newline at end of file diff --git a/interface/carto_ol.htm b/interface/carto_ol.htm index 7822ce7..09c4afb 100755 --- a/interface/carto_ol.htm +++ b/interface/carto_ol.htm @@ -239,8 +239,8 @@
 
- - +

@@ -282,8 +282,8 @@ -->

- - +
@@ -306,8 +306,8 @@
- - +

diff --git a/interface/gm.phtml b/interface/gm.phtml index 6b934b4..11a3667 100755 --- a/interface/gm.phtml +++ b/interface/gm.phtml @@ -249,8 +249,8 @@ include ("../ms_configura.php");

 
- - +

@@ -292,8 +292,8 @@ include ("../ms_configura.php"); -->

- - +
@@ -316,8 +316,8 @@ include ("../ms_configura.php");
- - +

diff --git a/interface/gmdebug.phtml b/interface/gmdebug.phtml index ebc1be1..9997dbd 100755 --- a/interface/gmdebug.phtml +++ b/interface/gmdebug.phtml @@ -249,8 +249,8 @@ include ("../ms_configura.php");

 
- - +

@@ -292,8 +292,8 @@ include ("../ms_configura.php"); -->

- - +
@@ -316,8 +316,8 @@ include ("../ms_configura.php");
- - +

diff --git a/interface/googlemaps_noite.phtml b/interface/googlemaps_noite.phtml index 1dbcd79..2b212a9 100755 --- a/interface/googlemaps_noite.phtml +++ b/interface/googlemaps_noite.phtml @@ -249,8 +249,8 @@ include ("../ms_configura.php");

 
- - +

@@ -292,8 +292,8 @@ include ("../ms_configura.php"); -->

- - +
@@ -316,8 +316,8 @@ include ("../ms_configura.php");
- - +

diff --git a/interface/ol.htm b/interface/ol.htm index 1db0b6d..50c284e 100755 --- a/interface/ol.htm +++ b/interface/ol.htm @@ -242,8 +242,8 @@

- - +

@@ -285,9 +285,9 @@ -->

- - +
@@ -314,9 +314,9 @@
- - +

diff --git a/interface/openlayersdebug.htm b/interface/openlayersdebug.htm index f7c564e..607478f 100755 --- a/interface/openlayersdebug.htm +++ b/interface/openlayersdebug.htm @@ -63,48 +63,29 @@

- X: - - - - Y: - - - - + X: + Y:
@@ -242,8 +223,8 @@
- - +

@@ -285,9 +266,9 @@ -->

- - +
@@ -314,9 +295,9 @@
- - +

@@ -401,8 +382,7 @@ folder_open -

INDE-Br

Infraestrutura Nacional de Dados Espaciais do Brasil
@@ -416,8 +396,7 @@ folder_open -