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 @@ ...@@ -262,7 +262,6 @@
</div> </div>
</div> </div>
<!--Attributbutton--> <!--Attributbutton-->
<div class="item"></div>
<button class="dropdown-btn">Attributes<em class="fa fa-caret-down"></em></button> <button class="dropdown-btn">Attributes<em class="fa fa-caret-down"></em></button>
<div class="dropdown-container"> <div class="dropdown-container">
<div class="dropp-header"> <div class="dropp-header">
...@@ -270,43 +269,40 @@ ...@@ -270,43 +269,40 @@
<em class="item"></em> <em class="item"></em>
</a> </a>
</div> </div>
<div class="dropp-body">
<label for="pvPotential">PV-Value <div class="dropp-body">
<input id="pvPotential" type="radio" key="pvPotential" name="dropp" value="pvPotential" onclick="chosenAttributeHandler(this);"> <label><input id="pvPotential" type="radio" key="pvPotential" name="dropp" value="pvPotential" onclick="chosenAttributeHandler(this);"> PV-Value</label>
</label> <label for="specificYield">Specific Yield
<label for="specificYield">Specific Yield <input id="specificYield" type="radio" key="specificYield" name="specificYield" value="specificYield" onclick="chosenAttributeHandler(this);">
<input id="specificYield" type="radio" key="specificYield" name="specificYield" value="specificYield" onclick="chosenAttributeHandler(this);"> </label>
</label> <label for="totalInvestment">Total Investment
<label for="totalInvestment">Total Investment <input id="totalInvestment" type="radio" key="totalInvestment" name="dropp" value="totalInvestment" onclick="chosenAttributeHandler(this);">
<input id="totalInvestment" type="radio" key="totalInvestment" name="dropp" value="totalInvestment" onclick="chosenAttributeHandler(this);"> </label>
</label> <label for="potentialYield">Potential Yield
<label for="potentialYield">Potential Yield <input id="potentialYield" type="radio" key="potentialYield" name="dropp" value="potentialYield" onclick="chosenAttributeHandler(this);">
<input id="potentialYield" type="radio" key="potentialYield" name="dropp" value="potentialYield" onclick="chosenAttributeHandler(this);"> </label>
</label> <label for="maintenancePerYear">Maintenance Per Year
<label for="maintenancePerYear">Maintenance Per Year <input id="maintenancePerYear" type="radio" key="maintenancePerYear" name="dropp" value="maintenancePerYear" onclick="chosenAttributeHandler(this);">
<input id="maintenancePerYear" type="radio" key="maintenancePerYear" name="dropp" value="maintenancePerYear" onclick="chosenAttributeHandler(this);"> </label>
</label> <label for="netPresentValue">Net Present Value
<label for="netPresentValue">Net Present Value <input id="netPresentValue" type="radio" key="netPresentValue" name="dropp" value="netPresentValue" onclick="chosenAttributeHandler(this);">
<input id="netPresentValue" type="radio" key="netPresentValue" name="dropp" value="netPresentValue" onclick="chosenAttributeHandler(this);"> </label>
</label> <label for="nominalPower">Nominal Power
<label for="nominalPower">Nominal Power <input id="nominalPower" type="radio" key="nominalPower" name="dropp" value="nominalPower" onclick="chosenAttributeHandler(this);">
<input id="nominalPower" type="radio" key="nominalPower" name="dropp" value="nominalPower" onclick="chosenAttributeHandler(this);"> </label>
</label> <label for="paybackPeriod">Payback Period
<label for="paybackPeriod">Payback Period <input id="paybackPeriod" type="radio" key="paybackPeriod" name="dropp" value="paybackPeriod" onclick="chosenAttributeHandler(this);">
<input id="paybackPeriod" type="radio" key="paybackPeriod" name="dropp" value="paybackPeriod" onclick="chosenAttributeHandler(this);"> </label>
</label> <label for="levelizedCostOfElectricity">Levelized Cost Of Electricity
<label for="levelizedCostOfElectricity">Levelized Cost Of Electricity <input id="levelizedCostOfElectricity" type="radio" key="levelizedCostOfElectricity" name="dropp" value="levelizedCostOfElectricity" onclick="chosenAttributeHandler(this);">
<input id="levelizedCostOfElectricity" type="radio" key="levelizedCostOfElectricity" name="dropp" value="levelizedCostOfElectricity" onclick="chosenAttributeHandler(this);"> </label>
</label> <label for="internalRateOfReturn">Internal Rate Of Return
<label for="internalRateOfReturn">Internal Rate Of Return <input id="internalRateOfReturn" type="radio" key="internalRateOfReturn" name="dropp" value="internalRateOfReturn" onclick="chosenAttributeHandler(this);">
<input id="internalRateOfReturn" type="radio" key="internalRateOfReturn" name="dropp" value="internalRateOfReturn" onclick="chosenAttributeHandler(this);"> </label>
</label> <label for="discountedPaybackPeriod">Discounted Payback Period
<label for="discountedPaybackPeriod">Discounted Payback Period <input id="discountedPaybackPeriod" type="radio" key="discountedPaybackPeriod" name="dropp" value="discountedPaybackPeriod" onclick="chosenAttributeHandler(this);">
<input id="discountedPaybackPeriod" type="radio" key="discountedPaybackPeriod" name="dropp" value="discountedPaybackPeriod" onclick="chosenAttributeHandler(this);"> </label>
</label> <label><input id="shadowValue" type="radio" name="dropp" value="shadowValue" checked onclick="chosenAttributeHandler(this);"> Shadow-Value</label>
<label for="shadowData">Shadow-Value
<input id="shadowValue" type="radio" name="dropp" value="shadowValue" checked onclick="chosenAttributeHandler(this);">
</label>
</div> </div>
</div> </div>
<div id="chartButton" class="button"> <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