diff --git a/init/imagens/applications-development.png b/init/imagens/applications-development.png
index 2b08a90..1a28ba1 100755
Binary files a/init/imagens/applications-development.png and b/init/imagens/applications-development.png differ
diff --git a/init/index.js b/init/index.js
index 5f6620c..a65f78e 100755
--- a/init/index.js
+++ b/init/index.js
@@ -113,7 +113,7 @@ botoesIni = [
"target": "_self"
},{
"img":"applications-development.png",
- "href": location.href.replace("index.php","") + "../pacotes/utils/index.php",
+ "href": location.href.replace("index.php","") + "../utilitarios/index.php",
"titulo":$trad(33,g_traducao_init),
"subtitulo": $trad("33a",g_traducao_init),
"fa": "wrench",
diff --git a/init/index.php b/init/index.php
index 1110406..9969efc 100755
--- a/init/index.php
+++ b/init/index.php
@@ -230,7 +230,7 @@ include "head.php";
trigger: "click focus",
content: function(){
var urlqr = "../pacotes/qrcode/php/qr_img.php?host=" + window.location.host + "&u=" + $(this).attr("data-url");
- return "
";
+ return "
";
}
});
}
diff --git a/pacotes/utils/index.php b/pacotes/utils/index.php
deleted file mode 100755
index 283db42..0000000
--- a/pacotes/utils/index.php
+++ /dev/null
@@ -1,132 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/utilitarios/dicionario.js b/utilitarios/dicionario.js
new file mode 100755
index 0000000..08cbe96
--- /dev/null
+++ b/utilitarios/dicionario.js
@@ -0,0 +1,29 @@
+//veja em index.js o objeto que utiliza essa traducao
+g_traducao_util =
+{
+ "util" : [{
+ pt : "Utilitários",
+ en : "",
+ es : ""
+ }],
+ "rgbcolors" : [{
+ pt : "Lista de cores e conversor RGB/HEX/nome",
+ en : "",
+ es : ""
+ }],
+ "Colorbrewer" : [{
+ pt : "Escolha de conjunto de cores - Colorbrewer",
+ en : "",
+ es : ""
+ }],
+ "end" : [{
+ pt : "Conversor de endereços to/from Latitude/Longitude/Altitude",
+ en : "",
+ es : ""
+ }],
+ "coord" : [{
+ pt : "Conversor de coordenadas",
+ en : "",
+ es : ""
+ }]
+};
diff --git a/utilitarios/index.js b/utilitarios/index.js
new file mode 100755
index 0000000..8aecb80
--- /dev/null
+++ b/utilitarios/index.js
@@ -0,0 +1,64 @@
+botoesIni = [
+ {
+ "link":"../pacotes/utils/rgbcolors.html",
+ "corpo": $trad("rgbcolors",g_traducao_util)
+ },
+ {
+ "link":"http://colorbrewer2.com/",
+ "corpo": $trad("Colorbrewer",g_traducao_util)
+ },
+ {
+ "link":"http://tools.wmflabs.org/geohack/",
+ "corpo": "GeoHack"
+ },
+ {
+ "link":"http://stevemorse.org/jcal/latlon.php",
+ "corpo": $trad("end",g_traducao_util)
+ },
+ {
+ "link":"https://maptools.info/tools/converter/",
+ "corpo": $trad("coord",g_traducao_util)
+ },
+ {
+ "link":"http://codebeautify.org/",
+ "corpo": "Free Online Tools For Developers - To Beautify, Validate, Minify, Analyse and Convert"
+ }
+];
+
+function mostraBotoesBT(){
+ //
+ //essa funcao obtem a lista unica de tags para montar o indice
+ //
+ var html = "", novalista = [], n, nc, i, j, chaves = [], nchaves = [];
+
+ n = botoesIni.length;
+ for(i=0; i
+
+
+
+