mirror of
https://github.com/ShaYmez/HBMonv2.git
synced 2025-04-22 11:18:46 -04:00
Add files via upload
This commit is contained in:
parent
0c0fa82ad9
commit
d2a6f3847e
60
html/buttons.html
Normal file
60
html/buttons.html
Normal file
@ -0,0 +1,60 @@
|
||||
<div style="width: 1100px;">
|
||||
<!-- HBMonitor buttons HTML code -->
|
||||
<a href="index.php"><button class="button link"> Home </button></a>
|
||||
<!--
|
||||
|
||||
<div class="dropdown">
|
||||
<button class="dropbtn"> Admin Area </button>
|
||||
<div class="dropdown-content">
|
||||
<a href="masters.php"> Masters </a>
|
||||
<a href="peers.php"> Peers </a>
|
||||
<a href="opb.php"> OpenBridge </a>
|
||||
<a href="bridges.php"> Bridges </a>
|
||||
<a href="moni.php"> Monitor </a>
|
||||
<a href="sinfo.php"> System Info </a>
|
||||
</div>
|
||||
</div>
|
||||
--->
|
||||
|
||||
<a href="masters.php"><button class="button link"> Masters </button></a>
|
||||
|
||||
<a href="peers.php"><button class="button link"> Peers </button></a>
|
||||
|
||||
<a href="opb.php"><button class="button link"> OpenBridge </button></a>
|
||||
|
||||
<a href="moni.php"><button class="button link"> Monitor </button></a>
|
||||
|
||||
<a href="sysinfo.php"><button class="button link"> System Info </button></a>
|
||||
|
||||
<a title="Lastheard long list" href="log.php"><button class="button link"> Lastheard </button></a>
|
||||
|
||||
<a href="info.php"><button class="button link"> Info </button></a>
|
||||
|
||||
<!--
|
||||
|
||||
<a href="bridges.php"><button class="button link"> Bridges </button></a>
|
||||
-->
|
||||
<!-- Own buttons HTML code -->
|
||||
|
||||
<!-- Example of buttons dropdown HTML code -->
|
||||
<!--
|
||||
<p></p>
|
||||
<div class="dropdown">
|
||||
<button class="dropbtn">Admin Area</button>
|
||||
<div class="dropdown-content">
|
||||
<a href="masters.php">Master&Peer</a>
|
||||
<a href="opb.php">OpenBridge</a>
|
||||
<a href="moni.php">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