mailr/themes/olive/views/layouts/simple.html.erb

17 lines
588 B
Plaintext
Raw Normal View History

2011-06-26 21:37:50 +02:00
<!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>
2011-09-09 22:10:25 +02:00
<title><%=t(:mailr,:scope=>:common) %> -
2011-07-23 21:55:26 +02:00
<%= yield :title %>
</title>
2011-06-26 21:37:50 +02:00
<%=stylesheet_link_tag current_theme_stylesheet_path('base') %>
<%=stylesheet_link_tag current_theme_stylesheet_path('style') %>
</head>
<body>
<%= yield %>
2011-09-16 19:44:29 +02:00
<div id="footer"><a href="<%= t(:site_link,:scope=>:common) %>"><%= t(:mailr,:scope=>:common) %></a> - open source web mail client</div>
2011-06-26 21:37:50 +02:00
</body>
</html>