<% if !defined? no_checkboxes or !no_checkboxes %>
<%= form_tag collection_path(@object.uuid), {method: 'get'} do %>
<% end %>

<% end %> <% file_regex = nil %> <% if params[:file_regex] %> <% begin %> <% file_regex = Regexp.new(params[:file_regex]) %> <% rescue RegexpError %> <% # If the pattern is not a valid regex, quote it %> <% # (i.e. use it as a simple substring search) %>

The search term <%= params[:file_regex] %> could not be parsed as a regular expression.

Searching for files named <%= params[:file_regex] %> instead.

<% file_regex = Regexp.new(Regexp.quote(params[:file_regex])) %> <% end %> <% end %> <% file_tree = @object.andand.files_tree %> <% if file_tree.nil? or file_tree.empty? %>

This collection is empty.

<% else %> <% end %>
  • <% if size.nil? # This is a subdirectory. %> <% dirstack.push(File.join(dirname, filename)) %>
    <%= filename %>
  • <% end %> <% end # if file or directory %> <% end # file_tree.each %> <%= raw(dirstack.map { |_| "" }.join("")) %> <% end # if file_tree %> <% content_for :footer_html do %> <% end %>