]> iEval git - html-element-library.git/blobdiff - t/html/crunch/crunch.exp
all tests pass
[html-element-library.git] / t / html / crunch / crunch.exp
diff --git a/t/html/crunch/crunch.exp b/t/html/crunch/crunch.exp
new file mode 100644 (file)
index 0000000..5c5b118
--- /dev/null
@@ -0,0 +1,30 @@
+<html>\r
+  <head>\r
+<script src="smooth/scripts/mootools-1.2.1-core-yc.js" type="text/javascript"></script>\r
+<script src="smooth/scripts/mootools-1.2-more.js" type="text/javascript"></script>\r
+<script src="smooth/scripts/jd.gallery.js" type="text/javascript"></script>\r
+    <link rel="stylesheet" /="/" href="smooth/css/jd.gallery.css"\r
+      media="screen" type="text/css">\r
+  </head>\r
+  <body>\r
+<script type="text/javascript">\r\r
+function startGallery() {\r\r
+var myGallery = new gallery($('myGallery'), {\r\r
+timed: true\r\r
+});\r\r
+}\r\r
+window.addEvent('domready', startGallery);\r\r
+</script>\r
+    <div id="myGallery">\r
+      <div class="imageElement">\r
+        <h3>Item 1 Title</h3>\r
+        <p>Item 1 Description</p>\r
+        <a href="gallery-images/item-1/" title="open image" class="open"></a>\r
+        <img /="/" alt="Item 1 Title"\r
+          src="http://smoothgallery.jondesign.net/assets/images/samples/77196_6784-gallery.jpg"\r
+          class="full"> <img /="/" alt="thumbnail of Item 1 Title"\r
+          src="http://smoothgallery.jondesign.net/assets/images/samples/77196_6784-mini.jpg"\r
+          class="thumbnail"></div>\r
+    </div>\r
+  </body>\r
+</html>\r
This page took 0.022597 seconds and 4 git commands to generate.