-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathslidemovtemplate2.html
54 lines (47 loc) · 1.75 KB
/
slidemovtemplate2.html
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
54
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<HTML>
<HEAD>
<META http-equiv="Content-Type" content="text/html; charset=UTF-8">
<META name="generator" content="igal2">
<TITLE><!--SLIDE-TITLE--></TITLE>
<LINK rel="stylesheet" type="text/css" href="igal2.css">
<LINK rel="contents" href="<!--INDEX-FILE-->">
<LINK rel="next" href=<!--NEXT-SLIDE-->>
<LINK rel="previous" href=<!--PREV-SLIDE-->>
<SCRIPT type="text/javascript" language="javascript" defer>
function toggle(obj) {
var el = document.getElementById(obj);
el.style.display = (el.style.display != 'block' ? 'block' : 'none' );
}
</SCRIPT>
</HEAD>
<BODY>
<!-- Please note that the comments in ALL CAPS are the places where igal
inserts the appropriate file names. You may move them around (or
remove them) to customize your slides at will. To see how this
works just compare the template file with a generated slide. -->
<P class="center">
<A href="<!--INDEX-FILE-->">Index</A>
<A href=<!--PREV-SLIDE-->><< Prev</A>
<A href=<!--NEXT-SLIDE-->>Next >></A>
</P>
<DIV class="center">
<TABLE bgcolor="#ffffff" cellspacing=0 cellpadding=4>
<TR>
<TD class="slide">
<video width="1024" height="768" controls src="<!--THIS-IMAGE-->" >
Your browser does not support the video tag.
</video>
</TD>
</TR>
</TABLE>
<P class="center"><!--IMAGE-CAPTION--></P>
<!--EXIF-INFO-->
</DIV>
<P class="center">
<A href="<!--INDEX-FILE-->">Index</A>
<A href=<!--PREV-SLIDE-->><< Prev</A>
<A href=<!--NEXT-SLIDE-->>Next >></A>
</P>
</BODY>
</HTML>