1
|
<html>
|
2
|
<head>
|
3
|
<META HTTP-EQUIV="Content-Script-Type" CONTENT="text/javascript">
|
4
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
5
|
<title>Selection of attested variants according to Borger's number</title>
|
6
|
<LINK REL=StyleSheet HREF="/utf/obtc1.css" TYPE="text/css" MEDIA="screen, print">
|
7
|
<script src="https://code.jquery.com/jquery-3.4.0.min.js"
|
8
|
integrity="sha256-BJeo0qm959uMBGb65z40ejJYGSgR7REI4+CW1fNKwOg="
|
9
|
crossorigin="anonymous"></script>
|
10
|
</head>
|
11
|
<body topmargin="15" leftmargin="15" bgcolor="#EFF1FF">
|
12
|
<FONT FACE=Verdana color=#3399ff>
|
13
|
<h1>Selection according to Sign Name</h1>
|
14
|
</FONT>
|
15
|
<p>Type Sign Name to see all attested variants in the corpus used for Old Babylonian Graphemic Analyses:<br>
|
16
|
<small>e.g. LUM, KAM etc.</small>
|
17
|
</p>
|
18
|
|
19
|
<form id=form1 name=form1 method="get" action="/utf/show2signname.php">
|
20
|
<p><input autofocus type="text" class=vstup id=q name="borger" size="15"><input type="submit" value="Send"><input type="reset" value="Clear" name="borger"></p>
|
21
|
<?php include "keyboard.html";?>
|
22
|
</form>
|
23
|
</body>
|
24
|
</html>
|