Sha256: f7f14bf0859460c375f5d99010e520e290b487f7b5df40d17210d738e311bf67
Contents?: true
Size: 789 Bytes
Versions: 7
Compression:
Stored size: 789 Bytes
Contents
<?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" lang="ja" xml:lang="ja"> <%= @js.to_html(context) %> <%= @css.to_html(context) %> <head> <title><%=h rabbit.slide_title %></title> </head> <body> <div class="main"> <% if rabbit.accept_move? %> <%= @navi.to_div(context) %> <% end %> <%= @slide.to_div(context) %> <% if rabbit.accept_move? %> <%= @navi.to_div(context) %> <% end %> </div> <div class="sidebar"> <%= @comment.to_div(context) %> </div> <hr /> <div class="footer"> <p> Generated by <a href="http://www.cozmixng.org/~rwiki/?cmd=view;name=Rabbit">Rabbit</a> version <%= rabbit.version %> </p> </div> </body> </html>
Version data entries
7 entries across 7 versions & 1 rubygems