-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathsamples.html
71 lines (71 loc) · 2.64 KB
/
samples.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
<!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>Centrally Deployed Templates Solution (CDTS)</title>
<meta content="width=device-width,initial-scale=1" name="viewport">
<!-- Meta data -->
<meta name="description" content="Centrally Deployed Templates Solution (CDTS)">
<!-- Meta data-->
<!-- Load closure template scripts -->
<script src="https://www.canada.ca/etc/designs/canada/cdts/gcweb/rn/cdts/compiled/soyutils.js"></script>
<script src="https://www.canada.ca/etc/designs/canada/cdts/gcweb/rn/cdts/compiled/wet-en.js"></script>
<!-- Write closure template -->
<script>
document.write(wet.builder.refTop({
"isApplication": true
}));
</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({
"breadcrumbs": [{"title": "Centrally Deployed Templates Solution (CDTS)", "href": "/index.html"}],
"appName": [{"text": "Web Standards Centre of Expertise", "href": "https://github.com/cenw-wscoe"}]
});
</script>
<main role="main" property="mainContentOfPage" class="container">
<h1 property="name" id="wb-cont">Centrally Deployed Templates Solution (CDTS)</h1>
<section>
<h2>CDTS examples</h2>
<ul>
<li><a href="./GCWeb/index.html">GCWeb example pages</a></li>
<li><a href="./GCIntranet/index.html">GCIntranet example pages</a></li>
</ul>
</section>
<div id="def-preFooter">
<!-- Write closure fall-back static file -->
<!-- /ROOT/etc/designs/canada/cdts/gcweb/v4_0_31/cdts/static/preFooter-en.html -->
<!--#include virtual="/app/cls/WET/gcweb/v4_0_31/cdts/static/preFooter-en.html" -->
</div>
<!-- Write closure template -->
<script>
var defPreFooter = document.getElementById("def-preFooter");
defPreFooter.outerHTML = wet.builder.preFooter({
"dateModified": "2019-03-08"
});
</script>
</main>
<div id="def-footer">
</div>
<!-- Write closure template -->
<script>
var defFooter = document.getElementById("def-footer");
defFooter.outerHTML = wet.builder.appFooter({
"showFeatures": false
});
</script>
<!-- Write closure template -->
<script>
document.write(wet.builder.refFooter({
"isApplication": true
}));
</script>
</body>
</html>