mirror of
https://gitlab.com/hashborgir/d2tools.git
synced 2025-10-14 08:54:23 -05:00
Latest working copy. GUI cleanup. Need to do inputs, outputs, in cube, type codes and etc. need rendering
This commit is contained in:
27
src/tabs/Doc.php
Normal file
27
src/tabs/Doc.php
Normal file
@@ -0,0 +1,27 @@
|
||||
<div class="Doc-container">
|
||||
|
||||
<div style="text-align: center; padding: 10px; margin-top: 20px;" class="Doc-UniqueItems">
|
||||
<h1>Unique Item Browser</h1>
|
||||
<div class="container">
|
||||
<div class="form-group row">
|
||||
<div class="" style="text-align: center; margin: 0 auto;">
|
||||
<a style="margin-top: 20px; text-align: center;" target="_blank" href="/genDocs.php?cmd=genDocUniqueItems" class="">
|
||||
<img style="height: 100px;" class="img-fluid" src="/img/weapon.png">
|
||||
<img style="height: 100px;" class="img-fluid" src="/img/armor.png">
|
||||
<img style="height: 100px;" class="img-fluid" src="/img/shield.png">
|
||||
</a>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<a class="btn btn-warning" target="_blank" href="/genDocs.php?cmd=genDocUniqueItems">Generate</a>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
<div class="Doc-Gems"><?php require_once "Gems.php"; ?></div>
|
||||
<div class="Doc-Cube"><?php require_once "Cube.php"; ?></div>
|
||||
<div class="Doc-Runes"><?php require_once "Runewords.php"; ?></div>
|
||||
|
||||
|
||||
|
||||
</div>
|
Reference in New Issue
Block a user