mirror of
https://gitlab.com/hashborgir/d2tools.git
synced 2025-10-13 16:34:23 -05:00
testing changes
This commit is contained in:
@@ -99,7 +99,7 @@ class D2ItemData {
|
||||
|
||||
//each stat now goes into getIscStrings
|
||||
foreach ($props as $k => $v) {
|
||||
$props[$k]['desc'] = array_filter($this->getIscStrings($v['stat']['stat1']));
|
||||
$props[$k]['desc'] = $this->getIscStrings($v['stat']['stat1']);
|
||||
}
|
||||
|
||||
// SELECT * FROM strings WHERE `Key`='ModStr3a' returns always Amazon Skills
|
||||
|
@@ -181,6 +181,14 @@ class D2ItemDesc {
|
||||
"dru" => "Druid",
|
||||
"ass" => "Assassin"
|
||||
];
|
||||
|
||||
/*
|
||||
* @getDesc
|
||||
*
|
||||
@return string
|
||||
*
|
||||
|
||||
*/
|
||||
|
||||
public function getDesc($params = []) {
|
||||
if (empty($params))
|
||||
|
@@ -51,8 +51,8 @@
|
||||
<link rel="stylesheet" href="/res/bootstrap.min.css">
|
||||
<link rel="stylesheet" href="/res/font-awesome.min.css">
|
||||
<link rel="preconnect" href="https://fonts.gstatic.com">
|
||||
<!-- <link href="https://fonts.googleapis.com/css2?family=Lato:wght@300&display=swap" rel="stylesheet">-->
|
||||
<!-- <link rel="stylesheet" href="https://bootswatch.com/4/sketchy/bootstrap.min.css">-->
|
||||
<link href="https://fonts.googleapis.com/css2?family=Lato:wght@300&display=swap" rel="stylesheet">
|
||||
<link rel="stylesheet" href="https://bootswatch.com/4/sketchy/bootstrap.min.css">
|
||||
<link rel="stylesheet" href="/res/style.css">
|
||||
<link rel="stylesheet" href="/res/<?php echo $css ?>">
|
||||
<style>
|
||||
|
@@ -54,7 +54,30 @@
|
||||
|
||||
</div>
|
||||
<div class="item_stats" style="">
|
||||
<div class=""><p>ITEM PREVIEW</p></div>
|
||||
<div class="">
|
||||
<ul>
|
||||
<li class="itemindex statindex"></li>
|
||||
<li class="itemtype stattype"></li>
|
||||
<li class="itemlvl statlvlreq"></li
|
||||
<li class="itemlvlreq statlvlreq"></li>
|
||||
<li class="itemcode code" style="color:#D49E43;"></li>
|
||||
<li class="itemstreq statlvlreq"></li>
|
||||
<li class="itemdexreq statlvlreq"></li>
|
||||
<li class="itemgemsockets statlvlreq"></li>
|
||||
<li class="blue Prop1"></li>
|
||||
<li class="blue Prop2"></li>
|
||||
<li class="blue Prop3"></li>
|
||||
<li class="blue Prop4"></li>
|
||||
<li class="blue Prop5"></li>
|
||||
<li class="blue Prop6"></li>
|
||||
<li class="blue Prop7"></li>
|
||||
<li class="blue Prop8"></li>
|
||||
<li class="blue Prop9"></li>
|
||||
<li class="blue Prop10"></li>
|
||||
<li class="blue Prop11"></li>
|
||||
<li class="blue Prop12"></li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@@ -337,12 +360,10 @@
|
||||
<?php
|
||||
}
|
||||
?>
|
||||
|
||||
</div>
|
||||
<input type="hidden" name="*eol" value="0">
|
||||
<!-- distinguish between forms -->
|
||||
<input type="hidden" name="formtype" value="uniqueitems">
|
||||
|
||||
</div>
|
||||
<input type="hidden" name="formtype" value="uniqueitems">
|
||||
<?php require_once 'optionSubmit.php'; ?>
|
||||
<input type="hidden" name="item" value="">
|
||||
</form>
|
||||
|
Reference in New Issue
Block a user