From 619bb3aed8f3a087aaafb504f0953bae490d7268 Mon Sep 17 00:00:00 2001 From: humano Date: Tue, 3 Nov 2015 08:15:30 -0500 Subject: [PATCH] =?UTF-8?q?MAPA=20Mejoras=20en=20la=20visualizacion=20espe?= =?UTF-8?q?cialmente=20apra=20dispositivos=20m=C3=B3viles?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- milfs/funciones/funciones.php | 34 +++++++++----- milfs/map.php | 85 ++++++++++++++++++++++++----------- 2 files changed, 81 insertions(+), 38 deletions(-) diff --git a/milfs/funciones/funciones.php b/milfs/funciones/funciones.php index 473bd4c..cbd43de 100755 --- a/milfs/funciones/funciones.php +++ b/milfs/funciones/funciones.php @@ -111,19 +111,28 @@ function mapa_ficha($id) { //$prueba = json_decode($prueba); $resultado =" +
-
-
$imagen
+
+ $imagen
-
-
-

$nombre[0]

-
$descripcion[0]
- MILFS
-$prueba +
+

$nombre[0] + $descripcion[0]

+ +
+
+

$razon_social[0]

+ MILFS
- Agregar - $razon_social[0]
"; return $resultado; @@ -225,7 +234,8 @@ while( $row = mysql_fetch_array( $sql ) ) { $icon = $icono[0]; } $icono = "$icon"; -$resultado .= "

  • $row[contenido]
  • "; + $contenido= substr($row[contenido],0, $length = 100); +$resultado .= "
  • $contenido
  • "; } $resultado .= " "; } @@ -2856,7 +2866,7 @@ while( $row = mysql_fetch_array( $sql ) ) { $propiedades[description] ="
    $formulario
    "; $propiedades[sounds] =""; $propiedades[url] =''; - $propiedades[icon][iconSize] =[100,100]; + $propiedades[icon][iconSize] =[60,60]; //$propiedades[icon][shadowSize] =[70,70]; //$propiedades[icon][shadowUrl] = "https://raw.githubusercontent.com/humano/milfs/master/milfs/images/iconos/negro.png"; diff --git a/milfs/map.php b/milfs/map.php index bef8433..24db019 100755 --- a/milfs/map.php +++ b/milfs/map.php @@ -27,24 +27,41 @@ $plantilla ="mapa"; printJavascript("xajax/"); ?> - - - + + + - - - - - +
    - +
    -
    -
    - + +