Félix Marty
add dana
3f268e5
<!--
/*
* 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>