mirror of
https://github.com/serghey-rodin/vesta.git
synced 2025-08-14 10:37:39 -07:00
The New Desing
This commit is contained in:
parent
def9cc4ea6
commit
067a2c862a
305 changed files with 22231 additions and 7576 deletions
48
web/js/iviewer/test/lightbox-gallery/index.html
Normal file
48
web/js/iviewer/test/lightbox-gallery/index.html
Normal file
|
@ -0,0 +1,48 @@
|
|||
<!doctype html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8" />
|
||||
<title>iViewer lightbox example</title>
|
||||
<!-- Lightbox example by Hay Kranen < http://github.com/hay > -->
|
||||
|
||||
<link rel="stylesheet" href="style.css" />
|
||||
<link rel="stylesheet" href="../../jquery.iviewer.css" />
|
||||
<!--[if lt IE 9 ]>
|
||||
<style>
|
||||
/* IE < 9 doesn't display the image for strange reasons... */
|
||||
#iviewer .viewer {
|
||||
display: block;
|
||||
}
|
||||
</style>
|
||||
<![endif]-->
|
||||
</head>
|
||||
<body>
|
||||
<a class="go" href="../test_image.jpg" rel="gallery">Show lightbox!</a>
|
||||
<br />
|
||||
<a class="go" href="../test_image2.jpg" rel="gallery">Show another lightbox!</a>
|
||||
|
||||
<div id="iviewer">
|
||||
<div class="loader"></div>
|
||||
|
||||
<div class="viewer"></div>
|
||||
|
||||
<ul class="controls">
|
||||
<li class="close"></li>
|
||||
<li class="zoomin"></li>
|
||||
<li class="zoomout"></li>
|
||||
</ul>
|
||||
|
||||
<div class="info" >
|
||||
<a href="#" id="prevLink" class="go" style="width: 40px;"><img src="img/btn_prev.png"></a>
|
||||
<p id="imageCount"></p>
|
||||
<a href="#" id="nextLink" class="go" style="width: 40px;"><img src="img/btn_next.png"></a>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<script type="text/javascript" src="../jquery.js" ></script>
|
||||
<script type="text/javascript" src="../jqueryui.js" ></script>
|
||||
<script type="text/javascript" src="../jquery.mousewheel.min.js" ></script>
|
||||
<script type="text/javascript" src="../../jquery.iviewer.js" ></script>
|
||||
<script src="main.js"></script>
|
||||
</body>
|
||||
</html>
|
Loading…
Add table
Add a link
Reference in a new issue