From af9734280494d083036eb8c088276ce5576932c5 Mon Sep 17 00:00:00 2001 From: Edmar Moretti Date: Mon, 23 May 2016 15:33:33 -0300 Subject: [PATCH] Conclusão da página com lista de utilitarios --- init/index.php | 5 +++++ mapas/index.js | 1 - mapas/index.php | 4 ++-- utilitarios/index.php | 42 +++++++++++++++++++++++++++--------------- 4 files changed, 34 insertions(+), 18 deletions(-) diff --git a/init/index.php b/init/index.php index 2918526..cdd4351 100755 --- a/init/index.php +++ b/init/index.php @@ -116,6 +116,11 @@ include "head.php"; +
diff --git a/mapas/index.js b/mapas/index.js index c95787d..9cb3a93 100755 --- a/mapas/index.js +++ b/mapas/index.js @@ -74,7 +74,6 @@ function verificaMapa(mapa){ } // verifica se o mapfile esta salvo no banco // diretamente - mapa.NOME = mapa.NOME + " (" + mapa.ID_MAPA + ")"; if (mapa.CONTEMMAPFILE != "nao") { links = [ { diff --git a/mapas/index.php b/mapas/index.php index 936e00c..093e76f 100755 --- a/mapas/index.php +++ b/mapas/index.php @@ -133,12 +133,12 @@ include "../init/head.php";
-