Sha256: addcd00e2d50234798421ac161c17c3cde0a741ce8b44e0ff8169a2896c84eca
Contents?: true
Size: 1.57 KB
Versions: 8
Compression:
Stored size: 1.57 KB
Contents
<html> <head> <title>Masterview Admin - View RHTML</title> <%= 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 - View RHTML</span> <div class="menuBar"> <%= link_to 'Home', :action => :index %> <!-- | <a href="">Another link</a> --> </div> </div> <div class="main"> <div class="view_rhtml_div" id="mv_admin_view_rhtml"><!-- ###### view_rhtml ###### --> <div class="mv_admin_view_rhtml sidebar LHS"> <h2>Tasks:</h2> <ul> <li><%= link_to 'Back to overview', :action => 'list' %></li> </ul> </div> <div class="mv_admin_view_rhtml content"> <h1>View RHTML - <%= @rhtml_file %></h1> <% if @flash[:notice] %> <div class="messages" id="admin_messages"> <%= h @flash[:notice] %> </div> <% end %> <pre><code> <%= h @rhtml_content %> </code></pre> </div> </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> Powered by MasterView </div> </div> </body> </html>
Version data entries
8 entries across 8 versions & 1 rubygems