<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1 plus MathML 2.0 plus SVG 1.1//EN" "http://www.w3.org/2002/04/xhtml-math-svg/xhtml-math-svg-flat.dtd" > <html xmlns="http://www.w3.org/1999/xhtml"> <head> <title><%=@page.plain_name%></title> <!-- metadata --> <meta name="generator" content="Instiki" /> <meta name="version" content="<%= "#{Instiki::VERSION::STRING}" %>" /> <meta name="author" content="<%=@page.author%>" /> <meta name="company" content="" /> <!-- configuration parameters --> <meta name="defaultView" content="slideshow" /> <meta name="controlVis" content="hidden" /> <!-- style sheet links --> <%= stylesheet_link_tag "/s5/ui/core/outline.css", :media => 'screen', :id => 'outlineStyle' %> <%= stylesheet_link_tag "/s5/ui/core/print.css", :media => 'print', :id => 'slidePrint' %> <%= stylesheet_link_tag "/s5/ui/core/opera.css", :media => 'projection', :id => 'operaFix' %> <%= stylesheet_link_tag "/s5/ui/core/math.css", :media => 'all', :id => 'mathStyle' %> <%= stylesheet_link_tag "/s5/themes/#{@s5_theme}/slides.css", :media => 'projection', :id => 'slideProj' %> <!-- S5 JS --> <%= javascript_include_tag "/s5/ui/core/slides.js" %> <%= javascript_include_tag 'prototype' %> </head> <body> <%= @s5_content %> </body> </html>