import moose website
[gitmo/moose-website.git] / object_meta_programming_slides / slides / template / s5 / s5.html
1 <!-- BEGIN s5 -->
2 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" 
3         "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
4 <html xmlns="http://www.w3.org/1999/xhtml">
5 <head>
6 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
7 <title>[% presentation_topic %]</title>
8 <meta name="generator" content="S5" />
9 <meta name="version" content="S5 1.0" />
10 <meta name="presdate" content="20041007" />
11 <meta name="author" content="Eric A. Meyer" />
12 <link rel="stylesheet" href="ui/slides.css" type="text/css" media="projection" id="slideProj" />
13 <link rel="stylesheet" href="ui/opera.css" type="text/css" media="projection" id="operaFix" />
14 <link rel="stylesheet" href="ui/print.css" type="text/css" media="print" id="slidePrint" />
15 <script src="ui/slides.js" type="text/javascript"></script>
16 </head>
17 <body>
18
19 <div class="layout">
20   <div id="currentSlide"></div>
21   <div id="header"></div>
22   <div id="footer">
23     <h2>[% author_name %]</h2>
24     <h2>[% author_email %]</h2>
25     <div id="controls"></div>
26   </div>
27 </div>
28
29 <div class="slide">
30     <h1>[% presentation_title %]</h1>
31     <h2>[% presentation_place %]</h2>
32     <h3>[% presentation_date %]</h3>
33 </div>
34
35 [% FOREACH s = slides %]
36 [% s %]
37 [% END %]
38 </body>
39 </html>
40 <!-- END s5 -->