Remove and merge obsolete files csv_laden_hu_alt & csv_laden_iso
This commit is contained in:
22
index3.php
22
index3.php
@ -1,21 +1,19 @@
|
||||
<?PHP
|
||||
echo '<link rel="stylesheet" type="text/css" href="css/main.css">';
|
||||
echo '<div class="title">';
|
||||
echo 'museum-digital CSV to XML converter';
|
||||
echo '</div>';
|
||||
declare(strict_types = 1);
|
||||
require_once __DIR__ . "/functions/functions.php";
|
||||
|
||||
echo printHTMLHead();
|
||||
|
||||
echo '<div class="maincontent">';
|
||||
$semikoma = $_GET['semikoma'];
|
||||
echo '<table border="0" cellpadding="0" cellspacing="0" summary="" width="100%" style="border-bottom:1px solid #000000;padding-bottom:3px;margin-bottom:5px;">';
|
||||
echo '<tr>';
|
||||
echo '<td width="80%">';
|
||||
echo 'Please wait ... (checking validity)';
|
||||
echo '</td>';
|
||||
echo '<td style="text-align:right;padding-top:0px;padding-bottom:0px;">';
|
||||
echo '<form action="index.php" style="margin:0px;padding:0px;">';
|
||||
echo '<input type="submit" value="Reload" />';
|
||||
echo '</form>';
|
||||
echo '</td>';
|
||||
echo '</tr>';
|
||||
echo '</table>';
|
||||
require 'csv_check.php';
|
||||
echo '</div>';
|
||||
echo '
|
||||
|
||||
</body>
|
||||
</html>
|
||||
';
|
||||
|
Reference in New Issue
Block a user