-
Notifications
You must be signed in to change notification settings - Fork 0
/
keyboard.php
160 lines (133 loc) · 5.39 KB
/
keyboard.php
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
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html lang="en">
<head>
<title>Русклавиатура -- Rusklaviatura Translit Russian</title>
<META http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="title" content="Rusklaviatura - Translit for Russian" />
<meta name="author" content="Team of Rusklaviatura" />
<META name="description" content="У Вас русской клавиатуры нету? This tool helps to write in cyrillic using the
most common standard to transliterate">
<META name="keywords" content="rusklaviatura, flights, Russia, транслит, транслитерация, translit, transliteration, transliteratsia, russian keyboard, keyboard, клавиатура, печатать, russification, cyrillic, kirillitsa,
kirillica, кириллица">
<meta name="robots" content="index, follow" />
<link rel="shortcut icon" href="/images/rusklav_ico.bmp">
<link href="style.css" type="text/css" rel="stylesheet">
<link href="js/tipTip.css" type="text/css" rel="stylesheet">
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4/jquery.min.js"></script>
<script type="text/javascript" src="js/jquery.tipTip.minified.js"></script>
<script type="text/javascript" src="js/jquery.maphilight.min.js"></script>
<script type="text/javascript" src="js/rusklaviatura.js"></script>
<script type="text/javascript" src="js/jquery.rusklaviatura.commons.js"></script>
<script type="text/javascript" src="js/jquery.rusklaviatura.keyboard.js"></script>
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-18377310-1']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>
</head>
<body>
<script language="JavaScript" type="text/javascript" src="js/cookiewarning4.js"></script>
<div id="outer_container">
<div id="title_board">
<table>
<tr>
<td>
<img class="logo" src="images/logoruskl11.png"/>
</td>
<td>
<script type="text/javascript"><!--
google_ad_client = "ca-pub-3144234682306474";
/* Leaderboard */
google_ad_slot = "2251575175";
google_ad_width = 728;
google_ad_height = 90;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
</td>
</tr>
</table>
</div>
<div id="container">
<div id="area">
<table id="area_table" class="no_cellspacing">
<form name="formul" ID="Form1">
<tr>
<td>
<div id="tabs">
<ul>
<li class="translit"><a href="/">Translit</a></li>
<li id="selected" class="keyboard"><a href="#">Russian Keyboard</a></li>
<li class="decoder"><a href="decoder">Decoder</a></li>
</ul>
</div>
</td>
</tr>
<tr>
<td>
<?php include 'includes/keyboard-toolbar.php' ?>
</td>
</tr>
<tr>
<td class="td_textarea">
<textarea class="area_keyboard area" tabindex=1 wrap="virtual" name="textito_kb" id="textito_kb"></textarea>
</td>
</tr>
</form>
<tr>
<td>
<?php include 'includes/keyboard-helper-keyboard.php' ?>
</td>
</tr>
</table>
</div>
<br/>
<div id="texto">
<table>
<tr>
<td>
<h2>Virtual Russian Keyboard</h2>
<p>The Russian Keyboard has a layout which is completely different from the English one. It puts the most
common letters in the center and makes usual clusters to be typed easily. If your keyboard does not
display the Russian layout, you need to know it by heart in order to use it. With Rusklaviatura you
only need the equivalent Latin letter or combination to actually type in Russian!</p>
<p>It is necessary to select the right layout of your keyboard (British, American, German, French, Spanish, Polish) in
order to map the Russian characteres to the disposition of the latin letters in your device. If your layout is
not in the list, you will be fine selecting the most similar one.</p>
</td>
<td>
<h2>Виртуальная Русская Клавиатура</h2>
<p>The Russian Keyboard has a layout which is completely different from the English one. It puts the most
common letters in the center and makes usual clusters to be typed easily. If your keyboard does not
display the Russian layout, you need to know it by heart in order to use it. With Rusklaviatura you
only need the equivalent Latin letter or combination to actually type in Russian!</p>
<p>It is necessary to select the right layout of your keyboard (British, American, German, French, Spanish, Polish) in
order to map the Russian characteres to the disposition of the latin letters in your device. If your layout is
not in the list, you will be fine selecting the most similar one.</p>
</form -->
</center>
</td>
</tr>
</table>
</div><!-- texto -->
<br/>
<br/>
</div>
<div id="tiptip_holder">
<div id="tiptip_content">
<div id="tiptip_arrow">
<div id="tiptip_arrow_inner"></div>
</div>
</div>
</div>
</div>
<?php include 'includes/common-footer.php' ?>
</body>
</html>