[ Index ]

PHP Cross Reference of Drupal 6 (yi-drupal)

title

Body

[close]

/sites/all/libraries/highslide/examples/ -> inline.html (source)

   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=iso-8859-1" />
   5  
   6  <title>Highslide JS</title>
   7  
   8  <!--
   9      1) Reference to the files containing the JavaScript and the styles.
  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      2) Optionally override the settings defined at the top
  18      of the highslide.js file. The parameter hs.graphicsDir is important!
  19  -->
  20  
  21  <script type="text/javascript">
  22  hs.graphicsDir = '../highslide/graphics/';
  23  hs.outlineType = 'rounded-white';
  24  hs.wrapperClassName = 'draggable-header';
  25  </script>
  26  
  27  </head>
  28  
  29  <body>
  30  
  31  <div>
  32  <!--
  33      3) Mark up the main content like this to use a self rendering content wrapper with inline
  34      main content. The content is grabbed from the first subsequent
  35      div with a class name of .highslide-maincontent.
  36  -->
  37  <a href="index.htm" onclick="return hs.htmlExpand(this)">
  38      Open HTML-content
  39  </a>
  40  <div class="highslide-maincontent">
  41      <h3>Lorem ipsum</h3>
  42      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.
  43  </div>
  44  
  45  
  46  
  47  
  48  </div>
  49  </body>
  50  </html>


Generated: Mon Jul 9 18:01:44 2012 Cross-referenced by PHPXref 0.7