This commit is contained in:
steven 2025-08-11 22:23:30 +02:00
commit 72a26edcff
22092 changed files with 2101903 additions and 0 deletions

93
template/tpl/i_info.tpl Normal file
View file

@ -0,0 +1,93 @@
<link rel="stylesheet" type="text/css" href="lib/css/dropzone.css" />
<script type="text/javascript" src="lib/js/dropzone.js"></script>
<div class="row sortable">
<div class="col-md-6">
<div class="panel panel-primary">
<div class="panel-body">
<table class="no-style full">
<tbody>
<form action="upload24.php" method="post" enctype="multipart/form-data">
<h2><input type="file" name="datei"> </h2>
<input type="submit" value="Hochladen"> <br>
</form>
</tbody>
</table>
</div>
</div>
<div class="panel panel-primary">
<div class="panel-body">
<table class="no-style full">
<tbody>
<form action="up_np.php" method="post" enctype="multipart/form-data">
<h2><input type="file" name="datei">Normplan !!</h2>
<h4>Steuerdatei xx.KW !!!</h4>
<input type="submit" value="Hochladen"> <br>
</form>
</tbody>
</table>
</div>
</div>
</div>
<div class="col-md-6">
<div class="panel panel-primary">
<div class="panel-body">
<table class="no-style full">
<tbody>
<form action="uploadp1.php" method="post" enctype="multipart/form-data">
<h2><input type="file" name="datei"> </h2>
<input type="submit" value="PDF I Parser"> <br>
</form>
</tbody>
</table>
</div>
</div>
</div>
<div class="col-md-6">
<div class="panel panel-primary">
<div class="panel-body">
<table class="no-style full">
<tbody>
<form action="up_round_ss2020.php" method="post" enctype="multipart/form-data">
<h2>nur SASO 2020 neu !!</h2>
<h2><input type="file" name="datei"> </h2>
<input type="submit" value="Upload"> <br>
</form>
</tbody>
</table>
</div>
</div>
</div>
<div class="col-md-6">
<div class="panel panel-primary">
<div class="panel-body">
<table class="no-style full">
<tbody>
<form action="tankrechnung.php" method="post" enctype="multipart/form-data">
<h2 style="color: aqua">Rechnung</h2>
<h2><input type="file" name="datei"> </h2>
<h4>Tankrechnung CSV</h4>
<input type="submit" value="Upload"> <br>
</form>
</tbody>
</table>
</div>
</div>
</div>
</div>