- Notifications
You must be signed in to change notification settings - Fork 103
Expand file tree
/
Copy pathindex3.html
More file actions
Latest commit
102 lines (89 loc) · 4.02 KB
/
Copy pathindex3.html
File metadata and controls
102 lines (89 loc) · 4.02 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
<!DOCTYPE html>
<html>
<head>
<title>iView™ v2.0</title>
<metahttp-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<metaname="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<linkrel="stylesheet" href="css/styles.css" />
<linkrel="stylesheet" href="css/iview.css" />
<linkrel="stylesheet" href="css/skin 3/style.css" />
<scriptsrc="js/jquery-1.7.1.min.js"></script>
<scripttype="text/javascript" src="js/raphael-min.js"></script>
<scripttype="text/javascript" src="js/jquery.easing.js"></script>
<scriptsrc="js/iview.js"></script>
<script>
$(document).ready(function(){
$('#iview').iView({
pauseTime: 7000,
pauseOnHover: true,
directionNav: false,
directionNavHide: false,
controlNav: true,
controlNavNextPrev: false,
controlNavThumbs: true,
timer: "Bar",
timerDiameter: 120,
timerPadding: 3,
timerStroke: 4,
timerBarStroke: 0,
timerColor: "#0F0",
timerPosition: "bottom-right",
timerX: 15,
timerY: 60
});
});
</script></head>
<body>
<divid="cont">
<divid="header">
<divclass="container">
<h1><ahref="<?=$siteurl?>">iView™</a></h1>
<divid="nav">
<ul>
<li><ahref="index.html">Regular</a></li>
<li><ahref="index2.html">Multiple</a></li>
<liclass="active"><ahref="index3.html">Regular with API</a></li>
<li><ahref="index4.html">Responsive</a></li>
<li><ahref="index5.html">Banner</a></li>
</ul>
</div>
</div>
</div>
<divclass="container">
<divid="iview">
<divdata-iview:thumbnail="photos/photo11_thumb.jpg" data-iview:image="photos/photo11.jpg">
<divclass="iview-caption caption1" data-x="100" data-y="300" data-transition="expandDown">FINE TUNED, SLEEK & SMOOTH, THIS SLIDER WILL IMPRESS YOUR VISITORS</div>
</div>
<divdata-iview:thumbnail="photos/photo12_thumb.jpg" data-iview:image="photos/photo12.jpg" data-iview:transition="block-drop-random" data-iview:pausetime="2000">
<divclass="iview-caption caption2" data-x="50" data-y="320" data-transition="expandRight">SUPPORTS ANIMATED CAPTIONS, VIDEO & IFRAME, SINGLE PAGE MULTI-USE</div>
</div>
<divdata-iview:thumbnail="photos/photo13_thumb.jpg" data-iview:image="photos/photo13.jpg">
<divclass="iview-caption caption3" data-x="350" data-y="300" data-transition="expandLeft">GORGEOUS ANIMATED TIMERS WITH HIGH CUSTOMIZABLE OPTIONS</div>
</div>
<divdata-iview:thumbnail="photos/photo14_thumb.jpg" data-iview:image="photos/photo14.jpg"></div>
</div>
</div>
<br><br><center><b>API :</b><ahref="#" onClick="$('#iview').trigger('iView:pause'); return false;">Pause</a> - <ahref="#" onClick="$('#iview').trigger('iView:play'); return false;">Play</a> - <ahref="#" onClick="$('#iview').trigger('iView:goSlide', [2]); return false;">Go to Slide 3</a> - <ahref="#" onClick="$('#iview').trigger('iView:previous'); return false;">Previous</a> - <ahref="#" onClick="$('#iview').trigger('iView:next'); return false;">Next</a></center><br><br>
<divclass="copy">Made by <ahref="http://iprodev.com/">Hemn Chawroka</a>.<br>Copyright © 2012. All rights reserved.</div>
</div>
<divid="background-image">
<imgsrc="img/bckg.jpg" width="1820" height="1024" />
</div>
<scripttype="text/javascript" src="js/jquery.fullscreen.js"></script>
<scripttype="text/javascript">
$(document).ready(function(){
$("#background-image").fullscreenBackground();
});
</script>
<scripttype="text/javascript">
var_gaq=_gaq||[];
_gaq.push(['_setAccount','UA-30854466-1']);
_gaq.push(['_trackPageview']);
(function(){
varga=document.createElement('script');ga.type='text/javascript';ga.async=true;
ga.src=('https:'==document.location.protocol ? 'https://ssl' : 'http://www')+'.google-analytics.com/ga.js';
vars=document.getElementsByTagName('script')[0];s.parentNode.insertBefore(ga,s);
})();
</script>
</body>
</html>