forked from zinkwazi/PHPSlideshow
-
Notifications
You must be signed in to change notification settings - Fork 1
/
thumbs.html
95 lines (92 loc) · 1.72 KB
/
thumbs.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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
<!-- Default PHPSlideshow template by Greg Lawler http://www.zinkwazi.com //-->
<META_REFRESH>
<SCRIPT language="JavaScript">
<!--
//preload the next image...
if (document.images)
{
pic1= new Image(800,600);
pic1.src="<NEXT_IMAGE>";
}
//-->
</SCRIPT>
<title><WINDOW_TITLE></title>
<style type="text/css">
body {
background:#777;
text-align:center;
font-size:10px;
font-family:Verdana, Helvetica, sans-serif;
color:#999;
}
.image_info {
display:block;
font-size:10px;
color:#999;
border:0px;
}
.wrapper {
margin:0px auto;
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
width:700px;
border: 0px solid #000;
text-align:left;
}
.show_title a {
font-size:12px;
text-decoration:none;
color:#999;
}
.image_info a {
text-decoration:none;
color:#fff;
}
img {
border-width: 0;
}
.image {
margin-bottom:5px;
}
.image img {
padding:6px;
border: 1px solid #000;
display:block;
background-color: #fff;
margin-top: 10px;
}
.navigation, .navigation a {
text-decoration: none;
color:#fff;
margin-top:9px;
font-weight:bold;
}
.thumbnail_row {
margin-top: 1px;
}
.thumbnail_row img {
border:0px solid #aaa;
margin-top:10px;
}
.thumbnail_center {
padding:1px;
border:1px solid #fff !important;
}
.small, .small a {
margin-top: 20px;
text-decoration:none;
color:#777;
}
</style>
</head>
<body>
<div class='thumbnail_row'> <THUMBNAIL_ROW> </div>
</div>
</body>
</html>