forked from solbu/igal2
-
Notifications
You must be signed in to change notification settings - Fork 0
/
slidetemplate2.html
57 lines (50 loc) · 1.83 KB
/
slidetemplate2.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
55
56
57
<!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">
<META name="viewport" content="width=device-width, initial-scale=1">
<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>
if (document.images) {
Image1 = new Image();
Image1.src = "<!--NEXT-IMAGE-->";
}
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">
<IMG src="<!--THIS-IMAGE-->" border=0>
</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>