Sha256: b58ba21950610cb9d8f6127e120e3dd64bc5a8d4494ad44bc56767fb286b6734
Contents?: true
Size: 1.97 KB
Versions: 3
Compression:
Stored size: 1.97 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" xml:lang="en" lang="en"> <head> <title>MasterView Admin</title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> <%= stylesheet_link_tag 'masterview/style' %> <%= stylesheet_link_tag 'masterview/sidebox' %> <%= stylesheet_link_tag 'masterview/color-scheme' %> <%= javascript_include_tag :defaults %> </head> <body> <!-- ###### Header ###### --> <div id="header"> <span class="headerTitle">Admin</span> <div class="menuBar"> <%= link_to 'Home', :action => :index %> <!-- | <a href="">Another link</a> --> </div> </div> <div class="main"> <div class="mv_admin_list sidebar LHS"> <h2>Tasks:</h2> <ul> <li><%= link_to 'View Configuration', :action => 'configuration' %></li> <li><%= link_to 'View Loaded Features', :action => 'features' %></li> <li style="margin-top: 6px; padding-top: 4px; border-top: 1px dashed;"><%= link_to 'Rebuild all outdated templates', :action => 'rebuild_all' %></li> </ul> </div> <div class="mv_admin_list content"> <h1>MasterView Admin</h1> <% if @flash[:notice] %> <div class="messages" id="admin_messages"> <%= h @flash[:notice] %> </div> <% end %> <%= @content_for_layout %> </div> </div> <!-- ###### Footer ###### --> <div id="footer"> <div class="footerLHS"> <a href="http://validator.w3.org/check/referer">Valid XHTML 1.0 Strict</a> </div> <div class="footerLHS"> <a href="http://jigsaw.w3.org/css-validator/check/referer">Valid CSS 2</a> </div> <div> <a href="http://masterview.org">Powered by MasterView</a> </div> </div> </body> </html>
Version data entries
3 entries across 3 versions & 1 rubygems