|
103 | 103 | </ul> |
104 | 104 | </section> |
105 | 105 |
|
| 106 | +<section> |
| 107 | +<h2>Major changes documentation</h2> |
| 108 | + |
| 109 | +<span class="wb-prettify all-pre"></span> |
| 110 | + |
| 111 | +<h3 id="bc-update">Breadcrumb - Major change</h3> |
| 112 | +<p>The first breadcrumb item need to be updated</p> |
| 113 | +<h4>French</h4> |
| 114 | +<div class="row"> |
| 115 | +<div class="col-md-6"> |
| 116 | + <h5>Before</h5> |
| 117 | + <pre><code><li><a href="https://www.canada.ca/fr.html">Accueil</a></li></code></pre> |
| 118 | +</div> |
| 119 | +<div class="col-md-6"> |
| 120 | + <h5>After</h5> |
| 121 | + <pre><code><li><a href="https://www.canada.ca/fr.html">Canada.ca</a></li></code></pre> |
| 122 | +</div> |
| 123 | +</div> |
| 124 | + |
| 125 | +<h4>English</h4> |
| 126 | +<div class="row"> |
| 127 | +<div class="col-md-6"> |
| 128 | + <h5>Before</h5> |
| 129 | + <pre><code><li><a href="https://www.canada.ca/en.html">Home</a></li></code></pre> |
| 130 | +</div> |
| 131 | +<div class="col-md-6"> |
| 132 | + <h5>After</h5> |
| 133 | + <pre><code><li><a href="https://www.canada.ca/en.html">Canada.ca</a></li></code></pre> |
| 134 | +</div> |
| 135 | +</div> |
| 136 | + |
| 137 | +<h3 id="rap-update">Report a problem - Major change</h3> |
| 138 | + |
| 139 | +<p>Change the whole makup under the <code>fieldset</code> element according to the "After" section.</p> |
| 140 | + |
| 141 | +<h4>French</h4> |
| 142 | +<div class="row"> |
| 143 | +<div class="col-md-6"> |
| 144 | + <h5>Before</h5> |
| 145 | + <pre><code><fieldset> |
| 146 | + <legend><span class="field-name">Veuillez cocher toutes les réponses pertinentes&nbsp;:</span></legend> |
| 147 | + <div class="checkbox"> |
| 148 | + <label for="problem1"><input type="checkbox" data-reveal="#broken" name="problem" value="Something is broken" id="problem1" />Quelque chose ne fonctionne pas</label> |
| 149 | + </div> |
| 150 | + <div class="form-group hide" id="broken"> |
| 151 | + <label for="problem1-detail">Fournissez plus des détails (optionnel)&nbsp;:</label> |
| 152 | + <input type="text" class="form-control full-width" id="problem1-detail"> |
| 153 | + </div> |
| 154 | + <div class="checkbox"> |
| 155 | + <label for="problem2"><input type="checkbox" data-reveal="#spelling" name="problem" value="It has spelling or grammar mistakes" id="problem2" />Il y a des erreurs d’orthographe ou de grammaire</label> |
| 156 | + </div> |
| 157 | + <div class="form-group hide" id="spelling"> |
| 158 | + <label for="problem2-detail">Fournissez plus des détails (optionnel)&nbsp;:</label> |
| 159 | + <input type="text" class="form-control full-width" id="problem2-detail"> |
| 160 | + </div> |
| 161 | + <div class="checkbox"> |
| 162 | + <label for="problem3"><input type="checkbox" data-reveal="#wrong" name="problem" value="The information is wrong" id="problem3" />L’information est erronée</label> |
| 163 | + </div> |
| 164 | + <div class="form-group hide" id="wrong"> |
| 165 | + <label for="problem3-detail">Fournissez plus des détails (optionnel)&nbsp;:</label> |
| 166 | + <input type="text" class="form-control full-width" id="problem3-detail"> |
| 167 | + </div> |
| 168 | + <div class="checkbox"> |
| 169 | + <label for="problem4"><input type="checkbox" data-reveal="#outdated" name="problem" value="The information is outdated" id="problem4" />L’information n’est plus à jour</label> |
| 170 | + </div> |
| 171 | + <div class="form-group hide" id="outdated"> |
| 172 | + <label for="problem4-detail">Fournissez plus des détails (optionnel)&nbsp;:</label> |
| 173 | + <input type="text" class="form-control full-width" id="problem4-detail"> |
| 174 | + </div> |
| 175 | + <div class="checkbox"> |
| 176 | + <label for="problem5"><input type="checkbox" data-reveal="#find" name="problem" value="I can’t find what I’m looking for" id="problem5" />Je ne trouve pas ce que je cherche</label> |
| 177 | + </div> |
| 178 | + <div class="form-group hide" id="find"> |
| 179 | + <label for="problem5-detail">Décrivez ce que vous cherchez (optionnel)&nbsp;:</label> |
| 180 | + <input type="text" class="form-control full-width" id="problem5-detail"> |
| 181 | + </div> |
| 182 | + <div class="checkbox"> |
| 183 | + <label for="problem6"><input type="checkbox" data-reveal="#confusing" name="problem" value="It’s confusing" id="problem6" />Autre</label> |
| 184 | + </div> |
| 185 | + <div class="form-group hide" id="confusing"> |
| 186 | + <label for="problem6-detail">Fournissez plus des détails (optionnel)&nbsp;:</label> |
| 187 | + <input type="text" class="form-control full-width" id="problem6-detail"> |
| 188 | + </div> |
| 189 | +</fieldset></code></pre> |
| 190 | +</div> |
| 191 | +<div class="col-md-6"> |
| 192 | + <h5>After</h5> |
| 193 | + <pre><code><fieldset> |
| 194 | + <legend><span class="field-name">Veuillez cocher toutes les réponses pertinentes&nbsp;:</span></legend> |
| 195 | + <div class="checkbox"> |
| 196 | + <label for="gc-rprt-prblm-f1"> |
| 197 | + <input type="checkbox" name="problem1" value="Oui" id="gc-rprt-prblm-f1" />Un lien, un bouton ou une vidéo ne fonctionne pas |
| 198 | + </label> |
| 199 | + <input name="problem1" type="hidden" value="Non" /> |
| 200 | + </div> |
| 201 | + <div class="checkbox"> |
| 202 | + <label for="gc-rprt-prblm-f2"> |
| 203 | + <input type="checkbox" name="problem2" value="Oui" id="gc-rprt-prblm-f2" />Il y a une erreur d'orthographe ou de grammaire |
| 204 | + </label> |
| 205 | + <input name="problem2" type="hidden" value="Non" /> |
| 206 | + </div> |
| 207 | + <div class="checkbox"> |
| 208 | + <label for="gc-rprt-prblm-f3"> |
| 209 | + <input type="checkbox" name="problem3" value="Oui" id="gc-rprt-prblm-f3" />Les renseignements sont incomplets |
| 210 | + </label> |
| 211 | + <input name="problem3" type="hidden" value="Non" /> |
| 212 | + </div> |
| 213 | + <div class="checkbox"> |
| 214 | + <label for="gc-rprt-prblm-f4"> |
| 215 | + <input type="checkbox" name="problem4" value="Oui" id="gc-rprt-prblm-f4" />L'information n'est plus à jour ou est erronée |
| 216 | + </label> |
| 217 | + <input name="problem4" type="hidden" value="Non" /> |
| 218 | + </div> |
| 219 | + <div class="checkbox"> |
| 220 | + <label for="gc-rprt-prblm-f5"> |
| 221 | + <input type="checkbox" name="problem5" value="Oui" id="gc-rprt-prblm-f5" />Je n'arrive pas à trouver ce que je cherche |
| 222 | + </label> |
| 223 | + <input name="problem5" type="hidden" value="Non" /> |
| 224 | + </div> |
| 225 | + <div class="checkbox"> |
| 226 | + <label for="gc-rprt-prblm-f6"> |
| 227 | + <input type="checkbox" name="problem6" value="Oui" id="gc-rprt-prblm-f6" />Autre problème qui ne figure pas sur cette liste |
| 228 | + </label> |
| 229 | + <input name="problem6" type="hidden" value="Non" /> |
| 230 | + </div> |
| 231 | +</fieldset></code></pre> |
| 232 | +</div> |
| 233 | +</div> |
| 234 | + |
| 235 | +<h4>English</h4> |
| 236 | +<div class="row"> |
| 237 | +<div class="col-md-6"> |
| 238 | + <h5>Before</h5> |
| 239 | + <pre><code><fieldset> |
| 240 | + <legend><span class="field-name">Please select all that apply: </span></legend> |
| 241 | + <div class="checkbox"> |
| 242 | + <label for="problem1"><input type="checkbox" data-reveal="#broken" name="problem" value="Something is broken" id="problem1" />Something is broken</label> |
| 243 | + </div> |
| 244 | + <div class="form-group hide" id="broken"> |
| 245 | + <label for="problem1-detail">Provide more details (optional):</label> |
| 246 | + <input type="text" class="form-control full-width" id="problem1-detail"> |
| 247 | + </div> |
| 248 | + <div class="checkbox"> |
| 249 | + <label for="problem2"><input type="checkbox" data-reveal="#spelling" name="problem" value="It has spelling or grammar mistakes" id="problem2" />The page has spelling or grammar mistakes</label> |
| 250 | + </div> |
| 251 | + <div class="form-group hide" id="spelling"> |
| 252 | + <label for="problem2-detail">Provide more details (optional):</label> |
| 253 | + <input type="text" class="form-control full-width" id="problem2-detail"> |
| 254 | + </div> |
| 255 | + <div class="checkbox"> |
| 256 | + <label for="problem3"><input type="checkbox" data-reveal="#wrong" name="problem" value="The information is wrong" id="problem3" />The information is wrong</label> |
| 257 | + </div> |
| 258 | + <div class="form-group hide" id="wrong"> |
| 259 | + <label for="problem3-detail">Provide more details (optional):</label> |
| 260 | + <input type="text" class="form-control full-width" id="problem3-detail"> |
| 261 | + </div> |
| 262 | + <div class="checkbox"> |
| 263 | + <label for="problem4"><input type="checkbox" data-reveal="#outdated" name="problem" value="The information is outdated" id="problem4" />The information is outdated</label> |
| 264 | + </div> |
| 265 | + <div class="form-group hide" id="outdated"> |
| 266 | + <label for="problem4-detail">Provide more details (optional):</label> |
| 267 | + <input type="text" class="form-control full-width" id="problem4-detail"> |
| 268 | + </div> |
| 269 | + <div class="checkbox"> |
| 270 | + <label for="problem5"><input type="checkbox" data-reveal="#find" name="problem" value="I can’t find what I’m looking for" id="problem5" />I can’t find what I’m looking for</label> |
| 271 | + </div> |
| 272 | + <div class="form-group hide" id="find"> |
| 273 | + <label for="problem5-detail">Describe what you’re looking for (optional):</label> |
| 274 | + <input type="text" class="form-control full-width" id="problem5-detail"> |
| 275 | + </div> |
| 276 | + <div class="checkbox"> |
| 277 | + <label for="problem6"><input type="checkbox" data-reveal="#confusing" name="problem" value="It’s confusing" id="problem6" />Other</label> |
| 278 | + </div> |
| 279 | + <div class="form-group hide" id="confusing"> |
| 280 | + <label for="problem6-detail">Provide more details (optional):</label> |
| 281 | + <input type="text" class="form-control full-width" id="problem6-detail"> |
| 282 | + </div> |
| 283 | +</fieldset></code></pre> |
| 284 | +</div> |
| 285 | +<div class="col-md-6"> |
| 286 | + <h5>After</h5> |
| 287 | + <pre><code><fieldset> |
| 288 | + <legend><span class="field-name">Please select all that apply: </span></legend> |
| 289 | + <div class="checkbox"> |
| 290 | + <label for="gc-rprt-prblm-f1"> |
| 291 | + <input type="checkbox" name="problem1" value="Yes" id="gc-rprt-prblm-f1" />A link, button or video is not working |
| 292 | + </label> |
| 293 | + <input name="problem1" type="hidden" value="No" /> |
| 294 | + </div> |
| 295 | + <div class="checkbox"> |
| 296 | + <label for="gc-rprt-prblm-f2"> |
| 297 | + <input type="checkbox" name="problem2" value="Yes" id="gc-rprt-prblm-f2" />It has a spelling mistake |
| 298 | + </label> |
| 299 | + <input name="problem2" type="hidden" value="No" /> |
| 300 | + </div> |
| 301 | + <div class="checkbox"> |
| 302 | + <label for="gc-rprt-prblm-f3"> |
| 303 | + <input type="checkbox" name="problem3" value="Yes" id="gc-rprt-prblm-f3" />Information is missing |
| 304 | + </label> |
| 305 | + <input name="problem3" type="hidden" value="No" /> |
| 306 | + </div> |
| 307 | + <div class="checkbox"> |
| 308 | + <label for="gc-rprt-prblm-f4"> |
| 309 | + <input type="checkbox" name="problem4" value="Yes" id="gc-rprt-prblm-f4" />Information is outdated or wrong |
| 310 | + </label> |
| 311 | + <input name="problem4" type="hidden" value="No" /> |
| 312 | + </div> |
| 313 | + <div class="checkbox"> |
| 314 | + <label for="gc-rprt-prblm-f5"> |
| 315 | + <input type="checkbox" name="problem5" value="Yes" id="gc-rprt-prblm-f5" />I can't find what I'm looking for |
| 316 | + </label> |
| 317 | + <input name="problem5" type="hidden" value="No" /> |
| 318 | + </div> |
| 319 | + <div class="checkbox"> |
| 320 | + <label for="gc-rprt-prblm-f6"> |
| 321 | + <input type="checkbox" name="problem6" value="Yes" id="gc-rprt-prblm-f6" />Other issue not in this list |
| 322 | + </label> |
| 323 | + <input name="problem6" type="hidden" value="No" /> |
| 324 | + </div> |
| 325 | +</fieldset> |
| 326 | +</code></pre> |
| 327 | +</div> |
| 328 | +</div> |
| 329 | +</section> |
| 330 | + |
106 | 331 | <section> |
107 | 332 | <h2 id="details">Details</h2> |
108 | 333 | <p><strong>Number of commits:</strong> 16</p> |
|
144 | 369 | <h3>v7.0</h3> |
145 | 370 | <dl> |
146 | 371 | <dt><code>GCWeb/js/theme.min.js</code></dt> |
147 | | - <dd>(Coming soon...)</dd> |
| 372 | + <dd>sha256-Ww4l/v4hh8zT3+mD2W61lhGBfoD7u8OyADln6w5hh4M= sha512-7MEdTZH7SCT0VXWd3ym7WOqkJDs7saaXeESuvF+U1UhgoHtbxnP1HYqcwAe9p9UB7WOcq/KV/VlHB34dNUvfzA==</dd> |
148 | 373 | </dl> |
149 | 374 | <p>Get all hash (JSON format):</p> |
150 | 375 | <ul> |
|
0 commit comments