Widget:BoostCalcForm: mudanças entre as edições
Ir para navegação
Ir para pesquisar
Sem resumo de edição |
Sem resumo de edição |
||
Linha 39: | Linha 39: | ||
</div> | </div> | ||
<div class="d-flex justify | <div class="d-flex justify-center"> | ||
< | <button type="submit"> | ||
[[Arquivo:Banner_calculadora.png]] | [[Arquivo:Banner_calculadora.png]] | ||
</button> | </button> | ||
</div> | </div> | ||
</form> | </form> |
Edição das 11h45min de 2 de abril de 2023
<form class="boostCalc__form" data-target="calcBoostForm">
<select name="boostType" class="boostCalc__select" id="boostType"> <option value="2">2</option> <option value="3">3</option> <option value="5">5</option> <option value="10">10</option> </select>
<label class="boostCalc__label" for="boostType">Selecione o tipo do boost</label>
<input placeholder=" " type="checkbox" name="specialBoost" id="specialBoostCheckbox"> <label for="specialBoostCheckbox">Você irá usar metal, crystal ou ancient stone ?</label>
<input placeholder=" " name="stonePrice" id="stonePrice" class="boostCalc__input" type="number"> <label class="boostCalc__label" for="stonePrice">Digite o preço da stone (Opcional)</label>
<input placeholder=" " name="stonePrice" id="stonePrice" class="boostCalc__input" type="number"> <label class="boostCalc__label" for="stonePrice">Digite o preço da Boost stone (Opcional)</label>
<input placeholder=" " name="startBoost" id="startBoost" class="boostCalc__input" min="0" max="49" type="number"> <label class="boostCalc__label" for="startBoost">Digite o boost atual</label>
<input placeholder=" " name="endBoost" id="endBoost" class="boostCalc__input" min="1" max="50" type="number"> <label class="boostCalc__label" for="endBoost">Digite o boost desejado</label>
</form>