mirror of
https://github.com/ShaYmez/HBMonv2.git
synced 2025-04-21 02:38:47 -04:00
Delete buttons.html
This commit is contained in:
parent
350041d4eb
commit
4818f92e3a
@ -1,59 +0,0 @@
|
||||
<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>
|
Loading…
Reference in New Issue
Block a user