From 18a3962af298bd576ed0b94200c4a8edf90631a3 Mon Sep 17 00:00:00 2001 From: Edmar Moretti Date: Sun, 1 May 2016 13:09:57 -0300 Subject: [PATCH] ajuste no layout da página inicial para funcionar em smtfone --- init/index.js | 9 ++++----- init/nindex.php | 48 ++++++++++++++++++++++++++++++++---------------- 2 files changed, 36 insertions(+), 21 deletions(-) diff --git a/init/index.js b/init/index.js index 1a58b94..6d39f06 100755 --- a/init/index.js +++ b/init/index.js @@ -209,14 +209,13 @@ function mostraBotoesBT(template,men){ i3GEO.idioma.IDSELETOR = "bandeiras"; i3GEO.idioma.mostraSeletor(); //i3GEO.barraDeBotoes.ATIVA = false; - var atalhos = [], ins = [],i,n = botoesIni.length; + var ins = [],i,n = botoesIni.length; for(i=0;i{{{titulo}}}', botoesIni[i])); - } + //if(botoesIni[i].atalho){ + // atalhos.push(Mustache.render('{{{titulo}}}', botoesIni[i])); + //} } $i("botoes").innerHTML = ins.join(""); - //$i("atalhos").innerHTML = atalhos.join(""); } diff --git a/init/nindex.php b/init/nindex.php index edb20cb..6fbaf43 100755 --- a/init/nindex.php +++ b/init/nindex.php @@ -78,6 +78,11 @@ define ( "ONDEI3GEO", ".." ); text-align: left; } + + + + + @@ -110,19 +115,18 @@ define ( "ONDEI3GEO", ".." );
-
+ + -
+ @@ -130,26 +134,20 @@ define ( "ONDEI3GEO", ".." );
-
- - - - - - + "; include "index.js"; @@ -158,7 +156,7 @@ define ( "ONDEI3GEO", ".." ); ?> -- libgit2 0.21.2