<%- @title = "Uploaded Files" -%> <% form_tag({ :controller => 'admin', :action => 'delete_files', :web => @web.address }, {'method' => 'post', 'accept-charset' => 'utf-8' }) do %>

Uploaded Files in <%= @web.name %>

<%- if @file_list.empty? -%>

No uploaded files in this Web

<%- else -%>

Check the files you wish to delete (<%= link_to "sort by #{@alt_sort_name}", :controller => 'wiki', :web => @web.address, :action => 'file_list', :sort_order => @alt_sort_order %>).

<%= password_field_tag "system_password", '', :class => "disableAutoComplete" %> and <%= submit_tag("Delete Files") %> <%- end -%>
<%- end -%>