-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathslide.htm
53 lines (46 loc) · 1.6 KB
/
slide.htm
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>[title]</title>
<meta http-equiv="Content-Type" content="application/xhtml+xml;charset=utf-8" />
<!-- metadata -->
<meta name="generator" content="S5" />
<meta name="version" content="S5 1.2a2" />
<!-- configuration parameters -->
<meta name="defaultView" content="[defaultView]" />
<meta name="controlVis" content="hidden" />
<!-- mediawiki styles -->
[headitems]
<!-- style sheet links -->
<link rel="stylesheet" type="text/css" href="extensions/S5SlideShow/wiki-s5.css" />
<link rel="stylesheet" type="text/css" href="[styleurl]" id="slideProj" />
<link rel="stylesheet" type="text/css" href="extensions/S5SlideShow/outline.css" media="screen" id="outlineStyle" />
<link rel="stylesheet" type="text/css" href="extensions/S5SlideShow/opera.css" media="projection" id="operaFix" />
<!-- S5 JS -->
<script language="JavaScript" type="text/javascript"><!--
var slideshowId = [pageid];
var s5ScaleEachSlide = [scaled];
[addscript]
//--></script>
<script src="extensions/S5SlideShow/contentScale.js" type="text/javascript"></script>
<script src="extensions/S5SlideShow/slides.js" type="text/javascript"></script>
<style type="text/css">
[addcss]
</style>
</head>
<body class="body">
<div class="layout">
<div id="controls"><!-- DO NOT EDIT --></div>
<div id="currentSlide"><!-- DO NOT EDIT --></div>
<div class="header"></div>
<div class="footer">
<h1>[footer] </h1>
<h2>[subfooter]</h2>
</div>
</div>
<div class="presentation">
[content]
</div>
</body>
</html>