summaryrefslogtreecommitdiff
path: root/t/cmp/index.no-lightbox
diff options
context:
space:
mode:
authorDaniel Friesel <derf@finalrewind.org>2011-03-15 18:00:30 +0100
committerDaniel Friesel <derf@finalrewind.org>2011-03-15 18:00:30 +0100
commitad69fc565fe01e18bca7d3ad975156d6a2c8a604 (patch)
treef7606ab5fd33ada73ba21775d787672636cbd232 /t/cmp/index.no-lightbox
parent3574da8815b830efc1317221c1348fd741559dd6 (diff)
Only place lightbox html links when lightbox is enabled
Diffstat (limited to 't/cmp/index.no-lightbox')
-rw-r--r--t/cmp/index.no-lightbox25
1 files changed, 25 insertions, 0 deletions
diff --git a/t/cmp/index.no-lightbox b/t/cmp/index.no-lightbox
new file mode 100644
index 0000000..93869ca
--- /dev/null
+++ b/t/cmp/index.no-lightbox
@@ -0,0 +1,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>