Ignore:
Timestamp:
08/23/06 01:03:07 (6 years ago)
Author:
takanori
Message:

表示形式を修正、kml の表示をサポート

File:
1 edited

Legend:

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

    r108 r109  
    6161      </div> 
    6262 
    63       <ul> 
    64         <li tal:condition="here/address"> 
    65           <label i18n:translate="label_address">Address</label> 
    66           <span tal:replace="here/address" /> 
    67         </li> 
     63      <div tal:condition="here/address"> 
     64        <label i18n:translate="label_address">Address</label> 
     65        <span tal:replace="here/address" /> 
     66      </div> 
    6867 
    69         <li tal:condition="here/phone"> 
    70           <label i18n:translate="label_phone">Phone</label> 
    71           <span tal:replace="here/phone" /> 
    72         </li> 
     68      <div tal:condition="here/phone"> 
     69        <label i18n:translate="label_phone">Phone</label> 
     70        <span tal:replace="here/phone" /> 
     71      </div> 
     72    </metal:gmarker_macro> 
    7373 
    74         <li tal:condition="here/url"> 
    75           <label i18n:translate="URL">URL</label> 
    76           <a href="" 
    77              tal:content="here/url" 
    78              tal:attributes="href here/url"> 
    79             Link 
    80           </a> 
    81         </li> 
    82       </ul> 
    83     </metal:gmarker_macro> 
     74    <div tal:condition="here/url"> 
     75      <label i18n:translate="URL">URL</label> 
     76      <a href="" 
     77         tal:content="here/url" 
     78         tal:attributes="href here/url"> 
     79        Link 
     80      </a> 
     81    </div> 
    8482 
    8583    <br style="clear: both;"/> 
Note: See TracChangeset for help on using the changeset viewer.