Commit e1e18a32 authored by Kolokolnikova's avatar Kolokolnikova
Browse files

Merge branch 'dev' of transfer.hft-stuttgart.de:simstadt/3dclient4simstadtapi into dev

parents 8174e5d1 7ead1022
......@@ -262,7 +262,6 @@
</div>
</div>
<!--Attributbutton-->
<div class="item"></div>
<button class="dropdown-btn">Attributes<em class="fa fa-caret-down"></em></button>
<div class="dropdown-container">
<div class="dropp-header">
......@@ -270,10 +269,9 @@
<em class="item"></em>
</a>
</div>
<div class="dropp-body">
<label for="pvPotential">PV-Value
<input id="pvPotential" type="radio" key="pvPotential" name="dropp" value="pvPotential" onclick="chosenAttributeHandler(this);">
</label>
<label><input id="pvPotential" type="radio" key="pvPotential" name="dropp" value="pvPotential" onclick="chosenAttributeHandler(this);"> PV-Value</label>
<label for="specificYield">Specific Yield
<input id="specificYield" type="radio" key="specificYield" name="specificYield" value="specificYield" onclick="chosenAttributeHandler(this);">
</label>
......@@ -304,9 +302,7 @@
<label for="discountedPaybackPeriod">Discounted Payback Period
<input id="discountedPaybackPeriod" type="radio" key="discountedPaybackPeriod" name="dropp" value="discountedPaybackPeriod" onclick="chosenAttributeHandler(this);">
</label>
<label for="shadowData">Shadow-Value
<input id="shadowValue" type="radio" name="dropp" value="shadowValue" checked onclick="chosenAttributeHandler(this);">
</label>
<label><input id="shadowValue" type="radio" name="dropp" value="shadowValue" checked onclick="chosenAttributeHandler(this);"> Shadow-Value</label>
</div>
</div>
<div id="chartButton" class="button">
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment