Mercurial > dive4elements > gnv-client
comparison gnv/src/main/webapp/WEB-INF/jsp/includes/display_histogram_inc.jsp @ 571:f2ba58011a2d
Added histogram option panel. Show chart/histogram options panel after the user selected chart or histogram. Moved options panel beneath action panel.
gnv/trunk@699 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Ingo Weinzierl <ingo.weinzierl@intevation.de> |
---|---|
date | Tue, 23 Feb 2010 10:36:02 +0000 |
parents | 9a5e50e7afaa |
children | 800874dc0b29 |
comparison
equal
deleted
inserted
replaced
570:cbd397712ecf | 571:f2ba58011a2d |
---|---|
7 | 7 |
8 String target = "histogram"; | 8 String target = "histogram"; |
9 String mimeType = sm.getOutputMode(target).getMimeType(); | 9 String mimeType = sm.getOutputMode(target).getMimeType(); |
10 %> | 10 %> |
11 | 11 |
12 <jsp:include page="/WEB-INF/jsp/includes/display_histogram_options_inc.jsp"></jsp:include> | |
12 <div class="histogram"> | 13 <div class="histogram"> |
13 <img src='<%=response.encodeURL("out.do?mimetype="+mimeType+"&target=histogram&uid="+System.currentTimeMillis())%>' alt='<bean:message key="gnviewer.output.options.histogram.alt"/>'/> | 14 <img src='<%=response.encodeURL("out.do?mimetype="+mimeType+"&target=histogram&uid="+System.currentTimeMillis())%>' alt='<bean:message key="gnviewer.output.options.histogram.alt"/>'/> |
14 </div> | 15 </div> |