Widget:Calculator/Magic/Aurum: Difference between revisions
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
<html> | <html> | ||
<form id="aurum-controls"> | <form id="aurum-controls" class="form-grid"> | ||
Scroll Price: <input type="number" id="scrollPrice" value="350">< | <label> | ||
Quantity: <input type="number" id="quantity" value="1">< | <span>Scroll Price:</span> | ||
<input type="number" id="scrollPrice" value="350"> | |||
</label> | |||
<label> | |||
<span>Quantity:</span> | |||
<input type="number" id="quantity" value="1"> | |||
</label> | |||
</form> | </form> | ||
<script> | <script> | ||
function calculateProfits() { | function calculateProfits() { |