File size: 2,983 Bytes
3f268e5
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
<!--
/*
 * Copyright 2017 Google Inc. All rights reserved.
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *   http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */
-->

<div id='myModal' class="modal fade bs-example-modal-lg" tabindex="-1" role="dialog" aria-hidden="true">
  <div class="modal-dialog modal-lg">
    <div class="modal-content">
      <div class="modal-header">
        <button type="button" class="close" data-dismiss="modal">
            <span aria-hidden="true">×</span>
          </button>
        <p class="modal-title">
          <span id="modalSerieId"></span>
        </p>
      </div>
      <div id="rowForSampleSerie" class="modal-body" hidden>
        <div class="btn-group">
          <button id="btnRaw" class="btn btn-default btn-xs" type="button" hidden>Raw data</button>
          <button id="btnSeries" class="btn btn-default btn-xs" type="button" hidden>Regression analysis</button>
        </div>
        <p style="text-align:right">
          <span class='pull-right' id="buildInfo"></span><br>
          <span class='pull-right' id='valueinfo'></span>
        </p>
        <br>
        <br>
        <div style="width:100%; height:200px" id='elt_dygraph'></div>
        <br>
        <table id="table_uilibone_regression" class="table  table-bordered table-stripped table-condensed"></table>
        <table id="compares" class="table table-stripped table-bordered table-condensed" hidden>
          <thead>
            <tr>
              <th >Compares</th>
              <th style="width: 90px">State</th>
              <th >Assignee</th>
              <th >Analysis</th>
              <th >My value</th>
              <th >Compare value</th>
              <th >Diff</th>
              <th >Ratio</th>
              <th style="width: 30px"></th>
            </tr>
          </thead>
          <tbody id='table_uilibone_compares'></tbody>
        </table>
        <br>
        <div id="comments" class="col-md-12 col-sm-12 col-xs-12">
          <div class="x_panel">
            <div class="x_content">
              <span id='commentsArea'></span>
            </div>
          </div>
        </div>
      </div>
      <div class="modal-footer">
        <div class="btn-group">
          <button id='modalBtnOpen' type="button" class="btn btn-xs btn-danger" data-dismiss="modal">Edit</button>
        </div>
        <div class="btn-group">
          <button type="button" class="btn btn-xs btn-primary" data-dismiss="modal">Close</button>
        </div>
      </div>
    </div>
  </div>
</div>