-
Notifications
You must be signed in to change notification settings - Fork 8
/
sandhi.html
executable file
·40 lines (38 loc) · 1.65 KB
/
sandhi.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
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html>
<head>
<meta charset="UTF-8">
<link rel="stylesheet" type="text/css" href="scripts/mystyle.css">
</head>
<body>
<div class="one">
<form action="panini.php" method = "get" id="frm">
First Word: <input type="text" name="first" required id="first" autofocus="autofocus" ><br>
Second Word: <input type="text" name="sec" required id="sec"><br>
<input type="radio" name="trans" value="Devanagari" checked>Devanagari
<input type="radio" name="trans" value="IAST">IAST
<input type="radio" name="trans" value="SLP1">SLP1<br>
<input type="radio" name="pada" value="pada" checked>पद + पद
<input type="radio" name="pada" value="pratyaya">प्रातिपदिक + प्रत्यय
<input type="submit">
<input type="hidden" name="type" id="sandhi" value="sandhi" />
<input type="hidden" name="frontend" id="1" value="1" />
</form>
</div>
<p class = hn>
Developed by: Dr. Dhaval Patel & Dr. Sivakumari Katuri.
Layout assistance by: Mr. Marcis Gasuns.
Available under GNU licence.
Note: The source code for this program is available <a href = "https://github.com/drdhaval2785/SanskritVerb" target="_blank">here.</a>
For better rendering of output, use <a href = "http://svayambhava.org/index.php/en/" target="_blank">Siddhanta font.</a></p>
For <a href = "http://en.wikipedia.org/wiki/International_Alphabet_of_Sanskrit_Transliteration">IAST scheme</a>, please use the lowercase letters.</p>
<p>For SLP1, use this scheme for entering words: </p>
aAiIuUfFxXeEoOMH</br>
kKgGN</br>
cCjJY</br>
wWqQR</br>
tTdDn</br>
pPbBm</br>
yrlvSzsh;
</body>
</html>