comparison gnv/src/main/webapp/WEB-INF/jsp/includes/display_diagramm_options_inc.jsp @ 977:2444da07e487

Changed and added some tooltips in the chart option panel (issue293). gnv/trunk@1152 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Ingo Weinzierl <ingo.weinzierl@intevation.de>
date Fri, 04 Jun 2010 05:37:42 +0000
parents c7f8a9b4b006
children 28a0628b11b0
comparison
equal deleted inserted replaced
976:d1ed5c51c0de 977:2444da07e487
90 </td> 90 </td>
91 </tr> 91 </tr>
92 <%}%> 92 <%}%>
93 </table> 93 </table>
94 <div class="exportBar"> 94 <div class="exportBar">
95 <input type="image" name="target" value="chart" src="images/arrow_refresh.png" alt="<bean:message key="gnviewer.draw.button"/>"/> 95 <input type="image" name="target" value="chart" src="images/arrow_refresh.png" alt="<bean:message key="gnviewer.draw.button"/>" title="<bean:message key="gnviewer.output.options.refresh.title"/>"/>
96 <%}%> 96 <%}%>
97 <%if (supportIMG != null) { %> 97 <%if (supportIMG != null) { %>
98 <a href="<%=response.encodeURL("export.do?mimetype="+mimeTypeIMG+"&amp;target="+target+"&amp;mode="+targetIMG+parameterString+"&amp;uid="+System.currentTimeMillis())%>" title="<bean:message key="gnviewer.output.options.save.title"/>"> 98 <a href="<%=response.encodeURL("export.do?mimetype="+mimeTypeIMG+"&amp;target="+target+"&amp;mode="+targetIMG+parameterString+"&amp;uid="+System.currentTimeMillis())%>" title="<bean:message key="gnviewer.output.options.export.png.title"/>">
99 <img src="images/diagram_export.png" border="0"/></a> 99 <img src="images/diagram_export.png" border="0"/></a>
100 <%}%> 100 <%}%>
101 <%if (supportPDF != null) { %> 101 <%if (supportPDF != null) { %>
102 <a href="<%=response.encodeURL("export.do?mimetype="+mimeTypePDF+"&amp;target="+target+"&amp;mode="+targetPDF+parameterString+"&amp;uid="+System.currentTimeMillis())%>" title="<bean:message key="gnviewer.output.options.export.pdf.title"/>"> 102 <a href="<%=response.encodeURL("export.do?mimetype="+mimeTypePDF+"&amp;target="+target+"&amp;mode="+targetPDF+parameterString+"&amp;uid="+System.currentTimeMillis())%>" title="<bean:message key="gnviewer.output.options.export.pdf.title"/>">
103 <img src="images/pdf.png" border="0"/></a> 103 <img src="images/pdf.png" border="0"/></a>

http://dive4elements.wald.intevation.org