| [ Index ] |
PHP Cross Reference of Drupal 6 (yi-drupal) |
[Summary view] [Print] [Text view]
1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "xhtml11.dtd"> 2 <html> 3 <head> 4 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> 5 6 <title>Highslide JS</title> 7 8 <!-- 9 1 ) Reference to the files containing the JavaScript and CSS. 10 These files must be located on your server. 11 --> 12 13 <script type="text/javascript" src="../highslide/highslide-with-html.js"></script> 14 <link rel="stylesheet" type="text/css" href="../highslide/highslide.css" /> 15 16 17 <!-- 18 2) Optionally override the settings defined at the top 19 of the highslide.js file. The parameter hs.graphicsDir is important! 20 --> 21 22 <script type="text/javascript"> 23 hs.graphicsDir = '../highslide/graphics/'; 24 hs.outlineType = 'rounded-white'; 25 </script> 26 27 </head> 28 29 <body> 30 <div> 31 32 <!-- 33 3) The contentId option points to the id of the div below. Remember to change it in both 34 places if you have multiple popups! 35 --> 36 37 <a href="#" onclick="return hs.htmlExpand(this, { contentId: 'highslide-html' } )" 38 class="highslide"> 39 HTML content 40 </a> 41 42 <div class="highslide-html-content" id="highslide-html"> 43 <div class="highslide-header"> 44 <ul> 45 <li class="highslide-move"> 46 <a href="#" onclick="return false">Move</a> 47 </li> 48 <li class="highslide-close"> 49 <a href="#" onclick="return hs.close(this)">Close</a> 50 </li> 51 </ul> 52 </div> 53 <div class="highslide-body"> 54 Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aliquam dapibus leo quis nisl. In lectus. Vivamus consectetuer pede in nisl. Mauris cursus pretium mauris. Suspendisse condimentum mi ac tellus. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Donec sed enim. Ut vel ipsum. Cras consequat velit et justo. Donec mollis, mi at tincidunt vehicula, nisl mi luctus risus, quis scelerisque arcu nibh ac nisi. Sed risus. Curabitur urna. Aliquam vitae nisl. Quisque imperdiet semper justo. Pellentesque nonummy pretium tellus. 55 </div> 56 <div class="highslide-footer"> 57 <div> 58 <span class="highslide-resize" title="Resize"> 59 <span></span> 60 </span> 61 </div> 62 </div> 63 </div> 64 65 </div> 66 </body> 67 </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 |