-
Notifications
You must be signed in to change notification settings - Fork 379
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
CLDR-18006 site: fix h-levels (#4108)
- Loading branch information
Showing
6 changed files
with
868 additions
and
373 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,36 +1,40 @@ | ||
<!doctype html> | ||
<!DOCTYPE html> | ||
<html> | ||
<head> | ||
<meta charset="utf-8" /> | ||
<title>{{ page.title }}</title> | ||
<link rel="stylesheet" href="/assets/css/page.css" /> | ||
</head> | ||
|
||
<head> | ||
<meta charset="utf-8"> | ||
<title>{{ page.title }}</title> | ||
<link rel="stylesheet" href="/assets/css/reports-v2.css" /> | ||
<link rel="stylesheet" href="/assets/css/page.css" /> | ||
</head> | ||
|
||
<body class="page"> | ||
<!-- <h1>{{ page.title }}</h1> --> | ||
<header class="pageheader"> | ||
<div class="navparent"> | ||
<div id="nav" class="nav"> | ||
<!-- Vue mount here --> | ||
</div> | ||
</div> | ||
<div class="message"><i>This navigation UI is temporary, just to give access to the pages.</i></div> | ||
</header> | ||
|
||
|
||
|
||
<section class="body"> | ||
{{ content }} | ||
</section> | ||
<footer> | ||
© 1991-2024 Unicode, Inc. Unicode and the Unicode Logo are registered trademarks of Unicode, Inc. in the U.S. and other countries. See <a href="https://www.unicode.org/copyright.html">Terms of Use</a>. | ||
</footer> | ||
<!-- workaround for cloudflare content-type issue --> | ||
<script src="/assets/vendor/vue.global.prod.js"></script> | ||
<script src="https://cdnjs.cloudflare.com/ajax/libs/anchor-js/5.0.0/anchor.min.js" integrity="sha512-byAcNWVEzFfu+tZItctr+WIMUJvpzT2kokkqcBq+VsrM3OrC5Aj9E2gh+hHpU0XNA3wDmX4sDbV5/nkhvTrj4w==" crossorigin="anonymous" referrerpolicy="no-referrer"></script> | ||
<script src="/assets/js/cldrsite.js"></script> | ||
</body> | ||
<body class="page"> | ||
<!-- <h1>{{ page.title }}</h1> --> | ||
<header class="pageheader"> | ||
<div class="navparent"> | ||
<div id="nav" class="nav"> | ||
<!-- Vue mount here --> | ||
</div> | ||
</div> | ||
<div class="message"> | ||
<i | ||
>This navigation UI is temporary, just to give access to the pages.</i | ||
> | ||
</div> | ||
</header> | ||
|
||
<section class="body">{{ content }}</section> | ||
<footer> | ||
© 1991-2024 Unicode, Inc. Unicode and the Unicode Logo are registered | ||
trademarks of Unicode, Inc. in the U.S. and other countries. See | ||
<a href="https://www.unicode.org/copyright.html">Terms of Use</a>. | ||
</footer> | ||
<!-- workaround for cloudflare content-type issue --> | ||
<script src="/assets/vendor/vue.global.prod.js"></script> | ||
<script | ||
src="https://cdnjs.cloudflare.com/ajax/libs/anchor-js/5.0.0/anchor.min.js" | ||
integrity="sha512-byAcNWVEzFfu+tZItctr+WIMUJvpzT2kokkqcBq+VsrM3OrC5Aj9E2gh+hHpU0XNA3wDmX4sDbV5/nkhvTrj4w==" | ||
crossorigin="anonymous" | ||
referrerpolicy="no-referrer" | ||
></script> | ||
<script src="/assets/js/cldrsite.js"></script> | ||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,40 +1,46 @@ | ||
<!doctype html> | ||
<!DOCTYPE html> | ||
<html> | ||
<head> | ||
<meta charset="utf-8" /> | ||
<title>{{ page.title }}</title> | ||
<link rel="stylesheet" href="/assets/css/page.css" /> | ||
</head> | ||
|
||
<head> | ||
<meta charset="utf-8"> | ||
<title>{{ page.title }}</title> | ||
<link rel="stylesheet" href="/assets/css/reports-v2.css" /> | ||
<link rel="stylesheet" href="/assets/css/page.css" /> | ||
</head> | ||
<body class="sitemappage"> | ||
<!-- <h1>{{ page.title }}</h1> --> | ||
<header> | ||
<div class="navparent"> | ||
<div id="nav" class="nav"> | ||
<!-- Vue mount here for normal navigation --> | ||
</div> | ||
</div> | ||
<div class="message"> | ||
<i | ||
>This navigation UI is temporary, just to give access to the pages.</i | ||
> | ||
</div> | ||
<!-- <div class="bar"><a href="/sitemap" class="bar">Site Map</a></div> --> | ||
</header> | ||
|
||
<body class="sitemappage"> | ||
<!-- <h1>{{ page.title }}</h1> --> | ||
<header> | ||
<div class="navparent"> | ||
<div id="nav" class="nav"> | ||
<!-- Vue mount here for normal navigation --> | ||
</div> | ||
</div> | ||
<div class="message"><i>This navigation UI is temporary, just to give access to the pages.</i></div> | ||
<!-- <div class="bar"><a href="/sitemap" class="bar">Site Map</a></div> --> | ||
</header> | ||
<section class="body">{{ content }}</section> | ||
|
||
<section class="body"> | ||
{{ content }} | ||
</section> | ||
|
||
<div id="sitemap"> | ||
<!-- sitemap goes here--> | ||
</div> | ||
|
||
<footer> | ||
© 1991-2024 Unicode, Inc. Unicode and the Unicode Logo are registered trademarks of Unicode, Inc. in the U.S. and other countries. See <a href="https://www.unicode.org/copyright.html">Terms of Use</a>. | ||
</footer> | ||
<!-- workaround for cloudflare content-type issue --> | ||
<script src="/assets/vendor/vue.global.prod.js"></script> | ||
<script src="https://cdnjs.cloudflare.com/ajax/libs/anchor-js/5.0.0/anchor.min.js" integrity="sha512-byAcNWVEzFfu+tZItctr+WIMUJvpzT2kokkqcBq+VsrM3OrC5Aj9E2gh+hHpU0XNA3wDmX4sDbV5/nkhvTrj4w==" crossorigin="anonymous" referrerpolicy="no-referrer"></script> | ||
<script src="/assets/js/cldrsite.js"></script> | ||
</body> | ||
<div id="sitemap"> | ||
<!-- sitemap goes here--> | ||
</div> | ||
|
||
<footer> | ||
© 1991-2024 Unicode, Inc. Unicode and the Unicode Logo are registered | ||
trademarks of Unicode, Inc. in the U.S. and other countries. See | ||
<a href="https://www.unicode.org/copyright.html">Terms of Use</a>. | ||
</footer> | ||
<!-- workaround for cloudflare content-type issue --> | ||
<script src="/assets/vendor/vue.global.prod.js"></script> | ||
<script | ||
src="https://cdnjs.cloudflare.com/ajax/libs/anchor-js/5.0.0/anchor.min.js" | ||
integrity="sha512-byAcNWVEzFfu+tZItctr+WIMUJvpzT2kokkqcBq+VsrM3OrC5Aj9E2gh+hHpU0XNA3wDmX4sDbV5/nkhvTrj4w==" | ||
crossorigin="anonymous" | ||
referrerpolicy="no-referrer" | ||
></script> | ||
<script src="/assets/js/cldrsite.js"></script> | ||
</body> | ||
</html> |
Oops, something went wrong.