-
Notifications
You must be signed in to change notification settings - Fork 0
/
jtrans.html
22 lines (22 loc) · 1.09 KB
/
jtrans.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<!doctype html>
<html>
<head>
<title>jTransliter - Translits Romanised Nepali input to Unicode Nepali</title>
<link rel="stylesheet" type="text/css" href="jtrans.css" media="all" />
</head>
<body>
<p>jTransliter - Translits Romanised Nepali input to Unicode Nepali.</p>
<textarea data-transliter="resume" id="jtrans-area" placeholder="Type here in Roman Nepali and press Space or Enter"></textarea>
<p>
<span id="jtrans-info">Active. Ctrl = Pause | Esc = Close.</span>
<span id="jtrans-help" class="jtrans-action" title="Show/Hide the usage help">Help</span>
<span id="jtrans-clear" class="jtrans-action" title="Clear the text">Clear</span>
<span id="jtrans-copy" class="jtrans-action" title="Copy the translitered text to Clipboard">Copy</span>
</p>
<div>
<table id="jtrans-help-text" style="display:none;" cellpadding="0" cellspacing="0"></table>
<p>© 2013 - 2014 — Jitendra Adhikari</p>
</div>
<script src="jtrans.js"></script>
</body>
</html>