application.rhtml 475 Bytes
<html>
  <head>
    <%= javascript_include_tag :defaults %>
    <%= javascript_include_tag_template @chosen_template %>
    <%= stylesheet_link_tag_template @chosen_template %>

  </head>
  <body>
    <%= image_tag 'loading.gif', :id=>'spinner', :style=>"display:none; float:right;" %>

    <%= link_to _('Show Layout'), :controller => 'home' %>
    <%= link_to _('Edit Layout'), :controller => 'edit_template' %>

    <%= display_boxes(@boxes, yield) %>

  </body>

</html>