X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;f=templates%2Fdata%2Fitems.html.ep;h=340461eab8271b691811f6002c9614e89074fb1c;hb=5081a5d3264e46b40d6356466046388625963b92;hp=81839080780125334a30b9533862edeef772009b;hpb=97b1b94a70a52b546b4f6ec2535f4a23d24bf295;p=MojoFacets.git diff --git a/templates/data/items.html.ep b/templates/data/items.html.ep index 8183908..340461e 100644 --- a/templates/data/items.html.ep +++ b/templates/data/items.html.ep @@ -46,6 +46,20 @@ items +% my $export = param('export'); +% session('export', $export ); + > +% my $timefmt = param('timefmt'); +% session('timefmt', $timefmt ); +timefmt: + + +% if ( $export ) { +with: +%= select_field with => [qw( points dots lines steps )] + +% } + <%= include 'data/items/' . session('show') %> @@ -68,4 +82,23 @@ items
  • columns: <%= join(',',@$columns) %>
  • numeric: <%= dumper $numeric %>
  • order: <%= session('order') %> sort: <%= session('sort') %> +%#
  • filters: <%= dumper $filters %> + +