-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathindex.html
25 lines (24 loc) · 1.81 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
<!doctype html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=0">
<title>mutilang [R.js wrapper] - Plain JS internationalization</title>
<script type="text/javascript" src="rjs/R.js"></script> <!-- multi language support lib R.js -->
<script type="text/javascript" src="tr/multilang.js"></script> <!-- R.js wrapper interface multilang.js -->
<script type="text/javascript" src="js/main.js"></script>
<script src="js/ga.js"></script>
<link rel="stylesheet" type="text/css" href="style.css">
</head>
<body style="height: 95%; width: 95%;">
<div id="main">
<h1 id="title">multilang</h1>
<p id="subtitle" class="multilang">This is an example demonstrating local HTML internationalisation with <a href="https://github.com/keithamus/R.js" target="_blank">R.js</a></p>
<div id="test1" class="multilang">I am a string with a number 6.5</div>
<div id="test2" class="multilang">I am another string with a string ...</div>
<div id="test3" style="color: #ccc;">This text will never get translated</div>
<div class="form-select select"><select id="selectLanguage" onChange="selectedLanguageChanged();"></select></div>
<div id="readme"><a href="https://github.com/maxkalb/multilang" id="ghlink" class="multilang">about</a></div>
</div>
<a href="https://github.com/mxklb/multilang"><img style="position: absolute; top: 0; right: 0; border: 0;" src="https://camo.githubusercontent.com/a6677b08c955af8400f44c6298f40e7d19cc5b2d/68747470733a2f2f73332e616d617a6f6e6177732e636f6d2f6769746875622f726962626f6e732f666f726b6d655f72696768745f677261795f3664366436642e706e67" alt="Fork me on GitHub" data-canonical-src="https://s3.amazonaws.com/github/ribbons/forkme_right_gray_6d6d6d.png"></a>
</body>
</html>