1 |
6daefa8c
|
Petr Lukašík
|
<?
|
2 |
|
|
include "autorizace.inc.php";
|
3 |
|
|
ksa_authorize();
|
4 |
|
|
if ($auth_level == 0) ksa_unauthorized();
|
5 |
|
|
?>
|
6 |
|
|
<HTML>
|
7 |
|
|
<HEAD>
|
8 |
|
|
<META content=text/html; http-equiv=Content-Type>
|
9 |
|
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD W3 HTML//EN">
|
10 |
|
|
<TITLE>administration klinopis.cz</TITLE>
|
11 |
|
|
</HEAD>
|
12 |
|
|
|
13 |
|
|
<BODY>
|
14 |
|
|
<h1><center> Data input to the table OBTEXTS</center></h1>
|
15 |
|
|
<br><br>
|
16 |
|
|
<? echo "Author's abbreviation: $auth_userkod"; ?>
|
17 |
|
|
<form action="/utf/tools/novadata/vlozeni2obtexts.php" method="POST">
|
18 |
|
|
<fieldset>
|
19 |
|
|
<legend> <strong>Where is the file stored on the server</strong></legend>
|
20 |
|
|
data in UTF-8 format - please note all < and > and apostroph must be converted first!:
|
21 |
|
|
<b>/data-in/bybsrc/<b><input type=text name=file1>
|
22 |
|
|
<table border=0>
|
23 |
|
|
<tr><td valign=top>
|
24 |
|
|
Type of inserted data:
|
25 |
|
|
</td><td>
|
26 |
|
|
<input type=radio name=typdat value="1" CHECKED>new data <br>
|
27 |
|
|
<input type=radio name=typdat value="2">old modified data (doesn't work now)<br>
|
28 |
|
|
</td></tr>
|
29 |
|
|
</table>
|
30 |
|
|
</fieldset>
|
31 |
|
|
<br>
|
32 |
|
|
<input type=submit value="click to insert the data from the file">
|
33 |
|
|
</form>
|
34 |
|
|
<form action="/utf/ktools.php">
|
35 |
|
|
<input type=submit value="back to main menu of klinopis.cz">
|
36 |
|
|
</form>
|
37 |
|
|
<br><br>
|
38 |
|
|
</BODY>
|
39 |
|
|
</HTML>
|