-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathcdts-sample-en copy.html
88 lines (79 loc) · 4.3 KB
/
cdts-sample-en copy.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
<!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>CDTS sample page - Canada.ca</title>
<meta content="width=device-width,initial-scale=1" name="viewport">
<!-- Meta data -->
<!-- Meta data-->
<!-- Load closure template scripts -->
<script type="text/javascript" src="https://www.canada.ca/etc/designs/canada/cdts/gcweb/v4_0_31/cdts/compiled/soyutils.js"></script>
<script type="text/javascript" src="https://www.canada.ca/etc/designs/canada/cdts/gcweb/v4_0_31/cdts/compiled/wet-en.js"></script>
<!-- Write closure template -->
<script type="text/javascript">
document.write(wet.builder.refTop({
}));
</script>
</head>
<body vocab="http://schema.org/" typeof="WebPage">
<div id="def-top">
</div>
<!-- Write closure template -->
<script type="text/javascript">
var defTop = document.getElementById("def-top");
defTop.outerHTML = wet.builder.top({
lngLinks: [{
lang: "fr",
href: "cdts-examplaire-fr.html",
text: "Français"
}],
breadcrumbs: [{
title: "Home",
href: "https://www.canada.ca/en.html"
}],
search: true,
siteMenu: true,
showPreContent: true
});
</script>
<main role="main" property="mainContentOfPage" class="container">
<h1 property="name" id="wb-cont">Page title</h1>
<section>
<p>Content</p>
</section>
<div id="def-preFooter">
</div>
<!-- Write closure template -->
<script type="text/javascript">
var defPreFooter = document.getElementById("def-preFooter");
defPreFooter.outerHTML = wet.builder.preFooter({
dateModified: "April 1, 2019",
showPostContent: true,
showFeedback: true,
showShare: true
});
</script>
</main>
<div id="def-footer">
</div>
<!-- Write closure template -->
<script type="text/javascript">
var defFooter = document.getElementById("def-footer");
defFooter.outerHTML = wet.builder.footer({
showFooter: true,
showFeatures: true
});
</script>
<!-- Write closure template -->
<script type="text/javascript">
document.write(wet.builder.refFooter({
}));
</script>
<!-- BEGIN Intercept Snippet --><div id='owInviteSnippet' style='position:fixed;right:20px;bottom:20px;width:380px;padding:20px;margin:0;border-radius:6px;background:#333333;color:#EEEEEE;text-align:left;z-index:2200000000;opacity:0;transition:opacity 500ms;-webkit-transition:opacity 500ms;display:none;'><div id='owInviteMessage' style='padding:0;margin:0 0 20px 0;font-size:16px;'>
<p><b>Can you help us improve this site?</b></p>
<p>The Government of Canada has asked Neo Insight to conduct user research.</p>
<p>Answer a few questions to see if you qualify to take part in a research session, at a date and time convenient to you. Everyone who is selected and takes part will receive a gift certificate as a thank you.</p></div><a id='owInviteOk' href='https://webstandard-normesweb.optimalworkshop.com/questions/m5n5o5hy?tag=intercept&utm_medium=intercept' onclick='this.parentNode.style.display="none";' target='_blank' style='color:#7DB6EE;font-size:16px;font-weight:bold;text-decoration:underline;'>Yes, I can help</a><a id='owInviteCancel' href='javascript:void(0)' onclick='this.parentNode.style.display="none";' style='color:#EEEEEE;font-size:14px;text-decoration:underline;float:right;'>No, thank you</a></div><script>var owOnload=function(){if(-1==document.cookie.indexOf('ow-intercept-quiz-wl320n3i')){var o=new XMLHttpRequest;o.onloadend=function(){try{var o=document.getElementById('owInviteSnippet');var date=new Date();date.setMonth(date.getMonth()+1);this.response&&JSON.parse(this.response).active===!0&&(document.cookie='ow-intercept-quiz-wl320n3i=Done;path=/;expires='+date.toUTCString()+';',setTimeout(function(){o.style.display='block',o.style.opacity=1},2e3))}catch(e){}},o.open('POST','https://www.optimalworkshop.com/survey_status/questions/wl320n3i/active'),o.send()}};if(window.addEventListener){window.addEventListener('load',function(){owOnload();});}else if(window.attachEvent){window.attachEvent('onload',function(){owOnload();});}</script><!-- END snippet -->
</body>
</html>