-
Notifications
You must be signed in to change notification settings - Fork 1
/
original.html
34 lines (32 loc) · 1.49 KB
/
original.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
<!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>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<script src="cyrpol-original.js" language="JavaScript"></script>
<title>Transcription</title>
</head>
<body>
<p>См. <a href="http://steen.free.fr/cyrpol/index.html">источник</a></p>
<center>
<table width="100%" cellspacing="10" cellpadding="0" border="0">
<tr style="font-weight:bold; text-align:center;">
<td>Wpisz tutaj swój tekst źródłowy:<br>Впиш тутай свуй тэкст зрюдловы:<br>Insert your source text here:</td>
<td>Result:<br>Rezultat:<br>Рэзультат:</td></tr>
<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 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" onchange="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>
</table></center>
</body>
</html>