-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
101 lines (99 loc) · 3.38 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
<!DOCTYPE html>
<!--[if lt IE 9]><html class="no-js lt-ie9" lang="en" dir="ltr"><![endif]-->
<!--[if gt IE 8]><!--><html class="no-js" lang="en" dir="ltr"><!--<![endif]-->
<head>
<meta charset="utf-8">
<!-- Web Experience Toolkit (WET) / Boîte à outils de l'expérience Web (BOEW) wet-boew.github.io/wet-boew/License-en.html / wet-boew.github.io/wet-boew/Licence-fr.html -->
<title>Content page - Canada.ca</title>
<meta content="width=device-width,initial-scale=1" name="viewport">
<!-- Meta data -->
<meta name="description" content="Web Experience Toolkit (WET) includes reusable components for building and maintaining innovative Web sites that are accessible, usable, and interoperable. These reusable components are open source software and free for use by departments and external Web communities">
<!-- Meta data-->
<!-- Load closure template scripts -->
<script src="https://ssl-templates.services.gc.ca/app/cls/WET/gcintranet/v4_0_31/cdts/compiled/soyutils.js"></script>
<script src="https://ssl-templates.services.gc.ca/app/cls/WET/gcintranet/v4_0_31/cdts/compiled/wet-en.js"></script>
<!-- Write closure template -->
<script>
document.write(wet.builder.refTop({
"subTheme": "esdc"
}));
</script>
</head>
<body vocab="https://schema.org/" typeof="WebPage">
<div id="def-top">
</div>
<!-- Write closure template -->
<script>
var defTop = document.getElementById("def-top");
defTop.outerHTML = wet.builder.appTop({
"subTheme": "esdc",
"appName": [{
"text": "Testing Services"
}],
"lngLinks": [{
"lang": "fr",
"href": "#",
"text": "Français"
}]
});
</script>
<main role="main" property="mainContentOfPage" class="container">
<h1>Testing training</h1>
<table class="wb-tables table table-striped table-hover wb-tables-filter" data-wb-tables='{
"ajaxSource": "data/wscoe.json",
"columns": [
{ "data": "Audience" },
{ "data": "Subject" },
{ "data": "Type" },
{ "data": "Course" },
{ "data": "URL", "visible": false },
{ "data": "Description", "visible": false },
{ "data": "Duration" },
{ "data": "Date Published" },
{ "data": "Level" },
{ "data": "Mandatory" },
{ "data": "Comments" }
]}'>
<thead>
<tr>
<th>Audience</th>
<th>Subject</th>
<th>Type</th>
<th>Course</th>
<th>URL</th>
<th>Description</th>
<th>Duration</th>
<th>Date Published</th>
<th>Level</th>
<th>Mandatory</th>
<th>Comments</th>
</tr>
</thead>
</table>
<div id="def-preFooter">
</div>
<!-- Write closure template -->
<script>
var defPreFooter = document.getElementById("def-preFooter");
defPreFooter.outerHTML = wet.builder.preFooter({
"dateModified": "2019-05-23"
});
</script>
</main>
<div id="def-footer">
</div>
<!-- Write closure template -->
<script>
var defFooter = document.getElementById("def-footer");
defFooter.outerHTML = wet.builder.appFooter({
"subTheme": "esdc",
"showFeatures": false
});
</script>
<!-- Write closure template -->
<script>
document.write(wet.builder.refFooter({
}));
</script>
</body>
</html>