]> iEval git - html-element-library.git/blame - t/html/crunch/crunch.gen
implement and test crunch method
[html-element-library.git] / t / html / crunch / crunch.gen
CommitLineData
d161c455
TB
1<html>
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"
7 media="screen" type="text/css">
8 </head>
9 <body>
10<script type="text/javascript">
11function startGallery() {
12var myGallery = new gallery($('myGallery'), {
13timed: true
14});
15}
16window.addEvent('domready', startGallery);
17</script>
18 <div id="myGallery">
19 <div class="imageElement">
20 <h3>Item 1 Title</h3>
21 <p>Item 1 Description</p>
22 <a href="gallery-images/item-1/" title="open image" class="open"></a>
23 <img /="/" alt="Item 1 Title"
24 src="http://smoothgallery.jondesign.net/assets/images/samples/77196_6784-gallery.jpg"
25 class="full"> <img /="/" alt="thumbnail of Item 1 Title"
26 src="http://smoothgallery.jondesign.net/assets/images/samples/77196_6784-mini.jpg"
27 class="thumbnail"></div>
28 </div>
29 </body>
30</html>
This page took 0.024531 seconds and 4 git commands to generate.