]> iEval git - html-element-library.git/blob - t/html/crunch/crunch.exp
Add perlcritic test and make code compliant
[html-element-library.git] / t / html / crunch / crunch.exp
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">
11 function startGallery() {
12 var myGallery = new gallery($('myGallery'), {
13 timed: true
14 });
15 }
16 window.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.022314 seconds and 4 git commands to generate.