initial commit
[emacs-init.git] / nxhtml / tests / in / bug-johan-2010-02-12.rhtml
1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
2 <html xmlns="http://www.w3.org/1999/xhtml">
3   <head>
4     <meta content="text/html;charset=utf-8" http-equiv="Content-Type" />
5     <link rel="icon" href="/favicon.ico" />
6
7     <%= include_stylesheets :blueprint, :application, :media => 'all' %>
8 <!--[if lt IE 8]>
9     <%= include_stylesheets :ie, :media => 'all' %>
10     <![endif]-->
11 <%= include_javascripts :mootools, :application %>
12     </head>
13     <body>
14       <div id="container">
15         <%= render :partial => "layouts/application/header" %>
16 <%= render :partial => "layouts/application/menu" %>
17         <%= render :partial => "layouts/application/search_bar" %>
18 <%= render :partial => "layouts/application/contents" %>
19         <%= render :partial => "layouts/application/footer" %>
20 </div>
21     </body>
22 </html>