Update biz_v.html
Browse files- biz_v.html +5 -3
biz_v.html
CHANGED
@@ -230,8 +230,10 @@
|
|
230 |
<input type="text" id="tokenInput" placeholder="Введите токен">
|
231 |
</div>
|
232 |
<div class="form-group">
|
233 |
-
<label for="
|
234 |
-
<
|
|
|
|
|
235 |
</div>
|
236 |
<div class="form-group">
|
237 |
<label for="typeSelect">Выбор формата вебинара:</label>
|
@@ -308,7 +310,7 @@
|
|
308 |
if (requestButtonClicked) return;
|
309 |
requestButtonClicked = true;
|
310 |
const token = document.getElementById('tokenInput').value;
|
311 |
-
const minDate = document.getElementById('
|
312 |
const type = document.getElementById('typeSelect').value;
|
313 |
const url = '/send_request';
|
314 |
fetch(url, {
|
|
|
230 |
<input type="text" id="tokenInput" placeholder="Введите токен">
|
231 |
</div>
|
232 |
<div class="form-group">
|
233 |
+
<label for="dateSelect">Крайняя дата выборки комнат:</label>
|
234 |
+
<select type="date" id="dateSelect">
|
235 |
+
|
236 |
+
</select>
|
237 |
</div>
|
238 |
<div class="form-group">
|
239 |
<label for="typeSelect">Выбор формата вебинара:</label>
|
|
|
310 |
if (requestButtonClicked) return;
|
311 |
requestButtonClicked = true;
|
312 |
const token = document.getElementById('tokenInput').value;
|
313 |
+
const minDate = document.getElementById('dateSelect').value;
|
314 |
const type = document.getElementById('typeSelect').value;
|
315 |
const url = '/send_request';
|
316 |
fetch(url, {
|