Files
componentowl-rails-archive/app/views/layouts/simple.html.erb

30 lines
778 B
Plaintext

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html>
<head>
<%= render :partial => "shared/meta" %>
<%= cached_stylesheets_simple %>
</head>
<body>
<%= javascript_tag "var t = #{locales['txt']['javascript'].to_json}" %>
<div class="d-page">
<div class="d-border"></div>
<div class="d-content-wrap">
<%= yield %>
</div>
<div class="d-footer">
<div class="d-placing">&copy; 2011 Dextronet.com, ComponentOwl.com. All rights reserved. <%= link_to "Go to Component Owl Homepage", root_path %></div>
</div>
</div>
<%= page_include %>
<%= cached_javascripts_simple %>
</body>
</html>