| [ Index ] |
PHP Cross Reference of Drupal 6 (yi-drupal) |
[Summary view] [Print] [Text view]
1 <!DOCTYPE html> 2 <html lang="en"> 3 <head> 4 <meta charset="utf-8" /> 5 <title>ImageFlow</title> 6 <meta name="robots" content="index, follow, noarchive" /> 7 <link rel="stylesheet" href="style.css" type="text/css" /> 8 9 <!-- This includes the ImageFlow CSS and JavaScript --> 10 <link rel="stylesheet" href="imageflow.packed.css" type="text/css" /> 11 <script type="text/javascript" src="imageflow.packed.js"></script> 12 13 </head> 14 <body> 15 <h1>ImageFlow</h1> 16 17 <!-- This is all the XHTML ImageFlow needs --> 18 <div id="myImageFlow" class="imageflow"> 19 <img src="img/img1.png" longdesc="img/img1.png" width="400" height="300" alt="Image 1" /> 20 <img src="img/img2.png" longdesc="img/img2.png" width="300" height="400" alt="Image 2" /> 21 <img src="img/img3.png" longdesc="img/img3.png" width="400" height="400" alt="Image 3" /> 22 <img src="img/img1.png" longdesc="img/img1.png" width="400" height="300" alt="Image 4" /> 23 <img src="img/img2.png" longdesc="img/img2.png" width="300" height="400" alt="Image 5" /> 24 <img src="img/img1.png" longdesc="img/img1.png" width="400" height="300" alt="Image 6" /> 25 <img src="img/img2.png" longdesc="img/img2.png" width="300" height="400" alt="Image 7" /> 26 <img src="img/img3.png" longdesc="img/img3.png" width="400" height="400" alt="Image 8" /> 27 <img src="img/img1.png" longdesc="img/img1.png" width="400" height="300" alt="Image 9" /> 28 <img src="img/img1.png" longdesc="img/img1.png" width="400" height="300" alt="Image 10" /> 29 <img src="img/img2.png" longdesc="img/img2.png" width="300" height="400" alt="Image 11" /> 30 <img src="img/img3.png" longdesc="img/img3.png" width="400" height="400" alt="Image 12" /> 31 <img src="img/img2.png" longdesc="img/img2.png" width="300" height="400" alt="Image 13" /> 32 <img src="img/img3.png" longdesc="img/img3.png" width="400" height="400" alt="Image 14" /> 33 <img src="img/img3.png" longdesc="img/img3.png" width="400" height="400" alt="Image 15" /> 34 </div> 35 36 </body> 37 </html>
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
| Generated: Mon Jul 9 18:01:44 2012 | Cross-referenced by PHPXref 0.7 |