source: products/quintagroup.portlet.map/trunk/quintagroup/portlet/map/qgmapportlet.pt @ 2193

Last change on this file since 2193 was 2193, checked in by mylan, 14 years ago

implemented portlet for get data from object, identified by physical_path

File size: 1.0 KB
Line 
1<metal:block use-macro="here/global_defines/macros/defines" />
2<tal:portlet>
3
4  <dl class="portlet portletMapsPortlet"
5      tal:define="view view/gmapview;">
6
7      <dt class="portletHeader">
8          <span class="portletTopLeft"></span>
9          <span i18n:domain="quintagroup.portlet.map"
10                i18n:translate="header_portlet_map">Map</span>
11          <span class="portletTopRight"></span>
12      </dt>
13
14      <dd class="portletItem odd">
15
16        <div class="googleMapView googleMapLocation">
17          <dl metal:use-macro="here/maps_map/macros/markers">
18          </dl>
19        </div>
20
21        &nbsp;
22
23      </dd>
24
25
26      <dd class="portletFooter">
27          <span class="portletBottomLeft"></span>
28          <span>
29            <a href="#"
30               tal:attributes="href string:${view/collection/absolute_url}/maps_map"
31               i18n:domain="quintagroup.portlet.map" i18n:translate="label_full_map">Full Map</a></span>
32          <span class="portletBottomRight"></span>
33      </dd>
34
35  </dl>
36
37</tal:portlet>
Note: See TracBrowser for help on using the repository browser.