2021-07-26 18:41:40 -04:00
{% extends 'flask_user/_public_base.html' %}
{% block content %}
2021-08-07 14:28:36 -04:00
< p > < / p >
2021-10-05 23:33:12 -04:00
< div class = "card bg-light card-body mb-3" >
< h4 style = "text-align: center;" > < a href = "/generate_passphrase/pi-star" > < button type = "button" class = "btn btn-warning" > Automatic Pi-Star Setup Script< / button > < / a > < / h4 >
< br >
< h4 style = "text-align: center;" > < button type = "button" class = "btn btn-primary" data-bs-toggle = "modal" data-bs-target = "#options_modal" >
MMDVM Options
< / button > < / h4 >
< / div >
2021-07-26 18:41:40 -04:00
2021-08-07 13:29:02 -04:00
< div class = "row" >
2021-10-05 23:33:12 -04:00
< div class = "col-sm-6" > {{server_content}}< / div >
< div class = "col-sm-6" > {{passphrase_content}}< / div >
2021-08-07 13:29:02 -04:00
< / div >
2021-08-08 17:31:28 -04:00
<!-- Options Modal -->
2021-10-05 23:33:12 -04:00
< div class = "modal fade" id = "options_modal" >
2021-08-08 17:31:28 -04:00
< div class = "modal-dialog" >
< div class = "modal-content" >
2021-10-05 23:33:12 -04:00
<!-- Modal Header -->
2021-08-08 17:31:28 -04:00
< div class = "modal-header" >
2021-10-05 23:33:12 -04:00
< h4 class = "modal-title" > Modal Heading< / h4 >
< button type = "button" class = "btn-close" data-bs-dismiss = "modal" > < / button >
2021-08-08 17:31:28 -04:00
< / div >
2021-10-05 23:33:12 -04:00
<!-- Modal body -->
2021-08-08 17:31:28 -04:00
< div class = "modal-body" >
2021-10-05 23:33:12 -04:00
2021-08-08 17:31:28 -04:00
< div class = "container-fluid" >
< table class = "table table-striped" >
< thead >
< tr >
< th > Option< / th >
< th > Description< / th >
< / tr >
< / thead >
< tbody >
< tr >
< td > NO_MAP< / td >
2021-09-06 19:06:14 -04:00
< td > This option will prevent your hotspot/repeater from plotting on the map. < strong > This option may also be entered into the Location field of your hotspot, if your hotspot doesn't have an options field.< / strong > < / td >
2021-08-08 17:31:28 -04:00
< / tr >
< / tbody >
< / table >
< / div >
2021-10-05 23:33:12 -04:00
2021-08-08 17:31:28 -04:00
< / div >
2021-10-05 23:33:12 -04:00
<!-- Modal footer -->
2021-08-08 17:31:28 -04:00
< div class = "modal-footer" >
2021-10-05 23:33:12 -04:00
< button type = "button" class = "btn btn-danger" data-bs-dismiss = "modal" > Close< / button >
2021-08-08 17:31:28 -04:00
< / div >
2021-10-05 23:33:12 -04:00
< / div >
2021-08-08 17:31:28 -04:00
< / div >
< / div >
2021-07-26 18:41:40 -04:00
< p > < / p >
{% endblock %}