Add notes that EXP values are optional
This commit is contained in:
parent
1a69c3dd40
commit
89b972ddc7
1 changed files with 2 additions and 2 deletions
|
@ -36,7 +36,7 @@
|
|||
<h1>Rank Calculator</h1>
|
||||
Current Rank: <input type="text" pattern="\d*" size="5" id="current_rank" name="current_rank" placeholder="rank" value="" />
|
||||
<br />
|
||||
Current EXP: <input type="text" pattern="\d*" size="5" id="current_exp" name="current_exp" placeholder="exp" value="" />
|
||||
Current EXP (optional): <input type="text" pattern="\d*" size="5" id="current_exp" name="current_exp" placeholder="exp" value="" />
|
||||
<br />
|
||||
Desired Rank: <input type="text" pattern="\d*" size="5" id="desired_rank" name="desired_rank" placeholder="rank" value="" />
|
||||
<br />
|
||||
|
@ -102,7 +102,7 @@
|
|||
<br />
|
||||
Current Level: <input type="text" pattern="\d*" size="5" id="card_current_level" name="card_current_level" placeholder="level" value="" />
|
||||
<br />
|
||||
Current EXP: <input type="text" pattern="\d*" size="5" id="card_current_exp" name="card_current_exp" placeholder="exp" value="" />
|
||||
Current EXP (optional): <input type="text" pattern="\d*" size="5" id="card_current_exp" name="card_current_exp" placeholder="exp" value="" />
|
||||
<br /><br />
|
||||
Mode:<br />
|
||||
<input type="radio" name="card-mode" id="card-mode" value="LEVEL" checked />EXP needed to get to a level?<br />
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue