Sha256: b149b9193b7265640da24c2f816ed272073d2018100430378c11abe14bf3efc5

Contents?: true

Size: 819 Bytes

Versions: 26

Compression:

Stored size: 819 Bytes

Contents

<!DOCTYPE html>
<html>
  <head>
    <title>MDWA Application</title>
    <%= stylesheet_link_tag 'mdwa/system_manifest' %>
    <%= javascript_include_tag 'mdwa/system_manifest' %>
    
    <%= csrf_meta_tag %>
  </head>
  
  <body>

    <%= render '/template/mdwa/notice', :notice => notice, :alert => alert %>
    
    <div id="header" class="yui3-g">
      <div id="logo" class="yui3-u-1-3">
        <%= link_to "MDWA Application", a_root_path, :target => '_self' %>
      </div>
      <div id="logged_info" class="yui3-u-1-3">
        <%= render "/a/users/welcome" %>
      </div>
      <div class="clear"></div>
    </div>

    <div id="leftbar">
      <%= render '/template/mdwa/leftbar' %>
    </div>

    <div id="content">
      <%= yield %>
    </div>

    <div class="footer">
    </div>
    
  </body>
</html>

Version data entries

26 entries across 26 versions & 1 rubygems

Version Path
mdd-3.1.1 lib/generators/mdwa/sandbox/templates/app/views/layouts/system.html.erb
mdd-3.1.0 lib/generators/mdwa/sandbox/templates/app/views/layouts/system.html.erb
mdd-3.0.20 lib/generators/mdwa/sandbox/templates/app/views/layouts/system.html.erb
mdd-3.0.19 lib/generators/mdwa/sandbox/templates/app/views/layouts/system.html.erb
mdd-3.0.18 lib/generators/mdwa/sandbox/templates/app/views/layouts/system.html.erb
mdd-3.0.17 lib/generators/mdwa/sandbox/templates/app/views/layouts/system.html.erb
mdd-3.0.16 lib/generators/mdwa/sandbox/templates/app/views/layouts/system.html.erb
mdd-3.0.15 lib/generators/mdwa/sandbox/templates/app/views/layouts/system.html.erb
mdd-3.0.14 lib/generators/mdwa/sandbox/templates/app/views/layouts/system.html.erb
mdd-3.0.13 lib/generators/mdwa/sandbox/templates/app/views/layouts/system.html.erb
mdd-3.0.10 lib/generators/mdwa/sandbox/templates/app/views/layouts/system.html.erb
mdd-3.0.9 lib/generators/mdwa/sandbox/templates/app/views/layouts/system.html.erb
mdd-3.0.8 lib/generators/mdwa/sandbox/templates/app/views/layouts/system.html.erb
mdd-3.0.7 lib/generators/mdwa/sandbox/templates/app/views/layouts/system.html.erb
mdd-3.0.6 lib/generators/mdwa/sandbox/templates/app/views/layouts/system.html.erb
mdd-3.0.4 lib/generators/mdwa/sandbox/templates/app/views/layouts/system.html.erb
mdd-3.0.3 lib/generators/mdwa/sandbox/templates/app/views/layouts/system.html.erb
mdd-3.0.2 lib/generators/mdwa/sandbox/templates/app/views/layouts/system.html.erb
mdd-3.0.1 lib/generators/mdwa/sandbox/templates/app/views/layouts/system.html.erb
mdd-3.0.0 lib/generators/mdwa/sandbox/templates/app/views/layouts/system.html.erb