Sha256: f07c2b5afc0da38a69879f3d64c879a8da12d4f1a9deb2095f34fdf6aa7fb532
Contents?: true
Size: 1.28 KB
Versions: 2
Compression:
Stored size: 1.28 KB
Contents
--- extension: html filter: - erb --- <!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-us"> <head> <meta http-equiv="content-type" content="text/html; charset=utf-8" /> <title><%= h(@page.title) %></title> <meta name="author" content="<%= h(@page.author) %>" /> <meta name="company" content="<%= h(@page.company) %>" /> <!-- configuration parameters --> <meta name="defaultView" content="slideshow" /> <meta name="controlVis" content="hidden" /> <link rel="stylesheet" href="s5/slides.css" type="text/css" media="projection" id="slideProj" /> <link rel="stylesheet" href="s5/outline.css" type="text/css" media="screen" id="outlineStyle" /> <link rel="stylesheet" href="/css/uv/twilight.css" type="text/css" media="screen, projection" /> <!-- S5 JS --> <script src="s5/slides.js" type="text/javascript"></script> </head> <body> <div class="layout"> <div id="controls"><!-- DO NOT EDIT --></div> <div id="currentSlide"><!-- DO NOT EDIT --></div> <div id="header"></div> <div id="footer"> <h2>Copyright © <%= h(@page.copyright) %></h2> </div> </div> <div class="presentation"> <%= @content %> </div> </body> </html>
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
webby-0.8.3 | examples/presentation/layouts/presentation.rhtml |
webby-0.8.4 | examples/presentation/layouts/presentation.rhtml |