Rename .exp to -exp.html in t/html
[html-element-library.git] / t / html / crunch-exp.html
CommitLineData
d4b9a41a 1<html>
f12dee13
MG
2 <head>
3 <script src="smooth/scripts/mootools-1.2.1-core-yc.js" type="text/javascript"></script>
4 <script src="smooth/scripts/mootools-1.2-more.js" type="text/javascript"></script>
5 <script src="smooth/scripts/jd.gallery.js" type="text/javascript"></script>
6 <link rel="stylesheet" href="smooth/css/jd.gallery.css" media="screen" type="text/css"/>
7 </head>
8 <body>
9 <script type="text/javascript">
10 function startGallery() {
11 var myGallery = new gallery($('myGallery'), {
12 timed: true
13 });
14 }
15 window.addEvent('domready', startGallery);
16 </script>
17 <div id="myGallery">
18 <div class="imageElement">
19 <h3>Item 1 Title</h3>
20 <p>Item 1 Description</p>
21 <a href="gallery-images/item-1/" title="open image" class="open"></a>
22 <img alt="Item 1 Title" src="http://smoothgallery.jondesign.net/assets/images/samples/77196_6784-gallery.jpg" class="full"/>
23 <img alt="thumbnail of Item 1 Title" src="http://smoothgallery.jondesign.net/assets/images/samples/77196_6784-mini.jpg" class="thumbnail"/>
24 </div>
25 </div>
26 </body>
d4b9a41a 27</html>
This page took 0.011949 seconds and 4 git commands to generate.