comparison gnv/src/main/webapp/WEB-INF/jsp/includes/display_export_inc.jsp @ 689:8487581dfe3b

Changed the tooltip text of the chart button in the actions panel from 'Diagramm speichern' to 'Diagramm'. gnv/trunk@903 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Ingo Weinzierl <ingo.weinzierl@intevation.de>
date Mon, 12 Apr 2010 10:56:55 +0000
parents 2f3d885fed09
children d2582f75b144
comparison
equal deleted inserted replaced
688:f3f433053bdd 689:8487581dfe3b
70 <% if (supportChart || supportCSV || supportODV || supportWMS || supportZIP) { %> 70 <% if (supportChart || supportCSV || supportODV || supportWMS || supportZIP) { %>
71 <div id="export"> 71 <div id="export">
72 <fieldset> 72 <fieldset>
73 <legend><bean:message key="gnviewer.export.fieldset.title"/></legend> 73 <legend><bean:message key="gnviewer.export.fieldset.title"/></legend>
74 <%if (supportChart) { %> 74 <%if (supportChart) { %>
75 <a href="<%=response.encodeURL("chart.do?mimetype="+mimeType+"&amp;target="+target+"&amp;mode=img"+parameterString+"&amp;uid="+System.currentTimeMillis())%>" title="<bean:message key="gnviewer.output.options.save.title"/>"> 75 <a href="<%=response.encodeURL("chart.do?mimetype="+mimeType+"&amp;target="+target+"&amp;mode=img"+parameterString+"&amp;uid="+System.currentTimeMillis())%>" title="<bean:message key="gnviewer.diagram.button"/>">
76 <img src="images/chart_curve.png" border="0"/> 76 <img src="images/chart_curve.png" border="0"/>
77 </a> 77 </a>
78 <%}%> 78 <%}%>
79 <%if (supportWMS) { %> 79 <%if (supportWMS) { %>
80 <a href="<%=response.encodeURL("wms.do?mimetype="+mimeTypeWMS+"&amp;target="+targetWMS+"&amp;uid="+System.currentTimeMillis()+"&amp;layer="+wmslayer)%>" title="<bean:message key="gnviewer.output.options.export.wms.title"/>"> 80 <a href="<%=response.encodeURL("wms.do?mimetype="+mimeTypeWMS+"&amp;target="+targetWMS+"&amp;uid="+System.currentTimeMillis()+"&amp;layer="+wmslayer)%>" title="<bean:message key="gnviewer.output.options.export.wms.title"/>">

http://dive4elements.wald.intevation.org