|
|
@@ -15,7 +15,12 @@
|
|
|
<label>FIO username: <input type="text" id="username"></label>
|
|
|
<label>FIO API key: <input type="password" size="30" id="api-key"></label>
|
|
|
<label>supply for <input type="number" size="2" value="7" id="days"> days</label>
|
|
|
- <label>CX <input type="text" id="cx" value="IC1" size="3"></label>
|
|
|
+ <label>CX <select id="cx">
|
|
|
+ <option value="AI1">AI1/ANT</option>
|
|
|
+ <option value="CI1">CI1/BEN</option>
|
|
|
+ <option value="IC1" selected>IC1/HRT</option>
|
|
|
+ <option value="NC1">NC1/MOR</option>
|
|
|
+ </select></label>
|
|
|
<input type="button" value="fetch" id="fetch">
|
|
|
</form>
|
|
|
<table class="buy">
|