From 19a3b65c74589b9052c1eb8aa2f501ab1d70ed7e Mon Sep 17 00:00:00 2001 From: Edmar Moretti Date: Wed, 11 Jun 2014 18:24:56 +0000 Subject: [PATCH] v6 - inclusão do link para a lista de atlas na página de abertura --- admin/admin.db | Bin 263168 -> 0 bytes init/atlas.png | Bin 0 -> 6541 bytes init/dicionario.js | 6 ++++++ init/index.php | 4 ++++ 4 files changed, 10 insertions(+), 0 deletions(-) create mode 100644 init/atlas.png diff --git a/admin/admin.db b/admin/admin.db index b90d293..86144b6 100644 Binary files a/admin/admin.db and b/admin/admin.db differ diff --git a/init/atlas.png b/init/atlas.png new file mode 100644 index 0000000..67d71af Binary files /dev/null and b/init/atlas.png differ diff --git a/init/dicionario.js b/init/dicionario.js index 18a48b3..5ab57ee 100644 --- a/init/dicionario.js +++ b/init/dicionario.js @@ -154,5 +154,11 @@ es:"" pt:"Teste do conversor de projeto GVP para Mapfile", en:"", es:"" +}], +27: [ +{ +pt:"Lista de Atlas cadastrados", +en:"", +es:"" }] }; diff --git a/init/index.php b/init/index.php index b3f00d4..b91910f 100755 --- a/init/index.php +++ b/init/index.php @@ -188,6 +188,10 @@ botoesIni.push({ "href":"../geradordelinks.htm", "titulo":$trad(13,g_traducao_init) },{ + "img":"atlas.png", + "href":"../atlas", + "titulo":$trad(27,g_traducao_init) + },{ "img":"folder-image.png", "href":"../exemplos", "titulo":$trad(14,g_traducao_init) -- libgit2 0.21.2