1
|
<?
|
2
|
// if (! IsSet ($autor))
|
3
|
if (! $autor=="")
|
4
|
{
|
5
|
Header ("Location: http://www.klinopis.cz/utf/autor/transrules/transrules1.php?autor=$autor");
|
6
|
}
|
7
|
else
|
8
|
echo "<b>$autor</b>";
|
9
|
?>
|
10
|
<html>
|
11
|
<head>
|
12
|
<META content=text/html; http-equiv=Content-Type>
|
13
|
<title>Editorial system - www.klinopis.cz</title>
|
14
|
</head>
|
15
|
<BODY>
|
16
|
<H2><center><FONT FACE="Verdana, Arial" color=#3399ff>Welcome to the editorial system of www.klinopis.cz</FONT></center></H2>
|
17
|
<p>
|
18
|
<FORM ACTION="./identiftransrules.php" method="post">
|
19
|
<table>
|
20
|
<tr>
|
21
|
<td width=40%>
|
22
|
Input your login:
|
23
|
</td>
|
24
|
<td>
|
25
|
<INPUT TYPE=text NAME="kodaut" SIZE=4>
|
26
|
</td>
|
27
|
</tr>
|
28
|
<tr>
|
29
|
<td>
|
30
|
Input your password:
|
31
|
</td>
|
32
|
<td>
|
33
|
<INPUT TYPE=password NAME="passaut" SIZE=10>
|
34
|
</td>
|
35
|
</tr>
|
36
|
<tr>
|
37
|
<td colspan="2"><br>
|
38
|
<INPUT TYPE=submit VALUE="Enter into editorial system">
|
39
|
</td>
|
40
|
</tr><tr><td> </td></tr>
|
41
|
</table>
|
42
|
<small>If you are not registered and have knowledge of the Old Babylonian Akkadian and would like to participate on this project please don't hesitate and write </small><a href="mailto:rahman@ksa.zcu.cz"><small>to the administrator Furat Rahman.</small></a>
|
43
|
</FORM>
|
44
|
</body>
|
45
|
</html>
|