| 10 | | <description tal:content="structure python:''' |
|---|
| | 9 | <description> |
|---|
| | 10 | <span tal:replace="structure string:<![CDATA[" /> |
|---|
| | 11 | <div> |
|---|
| | 12 | <p> |
|---|
| | 13 | <span tal:content="info/description">ITEM DESCRIPTION</span> |
|---|
| | 14 | <img align="right" valign="top" hspace="4" width="149" src="http://pleiades.stoa.org/images/awmcrose.png"/> |
|---|
| | 15 | </p> |
|---|
| | 16 | <br clear="right"/> |
|---|
| | 17 | <p>URL: |
|---|
| | 18 | <a |
|---|
| | 19 | tal:attributes="href info/url" |
|---|
| | 20 | tal:content="info/url" |
|---|
| | 21 | >ITEM URL |
|---|
| | 22 | </a> |
|---|
| | 23 | </p> |
|---|
| | 24 | <br clear="right"/> |
|---|
| | 25 | <p> |
|---|
| | 26 | <a href="http://pleiades.stoa.org">Pleiades</a> is hosted by the |
|---|
| | 27 | <a href="http://www.stoa.org/?page_id=519">Stoa Consortium for Electronic Publication in the Humanities</a> |
|---|
| | 28 | and sponsored by the <a href="http://www.neh.gov">National Endowment for the Humanities</a>. |
|---|
| | 29 | </p> |
|---|
| | 30 | </div> |
|---|
| | 31 | <span tal:replace="structure string:]]>" /> |
|---|
| | 32 | </description> |
|---|
| | 33 | </metal:description_macro> |
|---|
| | 34 | <metal:geometry_macro metal:define-macro="geometry"> |
|---|
| | 35 | <Point> |
|---|
| | 36 | <coordinates |
|---|
| | 37 | tal:content="python:','.join(info['spatialCoordinates'].split())" |
|---|
| | 38 | >COORDINATE LIST |
|---|
| | 39 | </coordinates> |
|---|
| | 40 | </Point> |
|---|
| | 41 | </metal:geometry_macro> |
|---|
| | 42 | </Feature> |
|---|
| | 43 | </kml> |
|---|
| 12 | | <![CDATA[ |
|---|
| 13 | | <div> |
|---|
| 14 | | |
|---|
| 15 | | <p> |
|---|
| 16 | | %s |
|---|
| 17 | | <img align='right' valign='top' hspace='4' width='149' height='149' src='http://pleiades.stoa.org/images/awmcrose.png'> |
|---|
| 18 | | </p> |
|---|
| 19 | | |
|---|
| 20 | | <br clear='right'> |
|---|
| 21 | | <p> |
|---|
| 22 | | URL: <a href='%s'>%s</a> |
|---|
| 23 | | </p> |
|---|
| 24 | | |
|---|
| 25 | | <br clear='right'> |
|---|
| 26 | | <p> |
|---|
| 27 | | <a href='http://pleiades.stoa.org'>Pleiades</a> is hosted by the |
|---|
| 28 | | <a href='http://www.stoa.org/?page_id=519'>Stoa Consortium for Electronic Publication in the Humanities</a> |
|---|
| 29 | | and sponsored by the <a href='http://www.neh.gov'>National Endowment for the Humanities</a>. |
|---|
| 30 | | </p> |
|---|
| 31 | | |
|---|
| 32 | | </div> |
|---|
| 33 | | ]]> |
|---|
| 34 | | |
|---|
| 35 | | ''' % (info['description'], info['url'], info['url'])">DESCRIPTION</description> |
|---|
| 36 | | </metal:description_macro> |
|---|
| 37 | | </Feature> |
|---|
| 38 | | |
|---|
| 39 | | </kml> |
|---|