Projekt

Obecné

Profil

Stáhnout (2.07 KB) Statistiky
| Větev: | Tag: | Revize:
1
<?
2
include "autorizace.inc.php";
3
ksa_authorize();
4
if ($auth_level == 0) ksa_unauthorized();
5
?>
6
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
7
<HTML>
8
<HEAD>
9
<TITLE>Search in Old Babylonian Text Corpus</TITLE>
10
<META http-equiv=Content-Type content="text/html; charset=utf-8">
11
<LINK REL=StyleSheet HREF="/utf/obtc1.css" TYPE="text/css" MEDIA="screen, print">
12
<script language="JavaScript">
13
<!--
14
function openWindow(url, name)
15
{
16
popupWin = window.open(url, popup, "scrollbars,resizable,width=500,height=400");
17
}
18
-->
19
</SCRIPT>
20
</HEAD>
21
<BODY BGCOLOR="#FFFFFF">
22
<FORM id=form1 METHOD="get" name=form1 ACTION="/utf/obtextsshowlist.php">
23
<H4 align=center>Search for a string in the Old Babylonian Text Corpus</H4>
24
<TABLE BORDER=0>
25
<TR><TD>Type in searched chain: </TD><TD><INPUT class=vstup id=q name="chain" size=20 maxlength=100 value=""></TD><TD></TD></TR>
26
<TR><TD>type:</TD><TD><SELECT name="type"><OPTION></OPTION><OPTION>document</OPTION><OPTION>letter</OPTION><OPTION>legal text</OPTION><OPTION>omina</OPTION><OPTION>royal inscription</OPTION></SELECT></TD><TD></TD></TR>
27
<TR><TD>origin:</TD><TD><SELECT class=vstup name="origin"><OPTION></OPTION><OPTION>Kisura</OPTION><OPTION>Kish</OPTION><OPTION>Lagaba</OPTION><OPTION>Larsa</OPTION><OPTION>Tell Harmal</OPTION></SELECT></TD><TD></TD></TR>
28
<TR><TD>ruler:</TD><TD><INPUT class=vstup name="ruler" size=20 maxlength=100 value="">
29
</TD><TD></TD></TR>
30
<TR><TD>year:</TD><TD><INPUT class=vstup name="year" size=20 maxlength=100 value="">
31
</TD><TD></TD></TR>
32
<TR><TD>month:</TD><TD><INPUT class=vstup name="month" size=20 maxlength=100 value="">
33
</TD><TD></TD></TR>
34
</TABLE>
35
<? $chain = urlencode($chain); ?><BR>
36
<? include "key.inc.php" ?>
37
<TABLE>
38
<TR>
39
<TD>
40
<INPUT class=tlacitko1 TYPE="SUBMIT" value="  send  " style="height:32;background-color:#EEFFEE">
41
</TD>
42
<TD WIDTH=30>&nbsp;</TD>
43
<TD><a href="http://140.132.1.204/msdownload/Font%20for%20Publisher%202000/aruniupd.exe" TARGET="_blank"><small>if you don't see special characters above, you need to download and install a font with unicode support</small></a></TD>
44
</TR>
45
</TABLE>
46
</FORM>
47
</BODY>
48
</HTML>
(110-110/135)