Author: chatellier Date: 2011-02-03 17:01:32 +0000 (Thu, 03 Feb 2011) New Revision: 661 Log: Fix map position Modified: trunk/coser-web/src/main/webapp/WEB-INF/content/map/map.jsp Modified: trunk/coser-web/src/main/webapp/WEB-INF/content/map/map.jsp =================================================================== --- trunk/coser-web/src/main/webapp/WEB-INF/content/map/map.jsp 2011-02-03 16:57:51 UTC (rev 660) +++ trunk/coser-web/src/main/webapp/WEB-INF/content/map/map.jsp 2011-02-03 17:01:32 UTC (rev 661) @@ -59,14 +59,14 @@ <h2><s:text name="message.map.title" /></h2> + <img src="<s:url action='map-data'> + <s:param name="survey" value="%{survey}" /> + <s:param name="species" value="%{species}" /> + </s:url>" style="float:right;margin-left:10px;" /> + <h3><s:property value='facadeDisplayName' /> - <s:property value='survey' /> - <s:property value='speciesDisplayName' /></h3> <p><s:text name="message.map.paragraph2" /></p> - <img src="<s:url action='map-data'> - <s:param name="survey" value="%{survey}" /> - <s:param name="species" value="%{species}" /> - </s:url>" /> - </body> </html> \ No newline at end of file