2025-06-16 18:28:08 +05:00

21 lines
1.0 KiB
HTML
Executable File
Raw Permalink 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.

<form class="row">
<h3>Документация</h3>
<h4>Уставные документы: устав, свидетельство о регистрации, выписка из ЕГРЮЛ, лицензии и сертификаты</h4>
<div class="col-12">
<h4>Устав (Скан в форматах JPG, PDF, ZIP, RAR, 7Z)</h4>
<div id="drop-area" class="container mt-2">
<form class="my-form">
<p>Загрузите фотографии</p>
<input type="file" id="fileElem" multiple accept="*" onchange="handleFiles(this.files)">
<label class="button" for="fileElem">Выбрать файлы</label>
</form>
<progress id="progress-bar" max=100 value=0></progress>
<div id="gallery"></div>
</div>
</div>
<div class="col-9">
<div class="alert alert-primary hidden" role="alert" id="p006-result-city">
Данные успешно сохранены
</div>
</div>
</form>