Changeset 109 for ATGoogleMaps/trunk/skins/googlemaps/gmarker_view.pt
- Timestamp:
- 08/23/06 01:03:07 (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
ATGoogleMaps/trunk/skins/googlemaps/gmarker_view.pt
r108 r109 61 61 </div> 62 62 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> 68 67 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> 73 73 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> 84 82 85 83 <br style="clear: both;"/>
Note: See TracChangeset
for help on using the changeset viewer.
