Projekt

Obecné

Profil

Stáhnout (1.06 KB) Statistiky
| Větev: | Tag: | Revize:
1 6daefa8c Petr Lukašík
<html>
2
<head>
3
<META content=text/html; http-equiv=Content-Type>
4
<title>editorial system of klinopis.cz</title>
5
</head>
6
<BODY>
7
<h2><center>editorial system klinopis.cz</center></h2>
8
<p>
9
	<?echo "B:$bookandchapter&nbsp;P:$paragraph<BR>";?>
10
	<?echo "S:$source<BR>";?>
11
	<?echo "<FORM ACTION=\"/utf/autor$source\" method=\"post\">";?>
12
		<table>
13
			<tr>
14
				<td width=40%>
15
					Input your ID code (4 characters):
16
				</td>
17
				<td>
18
					<INPUT TYPE=text NAME="kodaut" SIZE=4>
19
				</td>
20
			</tr>
21
			<tr>
22
				<td>
23
					Input your password:
24
				</td>
25
				<td>
26
					<INPUT TYPE=password NAME="passaut" SIZE=10>
27
				<INPUT TYPE=hidden NAME="bookandchapter" VALUE="$bookandchapter">
28
				<INPUT TYPE=hidden NAME="paragraph" VALUE="$paragraph">
29
//				<INPUT TYPE=hidden NAME="OID" VALUE="$OID">
30
				</td>
31
			</tr>
32
			<tr>
33
				<td colspan="2"><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
34
<?
35
   echo "kontrola :$paragraph!";
36
//if ($OID > 0):
37
//   echo "volano dobre:$OID!";
38
//   break;
39
//endif;
40
?>
41
					<INPUT TYPE=submit VALUE="enter to the system">
42
				</td>
43
			</tr>
44
		</table>
45
	</FORM>
46
47
</body>
48
</html>