mirror of
https://github.com/ShaYmez/HBMonv2.git
synced 2024-11-04 15:21:15 -05:00
Add files via upload
This commit is contained in:
parent
0e625a26da
commit
1bb6c685ac
59
templates/buttons.html
Normal file
59
templates/buttons.html
Normal file
@ -0,0 +1,59 @@
|
||||
<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