From 745de2148606dd4b08d1fbfe3cee8d6f39e6bb4f Mon Sep 17 00:00:00 2001 From: Murilo Caixeta Date: Wed, 23 Sep 2015 13:38:55 +0000 Subject: [PATCH] Adaptação para dicionário --- admin/html/estat_fonteinfo.html | 12 ++++++------ admin/html/estat_mapa.html | 17 ++++++++--------- 2 files changed, 14 insertions(+), 15 deletions(-) diff --git a/admin/html/estat_fonteinfo.html b/admin/html/estat_fonteinfo.html index 3b228b9..c35d25e 100755 --- a/admin/html/estat_fonteinfo.html +++ b/admin/html/estat_fonteinfo.html @@ -15,6 +15,7 @@ body { } + @@ -24,21 +25,19 @@ body {

- Metadados estatísticos - Fonte

@@ -80,6 +79,7 @@ body { i3GEO.configura = { locaplic : "../.." }; + core_parseMustacheBody(i3GEOadmin.estat_fonteinfo.dicionario); cabecalhoMetaestat("cabecalhoPrincipal", "fonteinfo"); temp = function() { diff --git a/admin/html/estat_mapa.html b/admin/html/estat_mapa.html index 1e8dcf9..8cb55ed 100755 --- a/admin/html/estat_mapa.html +++ b/admin/html/estat_mapa.html @@ -31,6 +31,7 @@ body { } + @@ -41,24 +42,21 @@ body {

- Metadados estatísticos do i3geo - Publicador de mapas

@@ -102,6 +100,7 @@ body { locaplic : window.location.href.replace("/admin/html/estat_mapa.html","") }; // + core_parseMustacheBody(i3GEOadmin.estat_mapa.dicionario); cabecalhoMetaestat("cabecalhoPrincipal", "mapa"); temp = function() { document.getElementById("formulario").style.display = "block"; -- libgit2 0.21.2