Archive: ComponentOwl Rails app, DB backups, go redirect script
This commit is contained in:
30
app/views/layouts/simple.html.erb
Normal file
30
app/views/layouts/simple.html.erb
Normal file
@@ -0,0 +1,30 @@
|
||||
<!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">© 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>
|
||||
Reference in New Issue
Block a user