core/api/modules/upload_price_1c/index.html

8 lines
480 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}