Projekt

Obecné

Profil

Stáhnout (1.1 KB) Statistiky
| Větev: | Tag: | Revize:
1
<?
2
include "autorizace.inc.php";
3
ksa_authorize();
4
if ($auth_level == 0) ksa_unauthorized();
5
?>
6
<HTML>
7
<HEAD>
8
<TITLE>Search in Old Babylonian Text Corpus</TITLE>
9
<META http-equiv=Content-Type content="text/html; charset=utf-8">
10
<LINK REL=StyleSheet HREF="/utf/obtc1.css" TYPE="text/css" MEDIA="screen, print">
11
<script language="JavaScript">
12
<!--
13
function openWindow(url, name)
14
{
15
popupWin = window.open(url, popup, "scrollbars,resizable,width=500,height=400");
16
}
17
-->
18
</SCRIPT>
19
</HEAD>
20
<BODY BGCOLOR="#FFFFFF">
21
<FORM id=form1 METHOD="get" name=form1 ACTION="http:/utf/obtextsshowlist2.php">
22
<H4 align=center>Search for a string in the Old Babylonian Text Corpus</H4>
23
Type in: 
24
<INPUT class=vstup id=q name="chain" size=20 maxlength=100 value="">
25
<? $chain = urlencode($chain); ?><BR>
26
<? include "key.inc.php" ?>
27
<TABLE>
28
<TR><TD><INPUT class=tlacitko1 TYPE="SUBMIT" value="  send  " style="height:32;background-color:#EEFFEE">
29
</TD><TD></TD></TR>
30
<TR><TD>&nbsp;</TD><TD>Welcome! Members area only, please report errors to the administrator of OBTC.</TD></TR>
31
<TR><TD>&nbsp;</TD><TD colspan=3></TD></TR>
32
</TABLE>
33
</FORM>
34
</BODY>
35
</HTML>
(72-72/135)