diff zpt/layer_text_gis.zpt @ 543:6cdc31e9ed8e

fixed problem with dict-mode in default view. added configurable footer and logo in site_template.pt
author casties
date Wed, 22 Aug 2012 16:25:38 +0200
parents 3f375a048402
children
line wrap: on
line diff
--- a/zpt/layer_text_gis.zpt	Tue Aug 21 13:28:35 2012 +0200
+++ b/zpt/layer_text_gis.zpt	Wed Aug 22 16:25:38 2012 +0200
@@ -30,7 +30,8 @@
             places python:here.getPlacesOnPage(docinfo=docinfo, pn=pn);
             pidlist python:','.join([p['id'] for p in places]);">
         <h4>Places</h4>
-        <ul>
+        Show all places
+        <ul class="list">
           <li>
             <a
               tal:attributes="href python:'http://mappit.mpiwg-berlin.mpg.de/db/RESTdb/db/mpdl/%s?id=%s&format=gis'%(name,pidlist)"