mirror of
https://gitlab.com/hashborgir/d2tools.git
synced 2025-09-18 01:22:08 +00:00
latest changes, need to debug gendoc runewords. db is corrupted somehow. Older db doesn't have bug.
This commit is contained in:
@@ -56,10 +56,17 @@
|
||||
|
||||
<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">
|
||||
Active Mod: <span style="color: purple"><?php echo $_SESSION['modname'] ?></span>
|
||||
<span style="color: #8888FF">[<?php echo $_SESSION['path'] ?>]</span>
|
||||
<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>
|
||||
<div style="text-align: right;"><button class="btn btn-info" id="reload-gui-button">Reload GUI</button><button class="btn btn-warning" id="reload-button">Reload TXT Files</button></div>
|
||||
<div id="loading-spinner" style="display: none; text-align:center;">
|
||||
<img 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>
|
||||
|
Reference in New Issue
Block a user