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 -->
|
2007-09-05 15:38:54 +02:00
|
|
|
<link rel="stylesheet" href="/s5/themes/<%=@s5_theme%>/slides.css" type="text/css" media="projection" id="slideProj" />
|
|
|
|
<link rel="stylesheet" href="/s5/ui/core/outline.css" type="text/css" media="screen" id="outlineStyle" />
|
|
|
|
<link rel="stylesheet" href="/s5/ui/core/print.css" type="text/css" media="print" id="slidePrint" />
|
|
|
|
<link rel="stylesheet" href="/s5/ui/core/opera.css" type="text/css" media="projection" id="operaFix" />
|
|
|
|
<link rel="stylesheet" href="/s5/ui/core/math.css" type="text/css" media="all" id="mathStyle" />
|
2007-03-01 01:38:52 +01:00
|
|
|
|
|
|
|
<!-- S5 JS -->
|
2007-09-05 15:38:54 +02:00
|
|
|
<script src="/s5/ui/core/slides.js" type="text/javascript"></script>
|
2008-10-17 23:26:17 +02:00
|
|
|
<script src="/javascripts/prototype.js" type="text/javascript"></script>
|
2007-03-01 01:38:52 +01:00
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
|
|
|
|
<%= @s5_content %>
|
|
|
|
|
|
|
|
</body>
|
|
|
|
</html>
|