Sha256: f3aa0ff61dbe87a95a05df357326d0d19a85ebe2f7db521cb48c06fad09dc1a3
Contents?: true
Size: 1.36 KB
Versions: 3
Compression:
Stored size: 1.36 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 'http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/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
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
qcms-2.1.0 | app/views/layouts/system.html.erb |
qcms-2.0.0 | app/views/layouts/system.html.erb |
qcms-1.3.10 | app/views/layouts/system.html.erb |