Revision: 50403
Initial Code
Initial URL
Initial Description
Initial Title
Initial Tags
Initial Language
at August 19, 2011 18:18 by erraja_07
Initial Code
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8" /> <title>ImageFlow</title> <meta name="robots" content="index, follow, noarchive" /> <link rel="stylesheet" href="style.css" type="text/css" /> <!-- This includes the ImageFlow CSS and JavaScript --> <link rel="stylesheet" href="imageflow.packed.css" type="text/css" /> <script type="text/javascript" src="imageflow.packed.js"></script> </head> <body> <h1>ImageFlow</h1> <!-- This is all the XHTML ImageFlow needs --> <div id="myImageFlow" class="imageflow"> <img src="img/1.jpg" longdesc="img/1.jpg" width="400" height="300" alt="Image 1" /> <img src="img/2.jpg" longdesc="img/2.jpg" width="300" height="400" alt="Image 2" /> <img src="img/3.jpg" longdesc="img/3.jpg" width="400" height="400" alt="Image 3" /> <img src="img/4.jpg" longdesc="img/4.jpg" width="400" height="300" alt="Image 4" /> <img src="img/5.jpg" longdesc="img/5.jpg" width="300" height="400" alt="Image 5" /> <img src="img/6.jpg" longdesc="img/6.jpg" width="400" height="300" alt="Image 6" /> <img src="img/7.jpg" longdesc="img/7.jpg" width="300" height="400" alt="Image 7" /> <img src="img/8.jpg" longdesc="img/8.jpg" width="400" height="400" alt="Image 8" /> <img src="img/9.jpg" longdesc="img/9.jpg" width="400" height="300" alt="Image 9" /> <img src="img/10.jpg" longdesc="img/10.jpg" width="400" height="300" alt="Image 10" /> <img src="img/11.jpg" longdesc="img/11.jpg" width="300" height="400" alt="Image 11" /> <img src="img/12.jpg" longdesc="img/12.jpg" width="400" height="400" alt="Image 12" /> <img src="img/13.jpg" longdesc="img/13.jpg" width="300" height="400" alt="Image 13" /> <img src="img/14.jpg" longdesc="img/14.jpg" width="400" height="400" alt="Image 14" /> <img src="img/15.jpg" longdesc="img/15.jpg" width="400" height="400" alt="Image 15" /> <img src="img/16.jpg" longdesc="img/16.jpg" width="400" height="400" alt="Image 16" /> <img src="img/17.jpg" longdesc="img/17.jpg" width="400" height="400" alt="Image 17" /> <img src="img/18.jpg" longdesc="img/18.jpg" width="400" height="400" alt="Image 18" /> <img src="img/19.jpg" longdesc="img/19.jpg" width="400" height="400" alt="Image 19" /> <img src="img/20.jpg" longdesc="img/20.jpg" width="400" height="400" alt="Image 20" /> </div> </body> </html>
Initial URL
http://finnrudolph.de/ImageFlow/Download
Initial Description
Initial Title
JQuery Image Flow download URL - Non Commercial
Initial Tags
Initial Language
jQuery