Changeset 332 for Products.ATGoogleMaps/trunk/Products/ATGoogleMaps/skins/ATGoogleMaps/latlng_widget.pt
- Timestamp:
- 07/28/10 01:47:29 (22 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Products.ATGoogleMaps/trunk/Products/ATGoogleMaps/skins/ATGoogleMaps/latlng_widget.pt
r331 r332 18 18 <tal:block tal:define="latitude value/latitude | string:35.7317; 19 19 longitude value/longitude | string:139.7278; 20 zoom python:test(value, '14', '4'); 21 Iterator python:modules['Products.CMFPlone'].IndexIterator; 22 tabindex python:Iterator(mainSlot=False);"> 20 zoom python:test(value, '14', '4');"> 23 21 24 22 <span tal:replace="structure context/latlng_map" /> … … 32 30 value="" 33 31 size="12" 34 tabindex="#"35 32 tal:attributes="name string:${fieldName}.latitude:record:ignore_empty; 36 33 value latitude; 37 34 size widget/size; 38 maxlength widget/maxlength; 39 tabindex tabindex/next;" 35 maxlength widget/maxlength;" 40 36 /> 41 37 … … 48 44 value="" 49 45 size="12" 50 tabindex="#"51 46 tal:attributes="name string:${fieldName}.longitude:record:ignore_empty; 52 47 value longitude; 53 48 size widget/size; 54 maxlength widget/maxlength; 55 tabindex tabindex/next;" 49 maxlength widget/maxlength;" 56 50 /> 57 51 … … 67 61 <input class="standalone" type="button" id="s" 68 62 value="Search" 69 tabindex=""70 63 onclick="geocode();" 71 64 i18n:domain="plone" 72 65 i18n:attributes="value label_search;" 73 tal:attributes="tabindex tabindex/next;"74 66 /> 75 67 76 <div id="map_canvas" style="height: 300px; width: 400px;">68 <div id="map_canvas" style="height: 500px;"> 77 69 <div id="crosshair"></div> 78 70 </div>
Note: See TracChangeset
for help on using the changeset viewer.
