update map templates
This commit is contained in:
parent
c08fa3badd
commit
55c0651795
@ -2,8 +2,20 @@
|
|||||||
{% block content %}
|
{% block content %}
|
||||||
|
|
||||||
<p> </p>
|
<p> </p>
|
||||||
<div class="well">Map of connected peers. <br />
|
<div class="well">Map of connected peers and GPS locations. <br />
|
||||||
To diasble map plotting for your hotspot or repeater, see the <strong>MMDVM Options</strong> section in <a href="/help"><strong>Help</strong></a>.
|
To diasble map plotting for your hotspot or repeater, see the <strong>MMDVM Options</strong> section in <a href="/help"><strong>Help</strong></a>.
|
||||||
|
<p> </p>
|
||||||
|
|
||||||
|
<table border="1">
|
||||||
|
<tbody>
|
||||||
|
<tr>
|
||||||
|
<td><span style="color: #ff0000;"><strong>Red</strong></span> = Peer location (no APRS)</td>
|
||||||
|
<td><span style="color: #0000ff;"><strong>Blue</strong></span> = GPS location (APRS)</td>
|
||||||
|
<td><strong><span style="color: #00ff00;">Green</span></strong> = Peer location (APRS)</td>
|
||||||
|
</tr>
|
||||||
|
</tbody>
|
||||||
|
</table>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
<div class="row container-fluid" >
|
<div class="row container-fluid" >
|
||||||
<div class="col-xs-12">
|
<div class="col-xs-12">
|
||||||
|
14
web/templates/single_map_peer.html
Normal file
14
web/templates/single_map_peer.html
Normal file
@ -0,0 +1,14 @@
|
|||||||
|
{% extends 'flask_user/_public_base.html' %}
|
||||||
|
{% block content %}
|
||||||
|
|
||||||
|
<p> </p>
|
||||||
|
|
||||||
|
<div class="row container-fluid" >
|
||||||
|
<div class="col-xs-12">
|
||||||
|
{{markup_content}}
|
||||||
|
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<p> </p>
|
||||||
|
{% endblock %}
|
Loading…
x
Reference in New Issue
Block a user