commodities and indices dropdown menus
This commit is contained in:
parent
a639cb343b
commit
d91866ac5f
@ -2536,30 +2536,24 @@
|
||||
</div>
|
||||
|
||||
<div class="col-auto">
|
||||
|
||||
<input
|
||||
|
||||
<!-- <input
|
||||
type="text"
|
||||
|
||||
id="inputText20"
|
||||
|
||||
class="form-control"
|
||||
|
||||
aria-describedby="TextHelpInline"
|
||||
|
||||
placeholder="e.g. BRENTOIL"
|
||||
/>
|
||||
|
||||
placeholder="e.g. BRENTOIL"/> -->
|
||||
<select id="commodities-items" class="form-select animation-select">
|
||||
<option>Aluminum</option><option>Brent Crude Oil</option><option>Coffee</option><option>Copper</option><option>Corn</option>
|
||||
<option>Cotton</option><option>Gold</option><option>Palladium</option><option>Platinum</option><option>Rice</option>
|
||||
<option>Silver</option><option>Soybean</option><option>Sugar</option><option>Wheat</option><option>WTI Crude Oil</option>
|
||||
<option>Ethanol</option><option>Natural Gas</option><option>Cocoa</option><option>Lumber</option><option>Live Cattle</option>
|
||||
<option>Lean Hog</option>
|
||||
</select>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<div class="col-auto">
|
||||
|
||||
<button id="inputTextBtn20" class="btn set-btn" onclick="commoditiesValidate()">Add</button>
|
||||
|
||||
</div>
|
||||
|
||||
<p id="demo8" style="display: none"></p>
|
||||
|
||||
</div>
|
||||
@ -2966,30 +2960,35 @@
|
||||
</div>
|
||||
|
||||
<div class="col-auto">
|
||||
|
||||
<!--
|
||||
<input
|
||||
|
||||
type="text"
|
||||
|
||||
id="inputText21"
|
||||
|
||||
class="form-control"
|
||||
|
||||
aria-describedby="TextHelpInline"
|
||||
|
||||
placeholder="e.g. ^DJI"
|
||||
/>
|
||||
/> -->
|
||||
|
||||
<select id="indices-items" class="form-select animation-select">
|
||||
<option>Dow Jones - USA</option><option>S&P 500 - USA</option><option>Nasdaq 100 - USA</option>
|
||||
<option>Nasdaq Composite - USA</option><option>Russell 2000 - USA</option><option>VIX - USA</option>
|
||||
<option>S&P/TSX - Canada</option><option>IPC - Mexico</option><option>Bovespa - Brazil</option>
|
||||
<option>Dax - Germany</option><option>FTSE 100 - UK</option><option>IBEX 35 - Spain</option>
|
||||
<option>CAC 40 - France</option><option>SSMI - Switzerland</option><option>BEL 20 - Brussels</option>
|
||||
<option>ATX - Austria</option><option>AEX - Amsterdam</option><option>OMXS30 - Stockholm</option>
|
||||
<option>OMXH25 - Helsinki</option><option>FTSE MIB - Italy</option><option>PSI 20 - Lisbon</option>
|
||||
<option>STOXX 600 - EU</option><option>STOXX 50 - EU</option><option>Euronext 100 - EU</option>
|
||||
<option>KOSPI - South Korea</option><option>NZX 50 - New Zealand</option><option>ASX 200 - Australia</option>
|
||||
<option>STI - Singapore</option><option>SSE - Shanghai</option><option>SZSE - Shenzhen</option>
|
||||
<option>Nikkei 225 - Japan</option><option>NIFTY 50 - India</option><option>SENSEX - India</option>
|
||||
<option>HSI - Hong Kong</option><option>TAIEX - Taiwan</option><option>JKSE - Jakarta</option>
|
||||
<option>PSEI - Philippines</option><option>SET - Bangkok</option><option>BIST 100 - Istanbul</option>
|
||||
</select>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<div class="col-auto">
|
||||
|
||||
<button id="inputTextBtn21" class="btn set-btn" onclick="indicesValidate()">Add</button>
|
||||
|
||||
</div>
|
||||
|
||||
<p id="demo9" style="display: none"></p>
|
||||
|
||||
</div>
|
||||
|
Loading…
Reference in New Issue
Block a user