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