1 |
6daefa8c
|
Petr Lukašík
|
<html>
|
2 |
|
|
<head>
|
3 |
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
4 |
|
|
<title>Selection of attested variants according to syllabic value</title>
|
5 |
|
|
<LINK REL=StyleSheet HREF="/utf/obtc1.css" TYPE="text/css" MEDIA="screen, print">
|
6 |
3249a620
|
Petr Lukašík
|
<script src="https://code.jquery.com/jquery-3.4.0.min.js"
|
7 |
|
|
integrity="sha256-BJeo0qm959uMBGb65z40ejJYGSgR7REI4+CW1fNKwOg="
|
8 |
|
|
crossorigin="anonymous"></script>
|
9 |
6daefa8c
|
Petr Lukašík
|
</head>
|
10 |
|
|
<body topmargin="15" leftmargin="15" bgcolor="#EFF1FF">
|
11 |
3249a620
|
Petr Lukašík
|
<FORM id=form1 method="get" name=form1 action="/utf/show2syllabic.php">
|
12 |
6daefa8c
|
Petr Lukašík
|
<H3><FONT FACE="Verdana, Arial" color=#3399ff>Selection of variants according to syllabical value</FONT></H3>
|
13 |
|
|
<p>Type in syllabical value to see all attested variants in the corpus used for Old Babylonian Graphemic Analyses:<br>
|
14 |
3249a620
|
Petr Lukašík
|
<small><small>e.g. lam, ṭup etc.
|
15 |
6daefa8c
|
Petr Lukašík
|
</p>
|
16 |
|
|
Type in:
|
17 |
3249a620
|
Petr Lukašík
|
<INPUT autofocus type="text" class=vstup id=q name="borger" size=15 maxlength=100 value="">
|
18 |
|
|
<?php
|
19 |
|
|
include "keyboard.html";
|
20 |
6daefa8c
|
Petr Lukašík
|
?>
|
21 |
|
|
<TABLE>
|
22 |
|
|
<TR>
|
23 |
|
|
<TD>
|
24 |
3249a620
|
Petr Lukašík
|
<INPUT class=tlacitko1 TYPE="SUBMIT" value=" send " style="height:32;background-color:#EEFFEE">
|
25 |
6daefa8c
|
Petr Lukašík
|
</TD>
|
26 |
|
|
</TR>
|
27 |
|
|
|
28 |
|
|
</TABLE>
|
29 |
|
|
|
30 |
|
|
</FORM>
|
31 |
|
|
|
32 |
|
|
<BR>
|
33 |
|
|
</BODY>
|
34 |
|
|
</HTML>
|