OpenXE/www/pages/content/exportvorlage_export.tpl

40 lines
822 B
Smarty
Raw Normal View History

2021-05-21 08:49:41 +02:00
<fieldset><legend>CSV Datei ausw&auml;hlen</legend>
<table>
<tr><td>Datei:</td><td>
<form action="" method="post" enctype="multipart/form-data">
<input name="userfile" type="file" />&nbsp;<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>