Changeset 366
- Timestamp:
- 09/29/06 18:55:09 (2 years ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
GeographicEntityLite/trunk/GeographicEntityLite/skins/GeographicEntityLite/geographicentitylite_view.pt
r348 r366 17 17 <body> 18 18 19 19 20 <metal:body_macro 20 21 metal:define-macro="body" … … 25 26 tal:condition="python:len(query_results) > 0" 26 27 > 27 <div id="map" style="float:right;width:200px;height:300px;border:solid gray 1px;background-color:#cccccc;"></div> 28 <div id="mappish" style="float:right;width:200px;border:none;"> 29 <div id="map" style="float:right;width:200px;height:300px;border:solid gray 1px;background-color:#cccccc;"></div> 30 <div id="gelink"><p style="text-align:right;"><a href="blah.html">View in Google Earth</a></p></div> 31 </div> 28 32 <script 29 33 tal:define="mapcontext python:query_results[0].getObject(); … … 42 46 > 43 47 </script> 48 44 49 </div> 45 50 … … 59 64 </tal:if_visible> 60 65 </div> 66 61 67 </metal:body_macro> 62 68 … … 70 76 </metal:folderlisting_macro> 71 77 78 document_actions 72 79 <metal:footer define-macro="footer"> 73 80 <div id="pleiades-datadisclaimer" style="clear:right">
