add buttons on top

This commit is contained in:
Hash Borgir 2023-06-23 23:48:23 -06:00
parent e6e1402571
commit 7646d74064

View File

@ -56,17 +56,20 @@
<img src="/img/Diablo2.png" style="float:right"><h1 syle="display:inline; font-weight: 900;"><?php echo $title . " " . $version; ?><span style="font-family: Lato !important; font-size: 14px;"> <?php echo " By" . $author ?></span></h1>
<div style="font-family: Lato !important; text-align:right; color: tomato">
<a style="font-weight: bold;" class="btn btn-info" href="/src/D2Config.php">New Mod</a>
<a style="font-weight: bold;" class="btn btn-warning" href="/switchMods.php">Switch Mods</a>
<button class="btn btn-success" id="reload-gui-button">Reload GUI</button>
<span class="btn btn-info">
Active Mod: <span style="color: purple"><?php echo $_SESSION['modname'] ?></span>
<span style="color: ">[<?php echo $_SESSION['path'] ?>]</span>
</span>
<button class="btn btn-danger" id="reload-button">Reload TXT Files</button>
<div class="" style="margin-top: 5px; background: #ccc; color: black; border-bottom: 1px ridge black;">
Active Mod: <span style="color: purple"><?php echo $_SESSION['modname'] ?></span>
<span style="color: ">[<?php echo $_SESSION['path'] ?>]</span>
</div>
</div>
<div id="loading-spinner" style="display: none; text-align:center;">
<img src="img/loading.gif" alt="Loading...">
</div>
<div id="loading-spinner" style="display: none;text-align:center;">
<img style="margin-left: 100px; height: 128px; width: 128px;" src="img/loading.gif" alt="Loading...">
</div>
<ul class="nav nav-tabs" id="Tabs" role="tablist">
<li class="nav-item" role="presentation">
<a class="nav-link active" id="Unique-tab" data-toggle="tab" href="#Unique" role="tab" aria-controls="Unique" aria-selected="true">Unique Items</a>