Changeset 100 for ATGoogleMaps/trunk/skins/googlemaps/gmarker_view.pt
- Timestamp:
- 08/18/06 00:27:42 (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
ATGoogleMaps/trunk/skins/googlemaps/gmarker_view.pt
r99 r100 47 47 </div> 48 48 49 <h3 tal:content="here/tab1" 50 tal:condition="here/tab1">Tab #1 title</h3> 51 49 52 <img src="" 50 53 tal:condition="here/imageurl" … … 84 87 </div> 85 88 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 86 97 <div metal:use-macro="here/document_relateditems/macros/relatedItems"> 87 98 show related items if they exist 88 99 </div> 100 89 101 </tal:main-macro> 90 102 </metal:main>
Note: See TracChangeset
for help on using the changeset viewer.
