2007-03-16 07:10:52 +01:00
|
|
|
<!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" >
|
2007-03-01 01:38:52 +01:00
|
|
|
|
|
|
|
<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 -->
|
2009-10-11 16:49:01 +02:00
|
|
|
<%= 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' %>
|
2007-03-01 01:38:52 +01:00
|
|
|
|
|
|
|
<!-- S5 JS -->
|
2009-10-11 16:49:01 +02:00
|
|
|
<%= javascript_include_tag "/s5/ui/core/slides.js" %>
|
|
|
|
<%= javascript_include_tag 'prototype' %>
|
2007-03-01 01:38:52 +01:00
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
|
|
|
|
<%= @s5_content %>
|
|
|
|
|
|
|
|
</body>
|
|
|
|
</html>
|