import moose website
[gitmo/moose-htdocs.git] / object_meta_programming_slides / template / tt2 / top.html
CommitLineData
720accfe 1
2<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml11.dtd">
3<html xmlns="http://www.w3.org/1999/xhtml">
4<head>
5<title>[% slide_heading %]</title>
6<meta name="Content-Type" content="text/html; charset=[% character_encoding %]" />
7<meta name="generator" content="[% spork_version %]" />
8<link rel='icon' href='favicon.png' />
9[% FOR css_file = hub.css.files -%]
10 <link rel="stylesheet" type="text/css" href="[% css_file %]" />
11[% END -%]
12<style type="text/css"><!--
13[% INCLUDE slide.css %]
14--></style>
15<script type="text/javascript">
16[% INCLUDE controls.js %]
17</script>
18</head>
19<body>
20<div id="topbar">
21<table width='100%'>
22<tr>
23<td width="13%">[% presentation_topic %]</td>
24<td align="center" width="73%">
25 <a accesskey="s" href="start.html">[% presentation_title %]</a>
26</td>
27<td align="right" width="13%">
28 [% slide_num ? "#$slide_num" : '&nbsp;' %]
29</td>
30</tr>
31</table>
32</div>
33<!-- END top -->