From 7b730c8c05dd3b9cae6e46ce8d666ac7c434d587 Mon Sep 17 00:00:00 2001 From: Edmar Moretti Date: Thu, 9 Oct 2008 14:08:09 +0000 Subject: [PATCH] correção na navegação por tabs --- mobile/mobile.php | 27 ++++++++++++++++----------- 1 file changed, 16 insertions(+), 11 deletions(-) diff --git a/mobile/mobile.php b/mobile/mobile.php index cf740fc..c72e765 100644 --- a/mobile/mobile.php +++ b/mobile/mobile.php @@ -193,6 +193,7 @@ if(!isset($maparef)){$maparef = "";} +
utilize 'tab' para acessar as opções ou clique
@@ -202,18 +203,18 @@ if(!isset($maparef)){$maparef = "";}
- - - - - - + + + + + + - - - - - + + + + +
@@ -238,6 +239,10 @@ navm = false var app = navigator.appName.substring(0,1); if (app=='N') navn=true; else navm=true; pan = "" +function mensagem(m) +{ + document.getElementById("mensagem").innerHTML = m +} function zoommais() { document.getElementById('tipo').value = 'zoommais'; -- libgit2 0.21.2