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/gmap_view.pt

    r108 r109  
    3737    <!-- gmarker --> 
    3838    <ul tal:define="markers python: here.objectValues(['GMarker'])"> 
    39     <tal:gmarker tal:repeat="here markers"> 
    40       <li id="" 
    41           tal:condition="here/point | nothing" 
    42           tal:attributes="id string:marker_link_${here/id}"> 
    43         <a href="javascript:void(0)" onclick="this.blur()" tal:content="here/pretty_title_or_id"> 
    44           Gmarker title 
    45         </a> 
     39      <tal:gmarker tal:repeat="here markers"> 
     40        <li id="" 
     41            tal:condition="here/point | nothing" 
     42            tal:attributes="id string:marker_link_${here/id}"> 
     43          <a href="javascript:void(0)" onclick="this.blur()" tal:content="here/pretty_title_or_id"> 
     44            Gmarker title 
     45          </a> 
     46        </li> 
    4647        <!-- info window --> 
    4748        <div id="" style="display: none;" 
    4849             tal:attributes="id string:marker_html_${here/id}"> 
    4950          <div style="width: 290px;"> 
     51            <div class="documentActions"> 
     52              <a href="" tal:condition="here/url"  
     53                 tal:attributes="href here/url"  
     54                 i18n:translate="" i18n:domain="plone">  
     55                Link  
     56              </a>  
     57            </div>  
     58 
    5059            <h1 class="documentFirstHeading"> 
    5160              <a href="" tal:content="here/pretty_title_or_id" 
     
    7786             tal:condition="here/detail"> 
    7887          <div style="width: 290px;"> 
     88            <div class="documentActions"> 
     89              <a href="" tal:condition="here/url"  
     90                 tal:attributes="href here/url"  
     91                 i18n:translate="" i18n:domain="plone">  
     92                Link  
     93              </a>  
     94            </div>  
     95 
    7996            <h1 class="documentFirstHeading"> 
    8097              <a href="" tal:content="here/pretty_title_or_id" 
     
    88105          </div> 
    89106        </div> 
    90       </li> 
    91     </tal:gmarker> 
     107      </tal:gmarker> 
    92108    </ul> 
    93109     
Note: See TracChangeset for help on using the changeset viewer.