Sha256: caf8bd91c671a1788d4d583c6c7b0749a68c52de7542b38b28df0637bbffdbf9

Contents?: true

Size: 1.71 KB

Versions: 34

Compression:

Stored size: 1.71 KB

Contents

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Highslide JS</title>

<!--
	1 ) Reference to the files containing the JavaScript and CSS.
	These files must be located on your server.
-->

<script type="text/javascript" src="../highslide/highslide.js"></script>
<link rel="stylesheet" type="text/css" href="../highslide/highslide.css" />
<!--[if lt IE 7]>
<link rel="stylesheet" type="text/css" href="../highslide/highslide-ie6.css" />
<![endif]-->



<!--
    2) Optionally override the settings defined at the top
    of the highslide.js file. The parameter hs.graphicsDir is important!
-->

<script type="text/javascript">
//<![CDATA[
hs.registerOverlay({
	html: '<div class="closebutton" onclick="return hs.close(this)" title="Close"></div>',
	position: 'top right',
	fade: 2 // fading the semi-transparent overlay looks bad in IE
});


hs.graphicsDir = '../highslide/graphics/';
hs.wrapperClassName = 'borderless';
//]]>
</script>

</head>

<body>
<div>
<!--
    3) This is how you mark up the thumbnail image with an anchor tag around it.
    The anchor's href attribute defines the URL of the full-size image.
-->
<a href="../images/full-image.jpg" class="highslide" onclick="return hs.expand(this)">
	<img src="../images/thumbnail.jpg" alt="Highslide JS"
		title="Click to enlarge" height="120" width="107" /></a>

<!--
    4 (optional). This is how you mark up the caption. The caption must be directly
    after the anchor above.
-->

<div class="highslide-caption">
    This caption can be styled using CSS.
</div>

</div>
</body>
</html>

Version data entries

34 entries across 34 versions & 1 rubygems

Version Path
erp_app-4.0.0 public/javascripts/erp_app/highslide/examples/no-border.html
erp_app-3.1.16 public/javascripts/erp_app/highslide/examples/no-border.html
erp_app-3.1.15 public/javascripts/erp_app/highslide/examples/no-border.html
erp_app-3.1.14 public/javascripts/erp_app/highslide/examples/no-border.html
erp_app-3.1.13 public/javascripts/erp_app/highslide/examples/no-border.html
erp_app-3.1.12 public/javascripts/erp_app/highslide/examples/no-border.html
erp_app-3.1.11 public/javascripts/erp_app/highslide/examples/no-border.html
erp_app-3.1.10 public/javascripts/erp_app/highslide/examples/no-border.html
erp_app-3.1.9 public/javascripts/erp_app/highslide/examples/no-border.html
erp_app-3.1.8 public/javascripts/erp_app/highslide/examples/no-border.html
erp_app-3.1.7 public/javascripts/erp_app/highslide/examples/no-border.html
erp_app-3.1.6 public/javascripts/erp_app/highslide/examples/no-border.html
erp_app-3.1.5 public/javascripts/erp_app/highslide/examples/no-border.html
erp_app-3.1.4 public/javascripts/erp_app/highslide/examples/no-border.html
erp_app-3.1.3 public/javascripts/erp_app/highslide/examples/no-border.html
erp_app-3.1.2 public/javascripts/erp_app/highslide/examples/no-border.html
erp_app-3.0.16 public/javascripts/erp_app/highslide/examples/no-border.html
erp_app-3.0.15 public/javascripts/erp_app/highslide/examples/no-border.html
erp_app-3.1.1 public/javascripts/erp_app/highslide/examples/no-border.html
erp_app-3.1.0 public/javascripts/erp_app/highslide/examples/no-border.html