Changeset 109 for ATGoogleMaps/trunk/skins/googlemaps/gmap_view.pt
- Timestamp:
- 08/23/06 01:03:07 (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
r108 r109 37 37 <!-- gmarker --> 38 38 <ul tal:define="markers python: here.objectValues(['GMarker'])"> 39 <tal:gmarker tal:repeat="here markers"> 40 <li id="" 41 tal:condition="here/point | nothing" 42 tal:attributes="id string:marker_link_${here/id}"> 43 <a href="javascript:void(0)" onclick="this.blur()" tal:content="here/pretty_title_or_id"> 44 Gmarker title 45 </a> 39 <tal:gmarker tal:repeat="here markers"> 40 <li id="" 41 tal:condition="here/point | nothing" 42 tal:attributes="id string:marker_link_${here/id}"> 43 <a href="javascript:void(0)" onclick="this.blur()" tal:content="here/pretty_title_or_id"> 44 Gmarker title 45 </a> 46 </li> 46 47 <!-- info window --> 47 48 <div id="" style="display: none;" 48 49 tal:attributes="id string:marker_html_${here/id}"> 49 50 <div style="width: 290px;"> 51 <div class="documentActions"> 52 <a href="" tal:condition="here/url" 53 tal:attributes="href here/url" 54 i18n:translate="" i18n:domain="plone"> 55 Link 56 </a> 57 </div> 58 50 59 <h1 class="documentFirstHeading"> 51 60 <a href="" tal:content="here/pretty_title_or_id" … … 77 86 tal:condition="here/detail"> 78 87 <div style="width: 290px;"> 88 <div class="documentActions"> 89 <a href="" tal:condition="here/url" 90 tal:attributes="href here/url" 91 i18n:translate="" i18n:domain="plone"> 92 Link 93 </a> 94 </div> 95 79 96 <h1 class="documentFirstHeading"> 80 97 <a href="" tal:content="here/pretty_title_or_id" … … 88 105 </div> 89 106 </div> 90 </li> 91 </tal:gmarker> 107 </tal:gmarker> 92 108 </ul> 93 109
Note: See TracChangeset
for help on using the changeset viewer.
