-
Notifications
You must be signed in to change notification settings - Fork 0
/
confirmation-pages.html
197 lines (179 loc) · 10.2 KB
/
confirmation-pages.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8"><!--Meta data is page specific and should be assess and adjusted on a per page basis.-->
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="shortlink" href="https://beta.novascotia.ca/">
<title>Confirmation Pages - Forms & Services Building Blocks - Government of Nova Scotia</title>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" integrity="sha384-TX8t27EcRE3e/ihU7zmQxVncDAy5uIKz4rEkgIXeMed4M0jlfIDPvg6uqKI2xXr2" crossorigin="anonymous"><!-- Include in all head tags -->
<script src="https://code.jquery.com/jquery-3.5.1.slim.min.js" integrity="sha384-DfXdz2htPH0lsSSs5nCTpuj/zy4C+OGpamoFVy38MVBnE+IbbVYUew+OrCXaRkfj" crossorigin="anonymous"></script><!-- Include in all head tags -->
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js" integrity="sha384-ho+j7jyWK8fNQe+A12Hb8AhRq26LrZ/JpcUGGOn+Y7RsweNrtN/tE3MoK7ZeZDyx" crossorigin="anonymous"></script><!-- Include in all head tags -->
<script src="https://code.jquery.com/jquery-1.10.2.js"></script><!-- Not needed for service design, loads the navigation for this site -->
<link rel="stylesheet" media="all" href="https://novascotia.ca/clf/fonts/font-awesome/css/font-awesome.min.css"><!-- Include in all head tags -->
<link rel="stylesheet" media="all" href="css/saltire.css"><!-- Include in all head tags -->
<link rel="stylesheet" media="all" href="css/service-specific-styles.css"><!-- Not needed for services-->
<link rel="stylesheet" media="all" href="css/supplimentary-page-styles.css"><!-- Include in all head tags -->
<link rel="stylesheet" media="all" href="css/global-form-styles.css"><!-- Include only if forms are used-->
<link rel="stylesheet" media="all" href="css/radio-button.css"><!-- Include only if radios are used-->
<link rel="stylesheet" media="all" href="css/toggle.css"><!-- Include only if toggles are present-->
<link rel="stylesheet" media="all" href="css/checkboxes.css"><!-- Include only if checkboxes are used-->
<link rel="stylesheet" media="all" href="css/slider.css"><!-- Include only if sliders are used-->
<link rel="stylesheet" media="all" href="css/input-field-group.css"><!-- Include only if inputs are used-->
<link rel="stylesheet" media="all" href="css/select.css"><!-- Include only if selects are used-->
<link rel="stylesheet" media="all" href="css/buttons.css"><!-- Include only if buttons are used-->
<link rel="stylesheet" media="all" href="css/phase-banner.css"><!-- Include only if phase banner is used-->
<link rel="stylesheet" media="all" href="css/accordion.css"><!-- Include this only if needed -->
<link rel="stylesheet" media="all" href="css/panel.css"><!-- Include this only if needed -->
<link rel="stylesheet" media="all" href="css/date-picker.css"><!-- Include this only if needed -->
<!--[if lte IE 8]>
<script src="/core/assets/vendor/html5shiv/html5shiv.min.js?v=3.7.3"></script>
<![endif]-->
<script>
function go(loc){
// alert(loc);
document.getElementById('pageExamples').src = loc;
}
</script>
</head>
<body>
<div class="Site js-enabled" id="container">
<!-- -------------------------------------------------- START Skip Link --------------------------------------------------- -->
<nav class="skip-links" aria-label="Skip to main content">
<a href="#main" class="skip-to-link">Skip to main content</a>
</nav>
<!-- -------------------------------------------------- END Skip Link --------------------------------------------------- -->
<!-- -------------------------------------------------- START HEADER --------------------------------------------------- -->
<header>
<!-- START SALTIRE NS MOTHERSHIP RIBBON w FR -->
<nav id="navigation" class="ribbon" role="navigation" aria-label="Main navigation">
<div class="container">
<div class="row">
<div class="col-xs-6">
<a href="https://novascotia.ca/" hreflang="en"><img class="ribbon-img" src="https://novascotia.ca/clf/ignition/img/nsvip-en-white-flag.svg" alt="Province of Nova Scotia" /></a>
</div>
</div>
</div>
</nav>
<!-- END SALTIRE NS MOTHERSHIP RIBBON w FR -->
</header>
<!-- -------------------------------------------------- END HEADER --------------------------------------------------- -->
<!-- START Alpha Phase Banner -->
<div class="ns-phase-banner">
<div class="container">
<div class="row">
<div class="col">
<p class="ns-phase-banner__content">
<strong class="ns-tag ns-phase-banner__content__tag">
Alpha
</strong>
<span class="ns-phase-banner__text">
This is a new service that we're still developing. Try the service and <a href="https://github.com/connorscarolyns/service-pattern-library/issues">send us your comments and suggestions</a>. Your feedback will help make the service easier to use for everyone.
</span>
</p>
</div>
</div>
</div>
</div>
<!-- END Alpha Phase Banner -->
<!-- START Primary NAV -->
<div id="nav-placeholder4">
</div>
<script>
$(function(){
$("#nav-placeholder4").load("primary-nav.html");
});
</script>
<!-- End Primary NAV -->
<!--A basic page has a primary content area and an optional column for secondary information like related content.-->
<div class="container Site-content">
<main id="main"><!-- SEMANTIC MAIN TAG TO INDICATE PAGE CONTENT-->
<article><!-- SEMANTIC ARTICLE TAG TO GROUP RELATED CONTENT-->
<form name="parameters" method="GET" target="_parent">
<div class="row">
<div class="col-sm-3 col-xs-12 order-last order-sm-first">
<div id="nav-placeholder2">
</div>
<script>
$(function(){
$("#nav-placeholder2").load("nav-templates.html");
});
</script>
</div>
<div class="col-sm-9 col-xs-12"><!-- Bootstrap column grid should not be set to more than 8-col for main content column -->
<h1>Confirmation Pages</h1><!-- SEMANTIC H1 TAG TO RELAY PAGE TITLE ONLY 1 PER PAGE-->
<p>Use this pattern to let users know they’ve completed a transaction.</p>
<h2 id="when-to-use-this-pattern">When to use this pattern</h2>
<p>You should use a confirmation page at the end of a transaction.</p>
<h2 id="how-it-works">How it works</h2>
<p>Confirmation pages reassure users that they have completed a transaction and helps them understand what to expect next.</p>
<p>Your confirmation page should include:</p>
<ul>
<li>a reference number, if there is one</li>
<li>details of what happens next and when</li>
<li>contact details for the service</li>
<li>links to information or services that users are likely to need next</li>
<li>a way for users to print or save a record of the transaction</li>
<li>a back to start link</li>
</ul>
<div>
<iframe id="pageExamples" src="pages/confirmation-page-examples/book-an-appointment-confirmation-page.html" style="width: calc(100% + 25%); height:800px; margin-bottom: -170px; border: 2px solid #a2a2a2; -ms-zoom: 0.75; -moz-transform: scale(0.75); -moz-transform-origin: 0 0; -o-transform: scale(0.75); -o-transform-origin: 0 0; -webkit-transform: scale(0.75); -webkit-transform-origin: 0 0;" frameborder="0"></iframe>
</div>
<fieldset class="ns-fieldset">
<legend class="ns-fieldset__legend noBorder">
<h3 id="otherExamples" class="ns-fieldset__heading ">
Other examples
</h3>
</legend>
<p>
Most examples are avaiable in English and français, use the language toggle in the example page to switch languages.
</p>
<form method="post">
<div class="ns-radios">
<div class="ns-radios__item">
<input class="ns-radios__input" id="bookAnAppointmentRadio" name="other-examples-radio" type="radio" onclick="go('pages/confirmation-page-examples/book-an-appointment-confirmation-page.html')" checked />
<label class="ns-label ns-radios__label" for="bookAnAppointmentRadio">
<span class="ns-label-span">Book an appointment</span>
</label>
</div>
<div class="ns-radios__item">
<input class="ns-radios__input" id="addressChangeRadio" name="other-examples-radio" type="radio" onclick="go('pages/confirmation-page-examples/address-change-confirmation-page.html')" />
<label class="ns-label ns-radios__label" for="addressChangeRadio">
<span class="ns-label-span">Address change</span>
</label>
</div>
<div class="ns-radios__item">
<input class="ns-radios__input" id="dailyPublicHealthCheckInRadio" name="other-examples-radio" type="radio" onclick="go('pages/confirmation-page-examples/ns-safe-check-in-confirmation-page.html')" />
<label class="ns-label ns-radios__label" for="dailyPublicHealthCheckInRadio">
<span class="ns-label-span">Daily Public Health Check-in</span>
</label>
</div>
<div class="ns-radios__item">
<input class="ns-radios__input" id="ticketLotteryPerminUnderReviewRadio" name="other-examples-radio" type="radio" onclick="go('pages/confirmation-page-examples/ticket-lottery-under-review-page.html')" />
<label class="ns-label ns-radios__label" for="ticketLotteryPerminUnderReviewRadio">
<span class="ns-label-span">Ticket Lottery Permit - Under review</span>
</label>
</div>
<div class="ns-radios__item">
<input class="ns-radios__input" id="SportFishingLicenceRadio" name="other-examples-radio" type="radio" onclick="go('pages/confirmation-page-examples/sportfishinglicence-confirmation-page.html')" />
<label class="ns-label ns-radios__label" for="SportFishingLicenceRadio">
<span class="ns-label-span">Sportfishing licence</span>
</label>
</div>
</div>
</form>
</fieldset>
</div><!-- /col-xs-8 -->
</div><!--/row-->
</form>
</article>
</main>
</div><!-- /container -->
<!-- START FOOTER -->
<footer id="footer" class="footer" role="contentinfo">
<div class="container">
</div>
</footer>
<!-- END FOOTER -->
</div>
</body>
</html>