Sha256: ddbb518ce5d849c9ce27a92b0cfa8a4193f311fa40f0aab4f221773197c1a1e5
Contents?: true
Size: 1.67 KB
Versions: 1
Compression:
Stored size: 1.67 KB
Contents
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <%= render :partial => "/admin/head" %> <body> <div id='tooltip_container'></div> <div id="page_container"<%= " class='login'" unless logged_in? %><%= " class='splash'" if logged_in? and params[:action] == "index" %>> <div id="page"> <div class="clearfix" id="header"> <h1> <%= just_installed? ? "Welcome to Refinery" : link_to(RefinerySetting[:site_name].titleize, admin_root_url) %> </h1> <%= link_to "View public site", "/", :target => "_blank", :id => "site_link" if logged_in? %> <%= link_to image_tag("#{"http://www.refinerycms.com/images/" unless local_request?}refinery/logo.png", :alt => "Refinery (tm) Content Manager"), "http://www.refinerycms.com", :target => "_blank", :id => "logo" -%> <%= render :partial => "/admin/menu" if logged_in? %> </div> <div id="content" class="clearfix"> <div id="flash_container"> <%= render :partial => "/shared/message" %> </div> <%= yield %> </div> </div> <% if RefinerySetting.find_or_set(:show_backend_branding, false) %> <div id="footer"> <%= link_to image_tag("#{"http://www.resolvedigital.com/images/" unless local_request?}refinery/resolve_digital_footer_logo.png", :alt => "Resolve Digital"), "http://www.resolvedigital.com", :target => "_blank", :id => "footer_logo" %> <p> Refinery built by <%= link_to "Resolve Digital", "http://www.resolvedigital.com", :target => "_blank" %>. Copyright 2009 Resolve Digital. </p> </div> <% end %> </div> </body> </html>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
refinerycms-0.9.5.13 | vendor/plugins/refinery/app/views/layouts/admin.html.erb |