|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<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> |
|
|