Changeset 108 for ATGoogleMaps/trunk/skins/googlemaps/gmarker_view.pt
- Timestamp:
- 08/22/06 00:20:00 (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
ATGoogleMaps/trunk/skins/googlemaps/gmarker_view.pt
r102 r108 53 53 tal:condition="here/imageurl" 54 54 tal:attributes="src here/imageurl" /> 55 56 <div class="documentDescription" 57 tal:content="here/Description" 58 tal:condition="here/Description"> 55 56 <metal:gmarker_macro define-macro="gmarker"> 57 <div class="documentDescription" 58 tal:content="here/Description" 59 tal:condition="here/Description"> 59 60 Description 60 </div>61 </div> 61 62 62 <div class="address"63 tal:condition="here/address">64 <label i18n:translate="label_address">Address</label>65 <span tal:replace="here/address" />66 </div>63 <ul> 64 <li tal:condition="here/address"> 65 <label i18n:translate="label_address">Address</label> 66 <span tal:replace="here/address" /> 67 </li> 67 68 68 <div class="phone" 69 tal:condition="here/phone"> 70 <label i18n:translate="label_phone">Phone</label> 71 <span tal:replace="here/phone" /> 72 </div> 69 <li tal:condition="here/phone"> 70 <label i18n:translate="label_phone">Phone</label> 71 <span tal:replace="here/phone" /> 72 </li> 73 73 74 <div class="url" 75 tal:condition="here/url"> 76 <a href="" 77 tal:attributes="href here/url" 78 i18n:domain="plone" i18n:translate="Link"> 79 Link 80 </a> 81 </div> 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> 82 84 83 85 <br style="clear: both;"/> 86 84 87 <div tal:condition="here/getText" 85 88 tal:content="structure here/getText">
Note: See TracChangeset
for help on using the changeset viewer.
