core/api/modules/upload_price_1c/index.html

8 lines
480 B
HTML
Raw Normal View History

2022-12-11 13:55:49 +05:00
{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}