applied my changes - initial import
[boxroom-stian.git] / app / views / layouts / authentication.rhtml
bloba008fa2f90d66538d484fc07a4ed1fec19b7ff2e
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     <div id="top">
16         <div class="header">
17             <div class="userSettings">
18             </div>
20             <div class="search">
21             </div>
22         </div>
24         <div class="topNavigation">
25             <div class="links">
26             </div>
27         </div>
28     </div>
30     <div id="middle">
31         <div class="actionLinks">
32         </div>
34         <%= render_partial 'shared/content' %>
35     </div>
37 </body>
38 </html>