2009-05-15 06:02:28 +00:00
|
|
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
|
|
|
|
<html>
|
2009-05-07 17:18:16 +00:00
|
|
|
<head>
|
2009-05-15 06:02:28 +00:00
|
|
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
|
|
|
<title>R4</title>
|
|
|
|
<link rel="shortcut icon" href="/favicon.ico">
|
|
|
|
<%= yield :page_specific_link %>
|
2009-05-15 06:37:03 +00:00
|
|
|
<%= stylesheet_link_tag "blueprint/screen", "blueprint/plugins/buttons/screen", "forms", "main", :media => "screen, projection" %>
|
2009-05-15 06:02:28 +00:00
|
|
|
<%= stylesheet_link_tag "blueprint/print", :media => "print" %>
|
|
|
|
<!--[if IE]>
|
|
|
|
<%= stylesheet_link_tag "blueprint/ie", :media => "screen, projection" %>
|
|
|
|
<![endif]-->
|
|
|
|
<%= yield :page_specific_css %>
|
2009-05-07 17:18:16 +00:00
|
|
|
</head>
|
|
|
|
<body>
|
2009-05-15 06:02:28 +00:00
|
|
|
<div class="container">
|
|
|
|
<div id ="nav" class="span-24">
|
|
|
|
<%= link_to 'Pages', admin_pages_path %> |
|
|
|
|
<%= link_to 'Snippet', admin_snippets_path %> |
|
|
|
|
<%= link_to 'Layout', admin_layouts_path %>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
<%= yield %>
|
|
|
|
</div>
|
2009-05-07 17:18:16 +00:00
|
|
|
|
2009-05-15 06:02:28 +00:00
|
|
|
<%= javascript_include_tag "jquery",
|
|
|
|
"jquery-ui",
|
|
|
|
"jrails",
|
|
|
|
"application", :cache => 'all' %>
|
|
|
|
<%= yield :page_specific_javascript %>
|
2009-05-07 17:18:16 +00:00
|
|
|
</body>
|
2009-05-15 06:02:28 +00:00
|
|
|
</html>
|