This commit is contained in:
2019-08-25 21:45:52 +02:00
commit f7140573e1
23 changed files with 2574 additions and 0 deletions

17
index2.php Normal file
View File

@ -0,0 +1,17 @@
<?PHP
$semikoma=$_GET['semikoma'];
echo '<link rel="stylesheet" type="text/css" href="css/main.css">';
echo '<div class="title">';
echo 'museum-digital CSV to XML converter';
echo '</div>';
echo '<div class="maincontent">';
echo '<table border="0" cellpadding="0" cellspacing="0" summary="" width="100%">';
echo '<tr>';
echo '<td width="50%">';
echo 'Please wait ... (transforming)<hr>';
include('csv_laden_iso.php');
echo '</td>';
echo '</tr>';
echo '</table>';
echo '</div>';
?>