2024-10-01 14:09:19 +00:00
|
|
|
<div id="body">
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<input type="text" id="inputText" name="inputText" placeholder="Введите значение" />
|
2024-10-01 14:38:06 +00:00
|
|
|
<button hx-get="/web/check_ports/start" hx-include="#inputText" hx-target='#body'>Проверить</button>
|
2024-10-01 14:09:19 +00:00
|
|
|
|
|
|
|
|
|
|
|
<div id="result">
|
|
|
|
{% for result in results %}
|
|
|
|
<p>{{ result }}</p>
|
|
|
|
{% endfor %}
|
|
|
|
</div>
|
|
|
|
</div>
|