applied my changes - initial import
[boxroom-stian.git] / app / views / layouts / usage.rhtml
blob86168f012b6f50f42348ceba6624812292911a2d
1 <html>
2 <head>
3   <title><%= TITLE %></title>
4         <%= stylesheet_link_tag 'boxroom' %>
5         <script type="text/javascript">
6                 if(IE)
7                 {
8                         window.onload = ResizeContentDiv;
9                         window.onresize = ResizeContentDiv;
10                 }
11         </script>
12 </head>
13 <body>
15   <%= render_partial 'shared/top_header' %>
17         <div id="middle">
18                 <div class="actionLinks">
19                         <%= render_partial 'shared/create_file_folder' %>
20                 </div>
22     <%= render_partial 'shared/content' %>
23         </div>
25 </body>
26 </html>