Ignore:
Timestamp:
08/18/06 00:27:42 (6 years ago)
Author:
takanori
Message:

タブの情報を表示するように修正

File:
1 edited

Legend:

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

    r99 r100  
    4747    </div> 
    4848 
     49    <h3 tal:content="here/tab1" 
     50        tal:condition="here/tab1">Tab #1 title</h3> 
     51 
    4952    <img src="" 
    5053         tal:condition="here/imageurl" 
     
    8487    </div> 
    8588 
     89    <h3 tal:content="here/tab2" 
     90        tal:condition="here/tab2">Tab #2 title</h3> 
     91 
     92    <div tal:condition="here/detail" 
     93         tal:content="structure here/detail"> 
     94       Detail Text 
     95    </div> 
     96 
    8697    <div metal:use-macro="here/document_relateditems/macros/relatedItems"> 
    8798      show related items if they exist 
    8899    </div> 
     100 
    89101  </tal:main-macro> 
    90102</metal:main> 
Note: See TracChangeset for help on using the changeset viewer.