buscador en el mapa
This commit is contained in:
parent
b56f023c7a
commit
6b73957b44
@ -28,6 +28,22 @@ $uri = "$_SERVER[SERVER_NAME]/$_SERVER[REQUEST_URI]";
|
|||||||
$background_imagen = buscar_imagen("$_REQUEST[id]","","","$id_empresa");
|
$background_imagen = buscar_imagen("$_REQUEST[id]","","","$id_empresa");
|
||||||
$plantilla ="mapa";
|
$plantilla ="mapa";
|
||||||
$categorias = lista_categorias($_REQUEST['id'],'','mapa') ;
|
$categorias = lista_categorias($_REQUEST['id'],'','mapa') ;
|
||||||
|
|
||||||
|
|
||||||
|
$buscador ="
|
||||||
|
<form action='?id='$_REQUEST[id]' method='get'>
|
||||||
|
|
||||||
|
<input type='hidden' id='id' name='id' value='$_REQUEST[id]' >
|
||||||
|
$campos_formulario'
|
||||||
|
<div id='div_campos'></div>
|
||||||
|
|
||||||
|
<input type='text' id='buscar' name='buscar' class='form-control ' placeholder='Buscar' >
|
||||||
|
<input type='submit' class='btn btn-info btn-block ' value='Buscar'>
|
||||||
|
|
||||||
|
|
||||||
|
</form>
|
||||||
|
<hr>
|
||||||
|
";
|
||||||
?>
|
?>
|
||||||
|
|
||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
@ -140,6 +156,7 @@ $ids = json_decode($otro_json[0]);
|
|||||||
</style>
|
</style>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
|
|
||||||
<!-- optionally define the sidebar content via HTML markup -->
|
<!-- optionally define the sidebar content via HTML markup -->
|
||||||
<div id="sidebar" class="leaflet-sidebar collapsed">
|
<div id="sidebar" class="leaflet-sidebar collapsed">
|
||||||
|
|
||||||
@ -168,6 +185,7 @@ $ids = json_decode($otro_json[0]);
|
|||||||
<hr>
|
<hr>
|
||||||
<label id='formulario_descripcion_mapa'><?php echo $formulario_descripcion[0] ?></label>
|
<label id='formulario_descripcion_mapa'><?php echo $formulario_descripcion[0] ?></label>
|
||||||
<hr>
|
<hr>
|
||||||
|
<?php echo $buscador; ?>
|
||||||
<?php echo $categorias; ?>
|
<?php echo $categorias; ?>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user