summaryrefslogtreecommitdiff
path: root/t/cmp/index.no-lightbox
blob: 93869ca71fb28f0fe92244413280a2d51d1d2d98 (plain)
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
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
	"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
<head>
	<title>dthumb</title>
	<meta http-equiv="Content-Type" content="text/html;charset=utf-8"/>
	<link rel="stylesheet" type="text/css" href=".dthumb/main.css"/>
<!-- $lightbox -->
</head>
<body><div>
<div class="image-container">
	<a rel="lightbox" href="one.png" title="one.png">
		<img src="t/imgdir/.thumbs/one.png" alt="one.png" /></a>
	<br />
	<a style="text-decoration: none;" href="one.png">one.png</a>
</div>
<div class="image-container">
	<a rel="lightbox" href="two.png" title="two.png">
		<img src="t/imgdir/.thumbs/two.png" alt="two.png" /></a>
	<br />
	<a style="text-decoration: none;" href="two.png">two.png</a>
</div>
</div>
</body>
</html>