Changeset 108 for ATGoogleMaps/trunk/skins/googlemaps/gmap_view.pt
- Timestamp:
- 08/22/06 00:20:00 (6 years ago)
- File:
-
- 1 edited
-
ATGoogleMaps/trunk/skins/googlemaps/gmap_view.pt (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
ATGoogleMaps/trunk/skins/googlemaps/gmap_view.pt
r104 r108 48 48 tal:attributes="id string:marker_html_${here/id}"> 49 49 <div style="width: 290px;"> 50 <div class="documentActions">51 <a href="" tal:condition="here/url"52 tal:attributes="href here/url"53 i18n:translate="" i18n:domain="plone">54 Link55 </a>56 </div>57 50 <h1 class="documentFirstHeading"> 58 51 <a href="" tal:content="here/pretty_title_or_id" … … 61 54 </a> 62 55 </h1> 56 63 57 <img src="" style="float: left; margin: 5px;" 64 58 tal:condition="here/imageurl" 65 59 tal:attributes="src here/imageurl" /> 66 60 67 <div class="documentDescription" 68 tal:content="here/Description" 69 tal:condition="here/Description"> 70 Description 71 </div> 72 73 <div class="address" 74 tal:content="here/address" 75 tal:condition="here/address"> 76 address 77 </div> 78 79 <div class="phone" 80 tal:content="here/phone" 81 tal:condition="here/phone"> 82 phone 83 </div> 61 <div metal:use-macro="here/gmarker_view/macros/gmarker"> 62 show related items if they exist 63 </div> 84 64 85 65 <div style="clear: both;" tal:condition="here/getText" … … 97 77 tal:condition="here/detail"> 98 78 <div style="width: 290px;"> 99 <div class="documentActions">100 <a href="" tal:condition="here/url"101 tal:attributes="href here/url"102 i18n:translate="" i18n:domain="plone">103 Link104 </a>105 </div>106 79 <h1 class="documentFirstHeading"> 107 80 <a href="" tal:content="here/pretty_title_or_id"
Note: See TracChangeset
for help on using the changeset viewer.
