1
|
<html>
|
2
|
<head>
|
3
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
4
|
<title>Selection of attested variants according to logographic value</title>
|
5
|
<STYLE TYPE="text/css">
|
6
|
<!--
|
7
|
body {font-family:Arial Unicode MS,TITUS Cyberbit Basic,Code2000;}
|
8
|
.tlacitko2 {cursor:hand;font-family:Arial Unicode MS,TITUS Cyberbit Basic,Code2000;font-weight:normal;font-size:100%;color:#000000;background-color:#FFFFEE}
|
9
|
.vstup {font-family:Arial Unicode MS,TITUS Cyberbit Basic,Code2000;font-weight:normal;font-size:100%;color:#000000;background-color:#FFFFFF}
|
10
|
.tlacitko1 {cursor:hand;font-family:Arial Unicode MS,TITUS Cyberbit Basic,Code2000;font-weight:normal;font-size:80%;color:#000000;background-color:#FFFFEE}
|
11
|
-->
|
12
|
</STYLE>
|
13
|
<script src="https://code.jquery.com/jquery-3.4.0.min.js"
|
14
|
integrity="sha256-BJeo0qm959uMBGb65z40ejJYGSgR7REI4+CW1fNKwOg="
|
15
|
crossorigin="anonymous"></script>
|
16
|
</head>
|
17
|
<body topmargin="15" leftmargin="15" bgcolor="#EFF1FF">
|
18
|
<BODY BGCOLOR="#FFFFFF">
|
19
|
<FORM id=form1 method="get" name=form1 action="/utf/show2logographic.php">
|
20
|
<H3><FONT FACE="Verdana, Arial" color=#3399ff>Selection of variants according to logographic value</FONT></H3>
|
21
|
<p>Type in existing logographic value to see all attested variants in the corpus used for Old Babylonian Graphemic Analyses:<br>
|
22
|
<small><small>e.g. LUM, KAM etc.
|
23
|
</p>
|
24
|
Type in:
|
25
|
<INPUT autofocus type="text" class=vstup id=q name="borger" size=15 maxlength=100 value="">
|
26
|
<?php
|
27
|
include "keyboard.html";
|
28
|
?>
|
29
|
<TABLE>
|
30
|
<TR>
|
31
|
<TD>
|
32
|
<INPUT class=tlacitko1 TYPE="SUBMIT" value=" send " style="height:32;background-color:#EEFFEE">
|
33
|
</TD>
|
34
|
</TR>
|
35
|
|
36
|
</TABLE>
|
37
|
|
38
|
</FORM>
|
39
|
|
40
|
<BR>
|
41
|
</BODY>
|
42
|
</HTML>
|
43
|
|