User:Hefner/Sandbox14: Difference between revisions

From Roat Pkz
Jump to navigation Jump to search
No edit summary
No edit summary
Line 3: Line 3:
<h1>Smoothie's Debt Calculator</h1>
<h1>Smoothie's Debt Calculator</h1>


<div class="debt-items">
<div id="debt-calculator-app"></div>
 
 
<div class="debt-item">
 
[[File:PKP.png|64px]]
 
<h3>PKP</h3>
 
<label>Amount</label>
<input id="pkp-amount" type="text" value="0">
 
</div>
 
 
<div class="debt-item">
 
[[File:DP.png|64px]]
 
<h3>DP</h3>
 
<label>Trade Price (PKP)</label>
<input id="dp-price" type="text" value="0">
 
<label>Amount</label>
<input id="dp-amount" type="text" value="0">
 
</div>
 
 
<div class="debt-item">
 
[[File:Credits.png|64px]]
 
<h3>Credits</h3>
 
<label>Trade Price (PKP)</label>
<input id="credits-price" type="text" value="0">
 
<label>Amount</label>
<input id="credits-amount" type="text" value="0">
 
</div>
 
 
</div>
 


<div class="debt-total">
<div class="debt-total">
TOTAL:
TOTAL:
<br>
<br>
<span id="total">0 PKP</span>
<span id="total">0 PKP</span>
</div>
</div>


</div>
</div>

Revision as of 10:56, 18 July 2026

Smoothie's Debt Calculator

TOTAL:
0 PKP