forked from cassproject/cass-editor
-
Notifications
You must be signed in to change notification settings - Fork 0
/
ce.html
324 lines (286 loc) · 12.3 KB
/
ce.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
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Credential Engine | Moving Credentialing Forward</title>
<link rel="icon" type="image/png" href="/images/icons/favicon.png" />
<script type="text/javascript" src="//ajax.googleapis.com/ajax/libs/jquery/2.1.3/jquery.min.js"></script>
<link href="https://fonts.googleapis.com/css?family=Titillium+Web:400,400i,700,700i" inherit="true" rel="stylesheet">
<link href="https://cass.credentialengine.org/Styles/Webfonts/Gilroy/Gilroy.css" inherit="true" rel="stylesheet" type="text/css" />
<link href="https://cass.credentialengine.org/Styles/site.css" rel="stylesheet" inherit="true" type="text/css" />
<script src="https://cass.credentialengine.org/Scripts/site.js"></script>
<script src="https://use.fontawesome.com/48a8b07d4b.js"></script>
<style inherit="true">
body {
padding-top: 0px;
}
body {
/* border-top: 1px solid #CAD9DB;*/
border-bottom: 1px solid #CAD9DB;
}
#cassControl {
font-size: 18px;
}
#editFrameworkBack {
font-weight: bold;
font-size: 1.2rem;
cursor: pointer;
}
#title {
font-weight: bold;
font-size: 1.6rem;
cursor: pointer;
/* margin: 0rem;*/
/* margin-left: .5rem;*/
/* line-height: 2rem;*/
}
*[draggable="true"] {
cursor: move;
}
#frameworks p a {
/* font-size: 24px;*/
/* font-weight: bold;*/
/* color: #607171;*/
}
#frameworks p a mark {
font-size: inherit;
font-weight: inherit;
color: inherit;
}
#frameworks p span {
/* font-size: 16px;*/
/* font-family: Gibson, Tahoma, Arial, sans-serif;*/
}
#frameworks p span mark {
/* font-size: 16px;*/
/* font-family: Gibson, Tahoma, Arial, sans-serif;*/
}
#cassControl #header #search {
/* font-size: 20px;*/
/* color: #607171;*/
}
.competency {
background-image: none;
filter: none;
padding: .5em 0em .5em .5em;
border: 1px solid transparent;
border-radius: 4px;
}
.competency {
background-image: none;
filter: none;
padding: 0em;
border: 1px solid transparent;
border-radius: 4px;
}
.competency>span {
font-weight: bold;
}
.competency:hover {
border-color: transparent;
background-image: none;
filter: none;
}
.competency:hover>span>span {
color: #B55130;
}
.competency small {
font-size: .8rem;
}
.competency small mark {
font-size: .8rem;
}
.competency>small:active,
.competency>span:active {
/* background-color: rgba(255, 215, 0, 0.46);*/
}
.selected.competency {
/*
background-color: #F5F5F5;
border: 1px solid #aaa;
*/
border: 1px solid #CAD9DB;
background-color: #FCFCFC;
}
.selected.competency>span>span {
color: #B55130;
/* color: #45A085;*/
}
.competency .collapse {
float: left;
margin-left: -2em;
}
.competency .collapse:hover {
color: #B55130;
cursor: pointer;
}
.sidebar {
background-color: white;
border: 1px solid #CAD9DB;
width: 33%;
margin-top: 3rem;
height: calc(100% - 3rem);
min-height: 60vh;
/*
position: fixed;
right: 0;
float: right;
padding-left: 1rem;
padding-right: 1rem;
margin-top: 1rem;
height: 100vh;
max-width: 50%;
width: 19rem;
overflow: hidden;
*/
}
.pageWithSidebar {
padding-right: 34%;
}
#siteNavRow {
display: none;
}
#sidebarExport {
position: fixed;
top: 0px;
right: 0px;
}
</style>
</head>
<body>
<div id="siteLogoRow">
<div id="siteLogoBox">
<a id="siteLogo" href="https://www.credentialengine.org/" style="background-image:url('https://www.credentialengine.org/images/icons/logo.png');" alt="Site Logo"></a>
<div id="siteTagline">Moving Credentialing Forward</div>
</div>
<div id="siteLoginBox">
</div>
</div>
<div id="siteNavRow">
<div id="siteNavBox">
<button id="siteNavToggle"><i class="fa fa-bars"></i></button>
<div id="siteNavMain">
<div class="siteNavArea hasSubNav">
<a class="mainNavLink " href="https://www.credentialengine.org/about">About</a>
<div class="siteSubNav">
<a class="subNavLink " href="https://www.credentialengine.org/about/staff">Staff</a>
<a class="subNavLink " href="https://www.credentialengine.org/about/board">Board</a>
<a class="subNavLink " href="https://www.credentialengine.org/about/careers">Careers</a>
</div>
</div>
<div class="siteNavArea hasSubNav">
<a class="mainNavLink " href="https://www.credentialengine.org/advisoryGroups">Advisory Groups</a>
<div class="siteSubNav">
<a class="subNavLink " href="https://www.credentialengine.org/advisorygroups/highereducation">Higher Education</a>
<a class="subNavLink " href="https://www.credentialengine.org/advisorygroups/business">Business</a>
<a class="subNavLink " href="https://www.credentialengine.org/advisorygroups/certification">Certification & Licensure</a>
<a class="subNavLink " href="https://www.credentialengine.org/advisorygroups/qualityassurance">Quality Assurance</a>
<a class="subNavLink " href="https://www.credentialengine.org/advisorygroups/technical">Technical</a>
</div>
</div>
<div class="siteNavArea hasSubNav">
<a class="mainNavLink " href="https://www.credentialengine.org/credentialregistry">Credential Registry</a>
<div class="siteSubNav">
<a class="subNavLink " href="https://www.credentialengine.org/credentialregistry/participants">Registry Participants</a>
<a class="subNavLink " href="https://www.credentialengine.org/credentialregistry/applications">User Applications</a>
</div>
</div>
<div class="siteNavArea hasSubNav">
<a class="mainNavLink " href="https://www.credentialengine.org/articles">News, Events, & Resources</a>
<div class="siteSubNav">
<a class="subNavLink " href="https://www.credentialengine.org/articles/documents">Fact Sheets</a>
</div>
</div>
<div class="siteNavArea ">
<a class="mainNavLink " href="https://www.credentialengine.org/contact">Contact</a>
</div>
</div>
</div>
<div id="siteSearchBox">
<i class="fa fa-search" id="siteSearchIcon"></i>
<input type="text" id="siteSearchInput" />
</div>
</div>
<div style="height:calc(100vh - 396px + 316px);">
<style>
#banner {
background-color: #0F3E63;
}
#banner>h2 {
color: #FFF;
margin: 0;
padding: 5px 5px 10px 5px;
}
#banner span {
padding: 2px 10px;
color: #FFF;
}
</style>
<div id="banner">
<div style="float:right;">
<span style="font-size:.5rem;display:block;margin:0px;margin-right:.5rem;">Powered by:</span>
<a href="https://www.cassproject.org" style="margin:0px;" target="_blank">
<img src="http://www.cassproject.org/img/CASS-Logo-website-white.png" class="powered-by-logo" width="69px" style="margin-top:-10px;margin-bottom:-10px; clip-path: inset(10px 0px 0px 0px)">
</a>
</div>
<h2 style="margin-bottom:0px;margin-left:69px;text-align:center;">Competency Framework Editor</h2>
</div>
<iframe id="iframe" width="100%" style="border-top:1px black solid;height:calc(100vh - 450px + 316px);" frameborder="0"></iframe>
<script>
document.getElementsByTagName("iframe")[0].setAttribute("src", "index.html?server=https://cass.credentialengine.org/api/&ceasnDataFields=true&webSocketOverride=wss://cass.credentialengine.org:8080/ws/custom&origin=" + window.location.origin);
</script>
</div>
<div id="siteFooter">
<div class="footerColumns">
<div class="footerColumn">
<h2>Follow Us:</h2>
<a href="https://twitter.com/credengine" target="_blank"><i class="fa fa-fw fa-twitter"></i> Twitter</a>
<a href="https://www.facebook.com/credengine" target="_blank"><i class="fa fa-fw fa-facebook"></i> Facebook</a>
<a href="https://www.youtube.com/channel/UCyTpUktFYQNlLrLR4O_AcQA" target="_blank"><i class="fa fa-fw fa-youtube"></i> YouTube</a>
</div>
<div class="footerColumn">
<h2>Contact Us:</h2>
<a href="mailto:[email protected]" target="_blank"><i class="fa fa-fw fa-envelope"></i> Email Us</a>
</div>
<div class="footerColumn">
<h2>Website Information:</h2>
<a href="https://www.credentialengine.org/About/PrivacyPolicy">Privacy Policy</a>
<a href="https://www.credentialengine.org/About/TermsOfUse">Terms of Use</a>
<a href="http://credreg.net/registry/policy#mindata">Minimum Data Policy</a>
<a href="http://credreg.net/registry/policy#currency">Data Currency Policy</a>
</div>
<div class="footerColumn">
<h2>Websites:</h2>
<a target="_blank" href="http://credreg.net">Credential Engine Technical Planning</a>
<a target="_blank" href="http://credentialfinder.com">Credential Finder Prototype Search App</a>
</div>
<div class="footerColumn">
<h2>Supported By:</h2>
<a class="imageLink" href="http://www.luminafoundation.org/" target="_blank" title="Lumina Foundation"><img src="https://www.credentialengine.org/images/photos/logo_lumina.jpg" /></a>
<a class="imageLink" href="https://www.jpmorganchase.com/corporate/Corporate-Responsibility/global-philanthropy.htm" target="_blank" title="JPMorgan Chase & Co."><img src="https://www.credentialengine.org/images/photos/logo_jpmorgan.jpg" /></a>
<a class="imageLink" href="http://www.microsoft.com/" target="_blank" title="Microsoft"><img src="https://www.credentialengine.org/images/photos/logo_microsoft.jpg" /></a>
</div>
</div>
<div class="bottomFooter">
<div class="loginMessage"><a href="editor.html">Login</a></div>
<div class="siteCopyright">© Copyright 2017 Credential Engine</div>
</div>
</div>
<script>
(function(i, s, o, g, r, a, m) {
i['GoogleAnalyticsObject'] = r;
i[r] = i[r] || function() {
(i[r].q = i[r].q || []).push(arguments)
}, i[r].l = 1 * new Date();
a = s.createElement(o),
m = s.getElementsByTagName(o)[0];
a.async = 1;
a.src = g;
m.parentNode.insertBefore(a, m)
})(window, document, 'script', 'https://www.google-analytics.com/analytics.js', 'ga');
ga('create', 'UA-77712853-3', 'auto');
ga('send', 'pageview');
</script>
</body>
</html>