Sha256: c6b15181294dcfe302360391f86455a2e23c64479b8b0d15a634f729c13e9594

Contents?: true

Size: 1.31 KB

Versions: 5

Compression:

Stored size: 1.31 KB

Contents

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
  "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
  <head>
    <title><%= @page_title || 'untitled' %></title>
    <meta http-equiv="content-type" content="text/xhtml; charset=utf-8" />
    <link rel="stylesheet" href="/stylesheets/system/styles.css" type="text/css" media="screen" />
    <%= javascript_include_tag 'jquery.min.js' %>
    <%= javascript_include_tag 'application' %>
    <%= meta_tags -%>
    <%= yield :head  %>
  </head>
  <body>

    <% if flash[:notice] %>
      <div id="flash-notice"><%= flash[:notice] %> <a href="#">Close</a></div>
    <% end %>

    <div id="header">QWERTY+ <strong>System</strong> Control Panel</div>

    <ul id="top_menu">    
      <li><a href="<%= system_dashboard_path %>">Dashboard</a></li>
      <li><a href="<%= system_meta_definitions_path %>">Sitemap</a></li>
      <li><a href="<%= system_users_path %>">Users</a></li>
      <li><a href="<%= admin_dashboard_path %>">Admin</a></li>      
      <li><a href="<%= root_path %>">Site Homepage</a></li>
    </ul>

    <div id="container">

      <div id="content">
        <%= yield %>
      </div>

      <div id="sidebar">
        <%= yield :sidebar %>
      </div>

    </div> <!-- container -->
  </body>
</html>

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
qcms-1.3.9 app/views/layouts/system.html.erb
qcms-1.3.8 app/views/layouts/system.html.erb
qcms-1.3.7 app/views/layouts/system.html.erb
qcms-1.3.6 app/views/layouts/system.html.erb
qcms-1.3.5 app/views/layouts/system.html.erb