forked from Dash-Industry-Forum/Conformance-Frontend
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
175 lines (164 loc) · 11.9 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
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
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
<!DOCTYPE html>
<html ng-app="ConformanceSoftware" ng-controller="stepperController">
<head>
<title>Dash Industry Forum | Conformance Tool</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<!-- <link href="//fonts.googleapis.com/css?family=RobotoDraft:300,400,500,700,400italic" rel="stylesheet"/>-->
<link href="https://fonts.googleapis.com/css?family=Raleway&display=swap" rel="stylesheet">
<link href="styles/angular-material.min.css" rel="stylesheet" />
<link href="styles/md-steppers.css" type="text/css" rel="stylesheet" />
<link href="styles/styles.css" type="text/css" rel="stylesheet" />
<link href="styles/animations.css" type="text/css" rel="stylesheet" />
<!-- Material Icons -->
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" type="text/css" rel="stylesheet" />
<!-- Treeview Library -->
<link href="tree/dhtmlxTree/codebase/dhtmlxtree.css" type="text/css" rel="stylesheet" />
<!-- Intro js-->
<link href="styles/introjs.min.css" rel="stylesheet">
<!-- Accordian -->
<link href="styles/accordian.css" rel="stylesheet"/>
<!-- Title icon -->
<link rel="icon" href="favicon.ico?v1" type="image/x-icon" />
<!-- GDPR -->
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
<link href="gdpr/css/jquery-eu-cookie-law-popup.css" rel="stylesheet">
<script src="gdpr/js/jquery-eu-cookie-law-popup.js"></script>
</head>
<body ng-intro-options="IntroOptions" ng-intro-method="CallMe" ng-intro-oncomplete="CompletedEvent" ng-intro-onexit="ExitEvent" ng-intro-onchange="ChangeEvent" ng-intro-onbeforechange="BeforeChangeEvent" ng-intro-onafterchange="AfterChangeEvent" layout="column">
<header flex='nogrow'>
<div layout='row' flex>
<md-button flex-xs='15' layout-margin style="position: relative;color:#007BFF;height: 100%;width: 10%;" class="menuButton md-icon-button" aria-label="Side Panel" ng-click="openSideNavPanel();">
<md-tooltip>Menu</md-tooltip>
<md-icon flex='100' flex-xs='100' style="position: relative;width:36px;height:100%;" class="md-default-theme" class="material-icons" md-svg-src="dash_img/menu.svg">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 12 12" height="100%" width="100%" />
</md-icon>
</md-button>
<md-sidenav md-is-open="isSidenavOpen" layout="column" layout-align="stretch" flex="100" style="z-index:-100;" ng-style="{'z-index': temp}" class="md-sidenav-left md-whiteframe-z2" md-component-id="left" md-disable-backdrop>
<md-toolbar style="min-height: 7% !important; height: 7% !important; background-color: #007BFF;">
<div class="md-toolbar-tools">
<h2>
<span>Content</span>
</h2>
<span flex></span>
<md-button class="md-icon-button" aria-label="Close Side Panel" ng-click="closeSideNavPanel()">
<md-tooltip>Close Side Panel</md-tooltip>
<md-icon class="md-default-theme" class="material-icons"></md-icon>
</md-button>
</div>
</md-toolbar>
<md-content flex="90" layout-padding="">
<md-list>
<md-list-item ng-href="#/" ng-click="closeSideNavPanel();">
<md-icon class="md-default-theme" class="material-icons" md-svg-src="dash_img/home.svg" aria-label="home"></md-icon>
<p>Home</p>
</md-list-item>
<md-list-item ng-href="#/" ng-click="closeSideNavPanel();">
<md-icon class="md-default-theme" class="material-icons"></md-icon>
<p>About</p>
</md-list-item>
<md-list-item id='startTour' class="md-accordion" ng-click="closeSideNavPanel();GoToStart();CallMe();">
<md-icon style="position: relative;width:24px;height:100%;" class="md-default-theme" class="material-icons" md-svg-src="dash_img/use.svg" aria-label="use">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 12 12" height="100%" width="100%" />
</md-icon>
<p>How to Use</p>
</md-list-item>
<md-list-item ng-href="#/faq" ng-click="closeSideNavPanel();">
<md-icon style="position: relative;width:24px;height:100%;" class="md-default-theme" class="material-icons" md-svg-src="dash_img/faq.svg" aria-label="faq">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 12 12" height="100%" width="100%" />
</md-icon>
<p>FAQ</p>
</md-list-item>
<md-divider></md-divider>
<md-list-item ng-href="https://github.com/Dash-Industry-Forum/DASH-IF-Conformance" target="_blank" ng-click="closeSideNavPanel();">
<md-icon style="position: relative;width:24px;height:100%;" class="md-default-theme" class="material-icons" md-svg-src="dash_img/contribute.svg" aria-label="contribute">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 12 12" height="100%" width="100%" />
</md-icon>
<p>Contribute</p>
</md-list-item>
<md-list-item ng-href="https://github.com/Dash-Industry-Forum/DASH-IF-Conformance/issues" target="_blank" ng-click="closeSideNavPanel();">
<md-icon style="position: relative;width:24px;height:100%;" class="md-default-theme" class="material-icons" md-svg-src="dash_img/report.svg" aria-label="report">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 12 12" height="100%" width="100%" />
</md-icon>
<p>Report Issues</p>
</md-list-item>
<md-list-item>
<md-icon class="md-default-theme" class="material-icons" md-svg-src="dash_img/contact.svg" aria-label="contact">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 12 12" height="100%" width="100%" />
</md-icon>
<p>Contact</p>
</md-list-item>
<md-list-item>
<md-button style='margin: 0;padding: 0;border-radius: 100px;' ng-href="https://github.com/Dash-Industry-Forum" target="_blank">
<md-icon style="position: absolute;width:36px;height:100%;" class="md-default-theme" class="material-icons" md-svg-src="dash_img/github.svg" aria-label="github">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 12 12" height="100%" width="100%" />
<a href="https://github.com/Dash-Industry-Forum"></a>
</md-icon>
</md-button>
<md-button style='margin: 0;padding: 0;border-radius: 100px;' ng-href="https://github.com/Dash-Industry-Forum/DASH-IF-Conformance/issues" target="_blank">
<md-icon style="position: relative;width:42px;height:100%;" class="md-default-theme" class="material-icons" md-svg-src="dash_img/info.svg" aria-label="info">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 12 12" height="100%" width="100%" />
<a href="https://github.com/Dash-Industry-Forum"></a>
</md-icon>
</md-button>
</md-list-item>
</md-list>
</md-content>
</md-sidenav>
</div>
<div class="eupopup"></div>
<div class="eupopup eupopup-fixedtop"></div>
<div class="eupopup eupopup-color-default"></div>
</header>
<div id="step1-1" layout='row' layout-xs='column' layout-align='center center'>
<a href='#/'>
<img id="dashLogo" border="0" src="dash_img/Dash2.png" width="191" height="61">
</a>
<h1 hide-xs class='md-display-2'>
Conformance Tool
</h1>
<h1 hide-gt-xs class='md-headline'>
Conformance Tool
</h1>
</div>
<md-button id="overlayButton" class="md-icon-button" aria-label="Close" onclick=" document.body.style.overflow = 'visible';document.getElementById('backFrame').style.display='none'; document.getElementById('frontFrame').style.display='none'; document.getElementById('overlayButton').style.display='none';">
<md-tooltip id='profileTip1' md-direction='left'>Close</md-tooltip>
<md-icon flex='100' flex-xs='100' class="cancelIcon md-default-theme" class="material-icons" md-svg-src="dash_img/cancel.svg">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 12 12" height="100%" width="100%" />
</md-icon>
</md-button>
<div id='backFrame' layout flex onclick="document.body.style.overflow = 'visible'; document.getElementById('backFrame').style.display='none'; document.getElementById('frontFrame').style.display='none'; document.getElementById('overlayButton').style.display='none';">
</div>
<div id='frontFrame' layout="column" flex style="display: none;">
<iframe id='frontIframe' src="" frameborder="0" name='frontframe'></iframe>
</div>
<main>
<div id='xx-view' ng-view class='slide-animation'>
</div>
</main>
<!-- AngularJs Libs -->
<script src="scripts/angular.min.js"></script>
<script src="scripts/angular-cookies.min.js"></script>
<script src="scripts/angular-animate.min.js"></script>
<script src="scripts/angular-aria.min.js"></script>
<script src="scripts/angular-messages.min.js"></script>
<script src="scripts/angular-route.min.js"></script>
<!-- Angular Material Library -->
<script src="scripts/angular-material.min.js"></script>
<script src="scripts/md-steppers.js"></script>
<!-- Treeview Library -->
<script src="tree/dhtmlxTree/codebase/dhtmlxtree.js" type="text/javascript"></script>
<script src="tree/dhtmlxTree/codebase/ext/dhtmlxtree_json.js" type="text/javascript"></script>
<script src="scripts/jquery.min.js"></script>
<!-- Angular application scripts-->
<script src="app/app.js"></script>
<script src="app/controllers/stepperController.js"></script>
<!-- <script src="app/controllers/startController.js"></script>-->
<script src="app/services/values.js"></script>
<!-- Intro js-->
<script src="scripts/intro.min.js"></script>
<script src="scripts/angular-intro.js"></script>
<!-- Accordian -->
<script src="scripts/collapsible.min.js"></script>
<script src="scripts/collapsibleDirective.min.js"></script>
</body>
</html>