use param to trasfer timefmt to gnuplot image
[MojoFacets.git] / templates / data / items.html.ep
index 1973657..835dbe3 100644 (file)
@@ -46,8 +46,19 @@ items
 
 <input type=submit value="refresh">
 
+% my $export = param('export');
+% session('export', $export );
+<input type=checkbox name=export value=1 title="export" <%= $export ? 'checked' : '' %> >
+% my $timefmt = param('timefmt');
+% session('timefmt', $timefmt );
+timefmt: <input name=timefmt value="<%= $timefmt %>">
+
 </form>
 
+% if ( $export ) {
+<img id=gnuplot src="/gnuplot?timefmt=<%= $timefmt %>">
+% }
+
 <%= include 'data/items/' . session('show') %>
 
 <div class=pager>