3 <title><%= TITLE %></title>
\r
4 <%= stylesheet_link_tag 'boxroom' %>
\r
5 <script type="text/javascript">
\r
8 window.onload = ResizeContentDiv;
\r
9 window.onresize = ResizeContentDiv;
\r
15 <%= render_partial 'shared/top_header' %>
\r
18 <div class="actionLinks">
\r
19 <% if @logged_in_user.is_admin? %>
\r
20 <%= link_to 'Create group', { :action => 'new' } %><br>
\r
21 <%= link_to 'List users and <br>groups', { :action => 'list', :with_users => true } %>
\r
25 <%= render_partial 'shared/content' %>
\r