Sha256: 89b15f7f492cf7de8a676c276de8cd56496b4752a77de7424d945f40b0821875
Contents?: true
Size: 1.76 KB
Versions: 8
Compression:
Stored size: 1.76 KB
Contents
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN"> <html> <head> <title><%= @title %></title> <!-- configuration parameters --> <meta name="defaultView" content="slideshow"> <!-- style sheet links --> <link rel="stylesheet" href="custom.css" type="text/css" media="projection" id="slideProj"> <link rel="stylesheet" href="shared/outline.css" type="text/css" media="screen" id="outlineStyle"> <link rel="stylesheet" href="shared/print.css" type="text/css" media="print" id="slidePrint"> <script src="shared/jquery.js" type="text/javascript"></script> <script src="shared/slides.js" type="text/javascript"></script> </head> <body> <div class="layout"> <% if background.length > 0 %> <div class="background"> <object data="<%= @background %>" width="100%" height="100%"> </object> </div> <% end %> <div id="controls"><!-- DO NOT EDIT --></div> <div id="currentSlide"><!-- DO NOT EDIT --></div> <div id="header"></div> <div id='microsoft'> <p> Microsoft's Internet Explorer browser has no built-in vector graphics machinery required for "loss-free" gradient background themes. </p> <p> Please upgrade to a better browser such as <a href='http://getfirefox.com'>Firefox</a>, <a href='http://www.opera.com/download'>Opera</a>, <a href='http://google.com/chrome'>Chrome</a>, <a href='http://apple.com/safari/download'>Safari</a> or others with built-in vector graphics machinery and much more. (Learn more or post questions or comments at the <a href='http://slideshow.rubyforge.org'>Slide Show (S9)</a> project site. Thanks!) </p> </div> </div> </div> <!-- layout --> <div class="presentation">
Version data entries
8 entries across 8 versions & 1 rubygems