Changeset 105


Ignore:
Timestamp:
08/21/06 23:37:37 (6 years ago)
Author:
takanori
Message:

地図のサイズ変更と説明を追加

File:
1 edited

Legend:

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

    r86 r105  
    3232        <span tal:replace="structure here/latlng_map" /> 
    3333       
    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          
    4934        <label for="latitude" 
    5035               i18n:domain="googlemaps" 
    5136               i18n:translate="label_latitude">Latitude</label> 
     37 
    5238        <input type="text" 
    5339               name="" 
     
    6551               i18n:domain="googlemaps" 
    6652               i18n:translate="label_longitude">Longitude</label> 
     53 
    6754        <input type="text" 
    6855               name="" 
     
    7663                               tabindex tabindex/next;" 
    7764               /> 
     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 
    7890      </tal:block> 
    7991    </metal:fill> 
Note: See TracChangeset for help on using the changeset viewer.