Projekt

Obecné

Profil

Stáhnout (1.32 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
<META HTTP-EQUIV="Content-Script-Type" CONTENT="text/javascript">
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
<TITLE>Search in Old Babylonian Akkadian Dictionary</TITLE>
12
</HEAD>
13
<BODY BGCOLOR="#FFFFFF">
14
<FORM id=form1 METHOD="get" name=form1 ACTION="/utf/autor/obdict/2ob1.php">
15
<H3 align=center>Search for a dictionary entry in the Dictionary <BR>of the Old Babylonian Akkadian Language v.2</H3>
16
Type in:
17
<INPUT class=vstup id=q name="chain" size=20 maxlength=100 value="">
18
<BR>
19
<?
20
include "key.inc.php";
21
//if ($auth_level == 10) {
22
		//			echo "";
23
				//        }
24
			//		else {
25
			//		include "key.inc.php";
26
			//		}
27
?>
28
<TABLE>
29
<TR>
30
<TD>
31
<INPUT class=tlacitko1 TYPE="SUBMIT" value="  send  " style="height:30;background-color:#EEFFEE">
32
</TD>
33
<TD WIDTH=30>&nbsp;</TD>
34
<?
35
if ($auth_level == 10) {
36
					echo "";
37
				        }
38
					else {
39
					echo "<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>";
40
					}
41
?>
42
</TR>
43
</TABLE>
44
</FORM>
45
</BODY>
46
</HTML>
(100-100/135)