forked from dimitrius-brest/cyrpol
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
65 lines (62 loc) · 3.28 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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<link rel="stylesheet" type="text/css" href="cyrpol.css">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<script src="cyrpol-updated.js" language="JavaScript"></script>
<title>Transcription</title>
</head>
<body>
<p>This is a modified version of <a href="https://dimitrius-brest.github.io/cyrpol/">this transliterator</a></p>
<center>
<table width="100%" cellspacing="10" cellpadding="0" border="0">
<tr><th colspan="2" style="font-weight:bold; text-align:center;"><form action="" name="ogonek">
<input name="ogonek" id="ogonek" type="radio" onclick="trans ()" checked> ѫ/ѧ/ѭ/ѩ
<input name="ogonek" id="ogonek" type="radio" onclick="trans ()"> а̨/э̨/я̨/е̨
</form></th></tr>
<tr><th colspan="2" style="font-weight:bold; text-align:center;"><form action="" name="long_o">
ó =
<input name="long_o" id="long_o" type="radio" onclick="trans ()" checked> ô/ê
<input name="long_o" id="long_o" type="radio" onclick="trans ()"> у/ю
</form></th></tr>
<tr><th colspan="2" style="font-weight:bold; text-align:center;"><form action="" name="h_spelling">
h =
<input name="h_spelling" id="h_spelling" type="radio" onclick="trans ()"> ґ
<input name="h_spelling" id="h_spelling" type="radio" onclick="trans ()" checked> х
</form></th></tr>
<tr><th colspan="2" style="font-weight:bold; text-align:center;"><form action="" name="soft_td_spelling">
ć/dź =
<input name="soft_td_spelling" id="soft_td_spelling" type="radio" onclick="trans ()" checked> ть/дь
<input name="soft_td_spelling" id="soft_td_spelling" type="radio" onclick="trans ()"> ць/дзь
</form></th></tr>
<tr><th colspan="2" style="font-weight:bold; text-align:center;"><form action="" name="soft_r_spelling">
rz =
<input name="soft_r_spelling" id="soft_r_spelling" type="radio" onclick="trans ()" checked> рь
<input name="soft_r_spelling" id="soft_r_spelling" type="radio" onclick="trans ()"> р̌
</form></th></tr>
<tr><th colspan="2" style="font-weight:bold; text-align:center;"><form action="" name="soft_clusters_spelling">
<input name="soft_clusters_spelling" id="soft_clusters_spelling" type="checkbox" onclick="trans ()" checked>
<label for="soft_clusters_spelling">Consonant clusters are palatalyzed as a whole (исть instead of исьть)</label>
</form></th></tr>
<tr style="font-weight:bold; text-align:center;">
<td>Wpisz tutaj tekst na łacince:<br>Впиш тутай тэкст на латинце:<br>Insert your text in Latin script here:</td>
<td>Rezultat:<br>Рэзультат:<br>Result:</td></tr>
<tr valign="middle" height="385px">
<td width="48%">
<table width="100%" height="100%" cellspacing="5" cellpadding="0" border="0">
<tr height="100px"><td><textarea name="SourceText" oninput="trans ()"></textarea></td></tr>
</table>
</td><td width="48%">
<table width="100%" height="100%" cellspacing="5" cellpadding="0" border="0">
<tr height="100px"><td><textarea name="ResultText"></textarea></td></tr>
</table>
</td>
</tr>
<td><h2>Тэксты на цырылицы | Teksty na cyrylicy</h2>
<ul>
<li><a href="texts/maly_ksiaze.html">Малы Ксѭжѧ | Mały Książę</a></li>
</ul>
</td>
</table></center>
</body>
</html>