-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
75 lines (67 loc) · 2.41 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
66
67
68
69
70
71
72
73
74
75
<!DOCTYPE HTML>
<html>
<head>
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta charset="UTF-8">
<meta http-equiv="Cache-Control" CONTENT="no-store, must-revalidate">
<meta http-equiv="Pragma" CONTENT="no-cache">
<meta http-equiv="Expires" CONTENT="-1">
<title>MyRetirement</title>
<style type="text/css">
html {
overflow: auto;
}
</style>
<link rel="stylesheet" href="./resources/css/default/myretirement-relius-min.css"/>
<!--[if IE]> <link rel="stylesheet" href="./resources/css/default/ie-min.css"/> <![endif]-->
<!--[if lte IE 9 ]>
<link rel="stylesheet" href="./resources/css/default/ie9-min.css">
<![endif]-->
<!--[if lte IE 8 ]>
<link rel="stylesheet" href="./resources/css/default/ie8-min.css">
<![endif]-->
<!--[if lte IE 7 ]>
<link rel="stylesheet" href="./resources/css/default/ie7-min.css">
<![endif]-->
<script src="./resources/modernizr/modernizr.custom-2.6.1.js"></script>
<!-- <x-compile> -->
<!-- <x-bootstrap> -->
<link rel="stylesheet" href="bootstrap.css">
<script src="ext/ext-dev.js"></script>
<script>
Ext.Loader.setConfig({
enabled: true
,paths: {
'Ext.ux': 'ux'
,'Jarvus': 'Jarvus'
,'MyRetirement': 'app'
}
// ,disableCaching: !location.search.match(/no_dc/)
,disableCaching: false
// ,disableCaching: true
});
</script>
<script src="bootstrap.js"></script>
<!-- </x-bootstrap> -->
<script type="text/javascript" src="./app/RemoteApi.js"></script>
<script type="text/javascript">
window.help = {};
window.sgInitialClient = "1";
window.sgAdminId = "1";
window.sgCompanyId = "1";
window.sgClientProfileId = '1';
window.isStandardMR = true;
window.isDisclosureRequired = false;
window.disclaimerText = ' ';
window.caKeepAliveUrl = '';
window.caKeepAliveValue = 300000;
window.cfReturnRedirectUrl = ' ';
window.contributionLinkUrl = ' ';
window.showContributionLink = false;
window.extDirectBuffer = 100;
</script>
<script src="./app/app.js"></script>
<!-- </x-compile> -->
</head>
<body></body>
</html>