|
4 | 4 | <meta charset="utf-8" />
|
5 | 5 | <title>Type samples index</title>
|
6 | 6 | <meta name="description" content="Lists open issues in i18n Activity github repositories." />
|
7 |
| -<script type="text/javascript"> |
| 7 | +<script> |
8 | 8 | var f = { }
|
9 | 9 |
|
10 | 10 | // AUTHORS should fill in these assignments:
|
|
31 | 31 |
|
32 | 32 | f.additionalLinks = ''
|
33 | 33 | </script>
|
34 |
| -<script type="text/javascript" src="index-data/translations.js"> </script> |
35 |
| -<script type="text/javascript" src="https://w3c.github.io/i18n-drafts/javascript/doc-structure/article-dt.js"> </script> |
36 |
| -<script type="text/javascript" src="https://w3c.github.io/i18n-drafts/javascript/boilerplate-text/boilerplate-en.js"></script><!--TRANSLATORS must change -en to the subtag for their language!--> |
37 |
| -<script type="text/javascript" src="https://w3c.github.io/i18n-drafts/javascript/doc-structure/sitepage.js"> </script> |
38 |
| -<script type="text/javascript" src="https://w3c.github.io/i18n-drafts/javascript/articletoc-html5.js"></script> |
39 |
| -<!--script type="text/javascript" src="index-data/label-list.js"></script--> |
40 |
| -<link rel="stylesheet" href="https://w3c.github.io/i18n-drafts/style/sitepage-2016.css" type="text/css" /> |
41 |
| -<link rel="stylesheet" href="index-data/local.css" type="text/css" /> |
| 34 | +<script src="index-data/translations.js"> </script> |
| 35 | +<script src="https://w3c.github.io/i18n-drafts/javascript/doc-structure/article-dt.js"> </script> |
| 36 | +<script src="https://w3c.github.io/i18n-drafts/javascript/boilerplate-text/boilerplate-en.js"></script><!--TRANSLATORS must change -en to the subtag for their language!--> |
| 37 | +<script src="https://w3c.github.io/i18n-drafts/javascript/doc-structure/sitepage.js"> </script> |
| 38 | +<script src="https://w3c.github.io/i18n-drafts/javascript/articletoc-html5.js"></script> |
| 39 | +<!--script src="index-data/label-list.js"></script--> |
| 40 | +<link rel="stylesheet" href="https://w3c.github.io/i18n-drafts/style/sitepage-2016.css" /> |
| 41 | +<link rel="stylesheet" href="index-data/local.css" /> |
42 | 42 | <link rel="copyright" href="#copyright"/>
|
43 | 43 | <!--[if lt IE 9]><script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script><![endif]-->
|
44 | 44 | <style>
|
|
75 | 75 | <script>document.getElementById('mainNavigation').innerHTML = mainNavigation</script>
|
76 | 76 | </header>
|
77 | 77 | <div class="content">
|
78 |
| -<h1> Type samples</h1> |
| 78 | +<h1>Type samples</h1> |
79 | 79 | <section id="sidebarExtras">
|
80 | 80 | <form onChange="displayRepo(getFilter())">
|
81 | 81 | <h2 class="notoc">Select a feature</h2>
|
@@ -310,8 +310,8 @@ <h2 class="notoc">Filter by medium</h2>
|
310 | 310 | </script>
|
311 | 311 |
|
312 | 312 | <footer id="thefooter"></footer>
|
313 |
| -<script type="text/javascript">document.getElementById('thefooter').innerHTML = g.bottomOfPage</script> |
314 |
| -<script type="text/javascript">completePage()</script> |
| 313 | +<script>document.getElementById('thefooter').innerHTML = g.bottomOfPage</script> |
| 314 | +<script>completePage()</script> |
315 | 315 |
|
316 | 316 | </div>
|
317 | 317 | </body>
|
|
0 commit comments