4 <title><%= TITLE %></title>
\r
5 <%= stylesheet_link_tag 'boxroom' %>
\r
6 <%= auto_discovery_link_tag(:rss, { :controller => 'folder', :action => 'feed', :id => controller.folder_id, :access_key => @logged_in_user.rss_access_key })%>
\r
7 <% if params[:action] =~ /(list|index)/ && @logged_in_user.can_update_folderinfo?(@folder) %>
\r
8 <%= javascript_include_tag :defaults %>
\r
10 <script type="text/javascript">
\r
13 window.onload = ResizeContentDiv;
\r
14 window.onresize = ResizeContentDiv;
\r
16 // Nannette Thacker http://www.shiningstar.net
\r
17 function confirmSubmit()
\r
19 var agree=confirm("Are you sure you want to delete the selected files and folders?");
\r
29 <%= render_partial 'shared/top_header' %>
\r
32 <div class="actionLinks">
\r
33 <%= render_partial 'shared/create_file_folder' %>
\r
34 <%= render_partial 'shared/root_folder' %>
\r
37 <%= render_partial 'shared/content' %>
\r