Sha256: 95f5ffcd834d531f1f31818884c06ff2aa2db15918a7519ad207a9f789968b3b
Contents?: true
Size: 1.44 KB
Versions: 4
Compression:
Stored size: 1.44 KB
Contents
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <%= tag(:meta, :content=>(yield(:keywords) || page_keywords), :name=>"keywords") %> <%= tag(:meta, :content=>(yield(:description) || page_description), :name=>"description") %> <%= csrf_meta_tag %> <title><%= page_title %></title> <%= stylesheet_link_tag "application" %> <%= stylesheet_link_tag 'manage/panel.css', :media=> 'screen' if content_manager? %> <!--[if lte IE 6]><link href="/stylesheets/ie.css" rel="stylesheet" type="text/css" /><![endif]--> <!--[if lte IE 7]><link href="/stylesheets/ie7.css" rel="stylesheet" type="text/css" /><![endif]--> <script src="https://www.google.com/jsapi?key=" type="text/javascript"></script> <script language="Javascript" type="text/javascript"> //<![CDATA[ google.load("jquery", "1.4.4"); google.load("swfobject", "2.2"); //]]> </script> <%= javascript_include_tag "preloader", "rails" %> <%= yield(:head) %> </head> <body> <%= render :partial => "shared/manage/panel" if content_manager? %> <%= render :partial => 'shared/notice' if flash %> <div class='content'> <%= yield %> </div> <%= yield(:footer) %> <div id="preloader" style="display:none;z-index:5000;" class="load-wait"><div><strong>Загрузка</strong></div></div> </body> </html>
Version data entries
4 entries across 4 versions & 1 rubygems