25 lines
1.1 KiB
PHP
25 lines
1.1 KiB
PHP
<fieldset>
|
|
<legend>Datenimport</legend>
|
|
<form action="index.php?<?php echo $_SERVER['QUERY_STRING']; ?>" method="post">
|
|
<input type="hidden" name="formaction" value="import" />
|
|
<br /> <br />
|
|
<input type="submit" class="button_cont_imp" name="Typ" value="Kontakte" title="Kunden importieren">
|
|
<input type="submit" class="button_art_imp" name="Typ" value="Artikel" title="Artikel importieren">
|
|
</form>
|
|
</fieldset>
|
|
<fieldset>
|
|
<legend>Datenexport</legend>
|
|
<form action="index.php?<?php echo $_SERVER['QUERY_STRING']; ?>" method="post">
|
|
<input type="hidden" name="formaction" value="export" />
|
|
<br /> <br />
|
|
<input type="submit" class="button_cont_exp" name="Typ" value="Kontakte" title="Kunden exportieren">
|
|
<input type="submit" class="button_art_exp" name="Typ" value="Artikel" title="Artikel exportieren">
|
|
</form>
|
|
</fieldset>
|
|
<fieldset>
|
|
<legend>Datenrücksicherung</legend>
|
|
<form action="index.php?<?php echo $_SERVER['QUERY_STRING']; ?>" method="post">
|
|
<br /> <br />
|
|
<input type="submit" class="button_comp" name="formaction" value="rsicher" title="Datenbank rücksichern">
|
|
</form>
|
|
</fieldset> |