3 <title><%= TITLE %></title>
4 <%= stylesheet_link_tag 'boxroom' %>
5 <script type="text/javascript">
8 window.onload = ResizeContentDiv;
9 window.onresize = ResizeContentDiv;
15 <%= render_partial 'shared/top_header' %>
18 <div class="actionLinks">
19 <%= render_partial 'shared/create_file_folder' %>
22 <%= render_partial 'shared/content' %>