mirror of
https://github.com/ShaYmez/HBMonv2.git
synced 2024-11-03 07:01:15 -05:00
59 lines
1.7 KiB
HTML
59 lines
1.7 KiB
HTML
|
<div style="width: 1100px;">
|
||
|
<!-- HBMonitor buttons HTML code -->
|
||
|
<a href="/"><button class="button link"> Home </button></a>
|
||
|
|
||
|
{% if auth == True %}
|
||
|
<div class="dropdown">
|
||
|
<button class="dropbtn"> Admin Area </button>
|
||
|
<div class="dropdown-content">
|
||
|
<a href="/masters"> Masters </a>
|
||
|
<a href="/peers"> Peers </a>
|
||
|
<a href="/opb"> OpenBridge </a>
|
||
|
<a href="/moni"> Monitor </a>
|
||
|
{% if dbridges == True %}
|
||
|
<a href="/bridges"> Bridges </a>
|
||
|
{% endif %}
|
||
|
</div>
|
||
|
</div>
|
||
|
|
||
|
{% else %}
|
||
|
<a href="/masters"><button class="button link"> Masters </button></a>
|
||
|
|
||
|
<a href="/peers"><button class="button link"> Peers </button></a>
|
||
|
|
||
|
<a href="/opb"><button class="button link"> OpenBridge </button></a>
|
||
|
|
||
|
<a href="/moni"><button class="button link"> Monitor </button></a>
|
||
|
|
||
|
{% endif %}
|
||
|
<a href="/info"><button class="button link"> Info </button></a>
|
||
|
|
||
|
<!-- Own buttons HTML code -->
|
||
|
<!-- link to long lastheard
|
||
|
<a target='_blank' href="http://192.168.1.1/log.php"><button class="button link"> Lastheard </button></a>
|
||
|
|
||
|
|
||
|
-->
|
||
|
|
||
|
<!-- Example of buttons dropdown HTML code -->
|
||
|
<!--
|
||
|
<p></p>
|
||
|
<div class="dropdown">
|
||
|
<button class="dropbtn">Admin Area</button>
|
||
|
<div class="dropdown-content">
|
||
|
<a href="/masters">Master&Peer</a>
|
||
|
<a href="/opb">OpenBridge</a>
|
||
|
<a href="/moni">Monitor</a>
|
||
|
</div>
|
||
|
</div>
|
||
|
|
||
|
<div class="dropdown">
|
||
|
<button class="dropbtn">Reflectors</button>
|
||
|
<div class="dropdown-content">
|
||
|
<a target='_blank' href="#">YSF Reflector</a>
|
||
|
<a target='_blank' href="#">XLX950</a>
|
||
|
</div>
|
||
|
</div>
|
||
|
-->
|
||
|
</div>
|
||
|
<p></p>
|