Initial Revision
[ohcount] / test / src_dir / rhtml1.rhtml
1 <html>
2         <head>
3                 <title>Ajax table manipulation attempt</title>
4                 <%= stylesheet_link_tag "style" %>
5                 <%= javascript_include_tag :defaults %>
6         </head>
7         <body>
8
9                 <div id="content">
10                 <%= @content_for_layout %>
11                 </div>
12
13                         <%= ruby code %> <br/>
14                         <!-- html comment 
15                         inline comment
16                         <% tricky code %>
17                         -->
18                         <%- multi
19                         lines of code
20                         # even inline comments!
21                         "damn" # that's sweet
22                         %>
23                         <div> <%= ruby_code %> </div>
24         </body>
25 </html>