1<!doctype HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> 2<html> 3 4<head> 5<meta http-equiv="Content-Type" content="text/html; charset=utf-8"> 6<title>%title%</title> 7<link rel="stylesheet" type="text/css" 8 href="http://www.unicode.org/webscripts/standard_styles.css"> 9<link rel="stylesheet" type="text/css" href="index.css"> 10%header% 11</head> 12 13<body> 14 <table width="100%" cellpadding="0" cellspacing="0" border="0"> 15 <tr> 16 <td colspan="2"> 17 <table width="100%" border="0" cellpadding="0" cellspacing="0"> 18 <tr> 19 <td class="icon"><a href="http://www.unicode.org/"> <img 20 border="0" src="http://www.unicode.org/webscripts/logo60s2.gif" 21 align="middle" alt="[Unicode]" width="34" height="33"></a> 22 <a class="bar" 23 href="http://www.unicode.org/cldr/comparison_charts.html"><font 24 size="3">CLDR Charts</font></a></td> 25 <td class="bar"><a href="http://www.unicode.org" class="bar">Home</a> 26 | <a href="http://www.unicode.org/sitemap/" class="bar">Site 27 Map</a> | <a href="http://www.unicode.org/search/" class="bar">Search</a></td> 28 </tr> 29 </table> 30 </td> 31 </tr> 32 <tr> 33 <td colspan="2" class="gray"> </td> 34 </tr> 35 </table> 36 <div class="body"> 37 <h1 align="center">%title%</h1> 38 39 <div align="center"> 40 41 <table style="margin: 1em"> 42 <tr> 43 <td align="left" nowrap width="20%">CLDR Version %version%</td> 44 <td style="text-align: center" nowrap width="50%"><b><font 45 size="4"> <a href="%index%">%index-title%</a></font></b></td> 46 <td style="text-align: right" nowrap width="20%">%date%</td> 47 </tr> 48 </table> 49 </div> 50 %body% 51 <script type="text/javascript"> 52 (function(i, s, o, g, r, a, m) { 53 i['GoogleAnalyticsObject'] = r; 54 i[r] = i[r] || function() { 55 (i[r].q = i[r].q || []).push(arguments) 56 }, i[r].l = 1 * new Date(); 57 a = s.createElement(o), m = s.getElementsByTagName(o)[0]; 58 a.async = 1; 59 a.src = g; 60 m.parentNode.insertBefore(a, m) 61 })(window, document, 'script', '//www.google-analytics.com/analytics.js', 'ga'); 62 ga('create', 'UA-7672775-1', 'auto'); 63 ga('send', 'pageview'); 64 </script> 65 </div> 66</body> 67 68</html>