Ignore:
Timestamp:
07/28/10 01:47:29 (22 months ago)
Author:
takanori
Message:

simple polyline support

File:
1 edited

Legend:

Unmodified
Added
Removed
  • Products.ATGoogleMaps/trunk/Products/ATGoogleMaps/skins/ATGoogleMaps/latlng_widget.pt

    r331 r332  
    1818      <tal:block tal:define="latitude value/latitude | string:35.7317; 
    1919                             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');"> 
    2321 
    2422        <span tal:replace="structure context/latlng_map" /> 
     
    3230               value="" 
    3331               size="12" 
    34                tabindex="#" 
    3532               tal:attributes="name string:${fieldName}.latitude:record:ignore_empty; 
    3633                               value latitude; 
    3734                               size widget/size; 
    38                                maxlength widget/maxlength; 
    39                                tabindex tabindex/next;" 
     35                               maxlength widget/maxlength;" 
    4036               /> 
    4137         
     
    4844               value="" 
    4945               size="12" 
    50                tabindex="#" 
    5146               tal:attributes="name string:${fieldName}.longitude:record:ignore_empty; 
    5247                               value longitude; 
    5348                               size widget/size; 
    54                                maxlength widget/maxlength; 
    55                                tabindex tabindex/next;" 
     49                               maxlength widget/maxlength;" 
    5650               /> 
    5751 
     
    6761        <input class="standalone" type="button" id="s" 
    6862               value="Search" 
    69                tabindex="" 
    7063               onclick="geocode();" 
    7164               i18n:domain="plone" 
    7265               i18n:attributes="value label_search;" 
    73                tal:attributes="tabindex tabindex/next;" 
    7466               /> 
    7567 
    76         <div id="map_canvas" style="height: 300px; width: 400px;"> 
     68        <div id="map_canvas" style="height: 500px;"> 
    7769        <div id="crosshair"></div> 
    7870        </div> 
Note: See TracChangeset for help on using the changeset viewer.