Sha256: cc49a96a779ae57a132337c79197719d52b6525f826787cd8f2ffd3b130b0b58
Contents?: true
Size: 1.47 KB
Versions: 4
Compression:
Stored size: 1.47 KB
Contents
<% slice_name = "MerbAdmin" + (MerbAdmin[:app_name].blank? ? "" : " for #{MerbAdmin[:app_name]}") page_name = "Site administration" %> <!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" xml:lang="en-us" lang="en-us"> <head> <meta http-equiv="content-type" content="text/html; charset=utf-8" /> <meta name="robots" content="NONE,NOARCHIVE" /> <title><%= page_name %> | <%= slice_name %></title> <link href="<%= public_path_for :stylesheet, 'base.css' %>" type="text/css" charset="utf-8" rel="stylesheet" media="all" /> <link href="<%= public_path_for :stylesheet, 'dashboard.css' %>" type="text/css" charset="utf-8" rel="stylesheet" media="all" /> <!--[if lte IE 7]><link href="<%= public_path_for :stylesheet, 'ie.css' %>" type="text/css" charset="utf-8" rel="stylesheet" media="all" /><![endif]--> </head> <body class="admin-slice dashboard"> <div id="container"> <div id="header"> <div id="branding"> <h1 id="site-name"> <%= slice_name %> </h1> </div> <div id="user-tools"> <!-- Welcome, <strong></strong>. <a href="">Log out</a> --> </div> </div> <%= partial 'layout/message' -%> <div id="content" class="colMS"> <h1> <%= page_name %> </h1> <%= catch_content :for_layout -%> </div> <div id="footer"></div> </div> </body> </html>
Version data entries
4 entries across 4 versions & 1 rubygems