-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
65 lines (55 loc) · 2.2 KB
/
index.html
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
<!DOCTYPE html>
<html lang="en">
<!--GENERATED BY: Lectora Inspire v.17.1.6(11423) (http://www.trivantis.com) -->
<!--TITLE: E:\Captivate projs\demo course -->
<head>
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<title>Trivantis Player</title>
<link rel="stylesheet" href="trivantis-player.css" type="text/css" />
<script type='text/javascript' src='trivantis-pageplayer.js'></script>
<script type='text/javascript' src='trivantis-opautils.js'></script>
<script type='text/javascript' src='trivantis.js'></script>
<script type='text/javascript' src='es6-promise-2.0.0.min.js'></script>
<script type='text/javascript' src='trivantis-cookie.js'></script>
<script type='text/javascript' src="jquery-1.10.2.min.js"></script>
<script type='text/javascript' src="mediaelement-and-player.js"></script>
<script type='text/javascript' src='trivantis-media.js'></script>
<script type='text/javascript' src='trivantis-strings.js' charset='UTF-8'></script>
<!--[if lte IE 9]>
<script>
document.namespaces.add('v', 'urn:schemas-microsoft-com:vml', "#default#VML")
</script>
<![endif]-->
<script>
VarTrivSelCap = new Variable( 'VarTrivSelCap', 'none', 0, 0, null, null, 'instruction_for_wrapping_text', true );
var pagePlayer = null;
var bHasAutoStart = false;
var jumpToPage = getQueryParams().jmptopg;
if( typeof(jumpToPage)=="undefined" && history && history.state && history.state.status ) jumpToPage = history.state.status;
var audioPoolCount = 0;
var videoPoolCount = 0;
if(window.jQuery) triv$ = window.jQuery.noConflict(true);
var firstPageName = jumpToPage ? jumpToPage : 'introduction.html';
function onLoad(){
window.scrollTo(0,0);
pagePlayer = new jsPagePlayer();
function cont(){
pagePlayer.gotoPage(firstPageName, true);
}
if((audioPoolCount || videoPoolCount) && is.isMobile.any())
{
jsOpaUtils.createInitClickDiv(function()
{
cont();
});
}
else
cont();
}
</script>
</head>
<body onload='onLoad();' onfocus='pagePlayer.trivOnFocus();' onResize='pagePlayer.ReFlow();'>
<div id='mediaPool' style='z - index: 0; visibility: hidden;'></div>
</body>
</html>