From eeb48f05dcea6e817cc82ba1aab1f094dfedc082 Mon Sep 17 00:00:00 2001 From: edmarmoretti Date: Thu, 17 Aug 2017 09:28:34 -0300 Subject: [PATCH] Adaptação da ferramenta grade de coordenadas para Bootstrap --- ferramentas/gradecoord/dicionario.js | 5 +++++ ferramentas/gradecoord/index.js | 2 +- ferramentas/gradecoord/template_mst.html | 118 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++---------------------------------------------------------- 3 files changed, 66 insertions(+), 59 deletions(-) diff --git a/ferramentas/gradecoord/dicionario.js b/ferramentas/gradecoord/dicionario.js index bb0b01d..2e81a2b 100755 --- a/ferramentas/gradecoord/dicionario.js +++ b/ferramentas/gradecoord/dicionario.js @@ -69,5 +69,10 @@ i3GEOF.gradeCoord.dicionario = { pt : "Entre com a distância entre as linhas", en : "", es : "" + } ], + 'textos' : [ { + pt : "Inclui textos", + en : "", + es : "" } ] }; diff --git a/ferramentas/gradecoord/index.js b/ferramentas/gradecoord/index.js index 347c42a..35fafd5 100755 --- a/ferramentas/gradecoord/index.js +++ b/ferramentas/gradecoord/index.js @@ -44,7 +44,7 @@ i3GEOF.gradeCoord = { return; } $i(iddiv).innerHTML += i3GEOF.gradeCoord.html(); - i3GEO.util.comboFontes("i3GEOgradeCoordfonte","i3GEOgradeCoordfontef"); + i3GEO.util.comboFontes("i3GEOgradeCoordfonte","i3GEOgradeCoordfontef","form-control"); var b = new YAHOO.widget.Button( "i3GEOgradeCoordbotao1", {onclick:{fn: i3GEOF.gradeCoord.executa}} diff --git a/ferramentas/gradecoord/template_mst.html b/ferramentas/gradecoord/template_mst.html index 5bfe2f5..dc5b1da 100755 --- a/ferramentas/gradecoord/template_mst.html +++ b/ferramentas/gradecoord/template_mst.html @@ -1,70 +1,72 @@ -
-

{{{intervalo}}}:

-
- +
+
+ +
-
-

{{{cor}}}:

-
- +
+ +
-
-

{{{largura}}}:

-
- +
+ +
-
-

{{{tipoLinha}}}:

-
- +
+ +
+ +
-
-

Inclui textos:

-
- +
+ +
+ +
-
-

{{{tamanhoTexto}}}:

-
- +
+ +
+ +
-
-

{{{fonteTexto}}}:

-
-
-

{{{corMascara}}}:

-
- +
+ +
-
-

{{{corSombra}}}:

-
- +
+ +
+
+
-
-

{{{deslocamentoSombra}}} X:

-
- +
+ +
-
-

{{{deslocamentoSombra}}} Y:

-
- +
+ +
-
-

{{{corTexto}}}:

-
- +
+ +
- -
-

- -

+
+ + +
+
+ + +
+
\ No newline at end of file -- libgit2 0.21.2