|
|
@ -42,24 +42,24 @@ body { |
|
|
|
</ol> |
|
|
|
</ol> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
<div class="input-group mb-1 flex-nowrap"> |
|
|
|
<div class="input-group mb-1 input-group-lg flex-nowrap"> |
|
|
|
<span class="input-group-text" id="addon-wrapping">投資組合名稱</span> |
|
|
|
<span class="input-group-text" id="addon-wrapping">投資組合名稱</span> |
|
|
|
<input name="portName" type="text" class="form-control" placeholder="EX. 空軍一號" aria-label="" aria-describedby="addon-wrapping" required> |
|
|
|
<input name="portName" type="text" class="form-control" placeholder="EX. 空軍一號" aria-label="" aria-describedby="addon-wrapping" required> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
<div class="input-group mb-3"> |
|
|
|
<div class="input-group input-group-lg mb-3"> |
|
|
|
<span class="input-group-text" id="inputGroup-sizing-default">請選擇所參加的課程/競賽</span> |
|
|
|
<span class="input-group-text" id="inputGroup-sizing-default">請選擇所參加的課程/競賽</span> |
|
|
|
<select id="competition" class="form-select" size="1" aria-label="size 5 select example"> |
|
|
|
<select id="competition" class="form-select" size="1" aria-label="size 5 select example"> |
|
|
|
{% include 'competitions.html' %} |
|
|
|
{% include 'competitions.html' %} |
|
|
|
</select> |
|
|
|
</select> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
<div class="input-group mb-1" > |
|
|
|
<div class="input-group input-group-lg mb-1" > |
|
|
|
<span class="input-group-text" id="search1">搜尋</span> |
|
|
|
<span class="input-group-text" id="search1">搜尋</span> |
|
|
|
<input id="search" type="text" class="form-control" placeholder="輸入資產代號" aria-label="Sizing example input" aria-describedby="inputGroup-sizing-default"> |
|
|
|
<input id="search" type="text" class="form-control" placeholder="輸入資產代號" aria-label="Large" aria-describedby="inputGroup-sizing-default"> |
|
|
|
<span class="input-group-text" id="inputGroup-sizing-default">下方加入資產</span> |
|
|
|
<span class="input-group-text" id="inputGroup-sizing-default">下方加入資產</span> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
<div class="input-group mb-3"> |
|
|
|
<div class="input-group input-group-lg mb-3"> |
|
|
|
<span class="input-group-text" id="inputGroup-sizing-default">請選擇資產</span> |
|
|
|
<span class="input-group-text" id="inputGroup-sizing-default">請選擇資產</span> |
|
|
|
<select id="stock-select" class="form-select" size="2" aria-label="size 5 select example"> |
|
|
|
<select id="stock-select" class="form-select form-select-sm" size="5" aria-label="size 5 select example"> |
|
|
|
{% if session.tw==0 %} |
|
|
|
{% if session.tw==0 %} |
|
|
|
{% for key, data in data_us.items() -%} |
|
|
|
{% for key, data in data_us.items() -%} |
|
|
|
<option value="{{ key|e }}">{{ key|e }} | {{ data|e }}</option> |
|
|
|
<option value="{{ key|e }}">{{ key|e }} | {{ data|e }}</option> |
|
|
@ -76,22 +76,22 @@ body { |
|
|
|
加入 |
|
|
|
加入 |
|
|
|
</button> |
|
|
|
</button> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
<div class="card" > |
|
|
|
<div class="card"> |
|
|
|
<div class="card-header d-flex"> |
|
|
|
<div class="card-header d-flex"> |
|
|
|
<div class="py-2 font-bold text-xl"> |
|
|
|
<div class="py-2 font-bold text-xl"> |
|
|
|
已選擇的資產 |
|
|
|
已選擇的資產 |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
<div class="btn-group ms-auto"> |
|
|
|
<div class="btn-group ms-auto"> |
|
|
|
<button type="button" class="btn btn-outline-primary " id="submit-btn"> |
|
|
|
<button type="button" class="btn btn-outline-primary btn-sm" id="submit-btn"> |
|
|
|
確認資產 |
|
|
|
確認資產 |
|
|
|
</button> |
|
|
|
</button> |
|
|
|
<button type="button" class="btn btn-outline-danger" id="submit-port"> |
|
|
|
<button type="button" class="btn btn-outline-danger btn-sm" id="submit-port"> |
|
|
|
確認建立 |
|
|
|
確認建立 |
|
|
|
</button> |
|
|
|
</button> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
<div class="card-body"> |
|
|
|
<div class="card-body"> |
|
|
|
<div class="input-group mb-3"> |
|
|
|
<div class="input-group input-group-lg mb-3"> |
|
|
|
<span class="input-group-text me-auto bg-info" id="inputGroup3">請選擇訓練/回測數據比例</span> |
|
|
|
<span class="input-group-text me-auto bg-info" id="inputGroup3">請選擇訓練/回測數據比例</span> |
|
|
|
<select id="ratio-select" class="form-select" size="1" aria-label=""> |
|
|
|
<select id="ratio-select" class="form-select" size="1" aria-label=""> |
|
|
|
<option value="0.5">5:5</option> |
|
|
|
<option value="0.5">5:5</option> |
|
|
|