core/api/modules/upload_tovar_1c/index.html

10 lines
532 B
HTML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{include file=$header_admin title="Загрузить справочник товаров из 1С" h1="Загрузить справочник товаров из 1С"}
<h1 class="title text-center">Загрузить справочник товаров из 1С</h1>
<form action="" method="post" enctype='multipart/form-data'>
<input type="file" name="xmlFile" class="form-control">
<input type="submit" name="ok" class="btn btn-dark mt-3 mb-3" value="Загрузить">
</form>
{include file=$footer_admin}