carte toujours visible dans recherche – always map in search
-
bonjour,
que faut-il modifier pour la carte visible en permanence car actuellement il faut commencer à écrire pour avoir l’affichage de la carte ?? J’ai fait plein d’essais mais je bloque … ou alors un simple bouton pour à cliquer pour afficher la carte ??
——————————————————————————-
<tr>
<td><?php _e(‘City’,’rencontre’);?> :</br>Ecrire le nom d’une ville pour ouvrir la carte !</td>
<td colspan=”2″>
<input id=”rencVille” name=”ville” type=”text” size=”12″ value=”” <?php if($map) echo $onClick[‘city’]; ?>/>
<div style=”text-align:right;float:right;color:#888;font-size:80%;padding-top:4px;”>
<?php if(!$map && !$filtermap && $rencOpt[‘map’] && $rencOpt[‘pays’]!=”) _e(‘Incomplete account: no GoogleMap’,’rencontre’);?></div>
<input id=”gps” name=”gps” type=”hidden” />
<input id=”rencKm” name=”km” type=”hidden” />
</td>
</tr>
<?php if($map) { ?><tr id=”renctrMap1″ style=”display:none”>
<td><?php _e(‘Max range (km)’,’rencontre’);?> :</td>
<td colspan=”2″>
<input id=”rencKm” name=”km” type=”text” size=”5″ onkeyup=”f_cityKm(this.value);” />
<div class=”rencCity” id=”rencCity”></div>
<div class=”rencTMap” id=”rencTMap”>
<?php _e(‘Adjust the location by moving / zooming the map.’,’rencontre’);?>
<br />
<?php _e(‘Clicking on the map will place the cursor.’,’rencontre’);?>
<br /><br />
<div class=”button” onClick=”<?php echo $onClick[‘validate’]; ?>”><?php _e(‘Validate the position’,’rencontre’);?></div>
</div>
</td>
</tr>
<tr id=”renctrMap2″ style=”display:none”>
<td colspan=”3″>
<div id=”rencMap”></div>
</td>
</tr>
<?php } ?>
<?php } ?>
——————————————————————————–
merci
- The topic ‘carte toujours visible dans recherche – always map in search’ is closed to new replies.