Changeset 105
- Timestamp:
- 08/21/06 23:37:37 (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
ATGoogleMaps/trunk/skins/googlemaps/latlng_widget.pt
r86 r105 32 32 <span tal:replace="structure here/latlng_map" /> 33 33 34 <div style="float: right;">35 <input type="text" size="30" id="q"/>36 <input type="button" id="s"37 value="Search"38 tabindex=""39 onclick="search();"40 i18n:domain="plone"41 i18n:attributes="value label_search;"42 tal:attributes="tabindex tabindex/next;"43 />44 <br />45 <div id="map" style="height: 200px; width: 300px;">46 </div>47 </div>48 49 34 <label for="latitude" 50 35 i18n:domain="googlemaps" 51 36 i18n:translate="label_latitude">Latitude</label> 37 52 38 <input type="text" 53 39 name="" … … 65 51 i18n:domain="googlemaps" 66 52 i18n:translate="label_longitude">Longitude</label> 53 67 54 <input type="text" 68 55 name="" … … 76 63 tabindex tabindex/next;" 77 64 /> 65 66 <label for="longitude" 67 i18n:domain="googlemaps" 68 i18n:translate="label_longitude">Longitude</label> 69 70 <div class="formHelp" id="latlng_map_help" 71 i18n:domain="googlemaps" 72 i18n:translate="help_latlng_map"> 73 Enter the address or the landmark. 74 A center point in this map is set as a latitude and longitude. 75 </div> 76 77 <input type="text" size="50" id="q"/> 78 <input class="standalone" type="button" id="s" 79 value="Search" 80 tabindex="" 81 onclick="search();" 82 i18n:domain="plone" 83 i18n:attributes="value label_search;" 84 tal:attributes="tabindex tabindex/next;" 85 /> 86 87 <div id="map" style="height: 300px; width: 400px;"> 88 </div> 89 78 90 </tal:block> 79 91 </metal:fill>
Note: See TracChangeset
for help on using the changeset viewer.
