testing changes

This commit is contained in:
color.diff=auto
2021-05-07 03:18:29 -06:00
parent 54ecb62674
commit 776e9d31c6
1020 changed files with 2894 additions and 274500 deletions

View File

@@ -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

View File

@@ -181,6 +181,14 @@ class D2ItemDesc {
"dru" => "Druid",
"ass" => "Assassin"
];
/*
* @getDesc
*
@return string
*
*/
public function getDesc($params = []) {
if (empty($params))

View File

@@ -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>

View File

@@ -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>