mirror of
https://github.com/OpenXE-org/OpenXE.git
synced 2024-11-15 20:47:15 +01:00
40 lines
822 B
Smarty
40 lines
822 B
Smarty
<fieldset><legend>CSV Datei auswählen</legend>
|
|
<table>
|
|
<tr><td>Datei:</td><td>
|
|
|
|
<form action="" method="post" enctype="multipart/form-data">
|
|
<input name="userfile" type="file" /> <input type="submit" name="upload" value="CSV jetzt heraufladen">
|
|
</td></tr></table>
|
|
</fieldset>
|
|
|
|
<br>
|
|
<style type="text/css">
|
|
table.importstyle
|
|
{
|
|
border-width: 0 0 1px 1px;
|
|
border-spacing: 0;
|
|
border-collapse: collapse;
|
|
border-style: solid;
|
|
}
|
|
|
|
.importstyle td, .importstyle th
|
|
{
|
|
margin: 0;
|
|
padding: 4px;
|
|
border-width: 1px 1px 0 0;
|
|
border-style: solid;
|
|
}
|
|
</style>
|
|
<form action="" method="post">
|
|
<div style="width:100%; overflow: auto">
|
|
<center>[IMPORTBUTTON]</center>
|
|
<br>
|
|
<table border="0" class="importstyle">
|
|
[ERGEBNIS]
|
|
</table>
|
|
<br>
|
|
</div>
|
|
<br><br>
|
|
<center>[IMPORTBUTTON]</center>
|
|
</form>
|