<fieldset class="gllpLatlonPicker"> <div class="gllpMap">Google Maps</div> <input type="hidden" class="gllpLatitude"/> <input type="hidden" class="gllpLongitude"/> <input type="hidden" class="gllpZoom"/> </fieldset>
<fieldset class="gllpLatlonPicker" id="custom_id"> <input type="text" class="gllpSearchField"> <input type="button" class="gllpSearchButton" value="search"> <div class="gllpMap">Google Maps</div> <input type="hidden" class="gllpLatitude" value="60"/> <input type="hidden" class="gllpLongitude" value="30"/> <input type="hidden" class="gllpZoom" value="12"/> </fieldset>
<fieldset class="gllpLatlonPicker"> <div class="gllpMap">Google Maps</div> <br/> <input type="hidden" class="gllpLatitude"/> <input type="hidden" class="gllpLongitude"/> <input type="hidden" class="gllpZoom"/> <input type="text" class="gllpLocationName" size=42/> </fieldset>
<fieldset class="gllpLatlonPicker"> <input type="text" class="gllpSearchField"> <input type="button" class="gllpSearchButton" value="search"> <br/><br/> <div class="gllpMap">Google Maps</div> <br/> lat/lon: <input type="text" class="gllpLatitude" value="20"/> / <input type="text" class="gllpLongitude" value="20"/> zoom: <input type="text" class="gllpZoom" value="3"/> <input type="button" class="gllpUpdateButton" value="update map"> </fieldset>