Mercurial > repos > lain > ms_to_peakforest_it
comparison src/compound-mix.html @ 1:7e3085fc60c1 draft default tip
master branch Updating
author | lain |
---|---|
date | Wed, 30 Aug 2023 14:21:18 +0000 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
0:b58b229c4cbf | 1:7e3085fc60c1 |
---|---|
1 <div | |
2 class="tab-pane fade {{ ACTIVE_TAB_PLACEHOLDER }} in" | |
3 id="tab-index-{{ TAB_INDEX_PLACEHOLDER }}" | |
4 > | |
5 <div id="spectrum-signal-data-lcms-{{ TAB_INDEX_PLACEHOLDER }}"> | |
6 <div id="spectrum-peaklist-lcms-{{ TAB_INDEX_PLACEHOLDER }}"> | |
7 <div class="col-lg-6" > | |
8 <div | |
9 id="container_MS_Peaks-{{ TAB_INDEX_PLACEHOLDER }}" | |
10 class="handsontable" | |
11 style="display: inline-block;" | |
12 ></div> | |
13 | |
14 </div> | |
15 </div> | |
16 <div class="form-group input-group col-lg-3 has-warning hidden-if-ms"> | |
17 <span class="input-group-addon"> | |
18 Precursor ion <small>(M/Z)</small> | |
19 <i class="fa fa-question-circle" title="2 digits of precision."></i> | |
20 </span> | |
21 <input | |
22 id="add1spectrum-peaksMS-msPrecursorIon-{{ TAB_INDEX_PLACEHOLDER }}" | |
23 type="text" | |
24 class="form-control add1spectrum add1spectrum-peaksMSForm-peaklist is-mandatory add1spectrum-peaksMSForm-peaklist-reset displayed-if-msms" | |
25 placeholder="e.g. 123.45" | |
26 /> | |
27 </div> | |
28 <div id="spectrum-preview-lcms-{{ TAB_INDEX_PLACEHOLDER }}"> | |
29 <div | |
30 id="containter-lcms-spectrum-preview-{{ TAB_INDEX_PLACEHOLDER }}" | |
31 class="col-lg-6" | |
32 style="margin-bottom: 20px;" | |
33 ></div> | |
34 </div> | |
35 </div> | |
36 </div> |