X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;f=templates%2Fdata%2Findex.html.ep;h=d259a0b638d9a9a74c4b8b654f8a3ca334963f68;hb=caeb866383963c3d9a492e8b0b47de355bee5b25;hp=473cc89a7f74d3ef70fc940771384e110fc508f8;hpb=3de4337e74e51e82889c6b20e2410d38314fd7e0;p=MojoFacets.git diff --git a/templates/data/index.html.ep b/templates/data/index.html.ep index 473cc89..d259a0b 100644 --- a/templates/data/index.html.ep +++ b/templates/data/index.html.ep @@ -1,4 +1,4 @@ -% layout 'default'; +% layout 'ui'; % my $path = session('path');

Select data file to load

@@ -7,6 +7,8 @@ +%= include 'all_checkboxes', add_class_to => 'parent().parent()' + @@ -20,7 +22,7 @@
namesizeitemschangesmcolumns
diskstorable
% if ( my $size = -s $dump_path->{$n} ) { % my $action = -M $dump_path->{$n} > -M "data/$n" ? 'reload' : 'remove'; -<%= $size %> +<%= $size %> % } <%= defined $loaded->{$n}->{data} ? $#{ $loaded->{$n}->{data}->{items} } + 1 : '' %> <%= defined $changes->{$n} ? $#{ $changes->{$n} } + 1 : '' %> @@ -40,7 +42,7 @@ -%#
<%= dumper $changes %>
-
<%= dumper $loaded %>
-
<%= dumper $filters %>
-
<%= dumper $dump_path %>
+
<%#= dumper $changes %>
+
<%#= dumper $loaded %>
+
<%#= dumper $filters %>
+
<%#= dumper $dump_path %>