Skip to content

Commit

Permalink
tests passed html-validate
Browse files Browse the repository at this point in the history
  • Loading branch information
j-paquette committed Feb 5, 2024
1 parent 66d4070 commit 0ee5538
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src/gcintranet/appTop.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ if (pr.subTheme === 'eccc') {
<%_ } -%>
</ul>
</nav>
<header role="banner">
<header role="banner" aria-label="<^- msg('GCintranet header') ^>">
<div id="wb-bnr">
<div id="app-brand">
<div class="container">
Expand All @@ -82,18 +82,18 @@ if (pr.subTheme === 'eccc') {
</div>
</section>
<%_ if (pr.GCToolsModal == true) { -%>
<section id="gctoolsSection" class="<%- (pr.intranetTitle != null)? 'col-lg-2': 'col-lg-6' %><%- (pr.search == false)? ' col-md-offset-3': ''%> col-md-1 hidden-sm hidden-xs text-right" aria-labelledby="cdts-hiddenGctools">
<h2 class="wb-inv" id="cdts-hiddenGctools"><^- msg('GCTools links') ^></h2>
<section id="gctoolsSection" class="<%- (pr.intranetTitle != null)? 'col-lg-2': 'col-lg-6' %><%- (pr.search == false)? ' col-md-offset-3': ''%> col-md-1 hidden-sm hidden-xs text-right" aria-labelledby="cdts-hiddenGctoolsLinks">
<h2 class="wb-inv" id="cdts-hiddenGctoolsLinks"><^- msg('GCTools links') ^></h2>
<div class="row">
<div class="col-md-12">
<ul class="list-inline margin-bottom-none gcbarlng">
<li><a class="wb-lbx" href="#gctools"><^- msg('<span class="bold-gc">GC</span>Tools') ^></a></li>
</ul>
</div>
</div>
<section id="gctools" class="mfp-hide modal-dialog modal-content overlay-def">
<header class="modal-header">
<h2 class="modal-title"><^- msg('<span class="bold-gc">GC</span>Tools') ^></h2>
<section id="gctools" class="mfp-hide modal-dialog modal-content overlay-def" aria-label="<^- msg('Hidden GCTools popup content') ^>">
<header class="modal-header" aria-labelledby="cdts-gctoolsPopupHeader">
<h2 class="modal-title" id="cdts-gctoolsPopupHeader"><^- msg('<span class="bold-gc">GC</span>Tools') ^></h2>
</header>
<div class="modal-body">
<ul class="list-unstyled lst-spcd">
Expand Down
8 changes: 8 additions & 0 deletions src/gcintranet/wet-messages.en.json
Original file line number Diff line number Diff line change
Expand Up @@ -205,6 +205,10 @@
"source": "Skip to section menu",
"target": null
},
"baab55ac4da1ff0e442b592dda1b4a9b16e8e1f4": {
"source": "GCintranet header",
"target": null
},
"99a3e18460e703b6b52b26b4155c66c3e3ba24bc": {
"source": "GC",
"target": null
Expand All @@ -229,6 +233,10 @@
"source": "<span class=\"bold-gc\">GC</span>Tools",
"target": null
},
"21e65c3c23066632e286af17a46dc6431bfea8ab": {
"source": "Hidden GCTools popup content",
"target": null
},
"6fa25ec11095940211895447eed6bc5911d17358": {
"source": "https://iservice.prv/eng/imit/catalogue/gcxchange/index.shtml",
"target": null
Expand Down
8 changes: 8 additions & 0 deletions src/gcintranet/wet-messages.fr.json
Original file line number Diff line number Diff line change
Expand Up @@ -456,5 +456,13 @@
"4fd0ed7e7a474d24b9db775b6bf8fa2727beaa1d": {
"source": "Application menu",
"target": "Menu de l'application"
},
"baab55ac4da1ff0e442b592dda1b4a9b16e8e1f4": {
"source": "GCintranet header",
"target": "En-tête GCintranet"
},
"21e65c3c23066632e286af17a46dc6431bfea8ab": {
"source": "Hidden GCTools popup content",
"target": "Le contenu contextuel GCTools masqué"
}
}

0 comments on commit 0ee5538

Please sign in to comment.