mirror of
https://github.com/ShaYmez/HBMonv2.git
synced 2024-11-04 15:21:15 -05:00
61 lines
1.9 KiB
HTML
61 lines
1.9 KiB
HTML
|
<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>
|