|
Lines 74-79
Link Here
|
| 74 |
.data-plain { |
74 |
.data-plain { |
| 75 |
display: none; |
75 |
display: none; |
| 76 |
} |
76 |
} |
|
|
77 |
div.radio label { |
| 78 |
font-weight: bold; |
| 79 |
margin: 0; |
| 80 |
} |
| 77 |
</style> |
81 |
</style> |
| 78 |
[% Asset.css("css/reports.css") | $raw %] |
82 |
[% Asset.css("css/reports.css") | $raw %] |
| 79 |
[% Asset.css("lib/d3c3/c3.min.css") | $raw %] |
83 |
[% Asset.css("lib/d3c3/c3.min.css") | $raw %] |
|
Lines 1513-1529
Link Here
|
| 1513 |
<div class="hint">Select which authorized value category the user will choose from.</div> |
1517 |
<div class="hint">Select which authorized value category the user will choose from.</div> |
| 1514 |
</div> |
1518 |
</div> |
| 1515 |
<div id="runtime_param_options" style="display:none"> |
1519 |
<div id="runtime_param_options" style="display:none"> |
| 1516 |
<label>Parameter options:</label> |
1520 |
<h5>Parameter options:</h5> |
| 1517 |
<div class="form-check-inline"> |
1521 |
<div class="radio"> |
| 1518 |
<input type="radio" class="form-check-input" id="single_param_check" name="param_option" value="" checked> |
1522 |
<input type="radio" id="single_param_check" name="param_option" value="" checked="checked" /> |
| 1519 |
<label class="form-check-label" for="single_param_check">Single parameter only</label> |
1523 |
<label for="single_param_check">Single parameter only</label> |
| 1520 |
<i id="info_param_options" data-toggle="tooltip" title="" data-placement="top" class="fa fa-info-circle" data-original-title="Query expression should use ="></i> |
1524 |
<span class="hint">- Query expression should use =</span> |
| 1521 |
<input type="radio" class="form-check-input" id="include_all_check" name="param_option" value=":all"> |
1525 |
</div> |
| 1522 |
<label class="form-check-label" for="include_all_check">Include option for all</label> |
1526 |
|
| 1523 |
<i id="info_param_options" data-toggle="tooltip" title="" data-placement="top" class="fa fa-info-circle" data-original-title="Query expression must use LIKE"></i> |
1527 |
<div class="radio"> |
| 1524 |
<input type="radio" class="form-check-input" id="multi_select_check" name="param_option" value=":in"> |
1528 |
<input type="radio" id="include_all_check" name="param_option" value=":all"> |
| 1525 |
<label class="form-check-label" for="multi_select_check">Allow multiple selections</label> |
1529 |
<label for="include_all_check">Include option for all</label> |
| 1526 |
<i id="info_param_options" data-toggle="tooltip" title="" data-placement="top" class="fa fa-info-circle" data-original-title="Query expression must use IN"></i> |
1530 |
<span class="hint">- Query expression must use LIKE</span> |
|
|
1531 |
</div> |
| 1532 |
|
| 1533 |
<div class="radio"> |
| 1534 |
<input type="radio" id="multi_select_check" name="param_option" value=":in"> |
| 1535 |
<label for="multi_select_check">Allow multiple selections</label> |
| 1536 |
<span class="hint">- Query expression must use IN</span> |
| 1527 |
</div> |
1537 |
</div> |
| 1528 |
</div> |
1538 |
</div> |
| 1529 |
</div> <!-- /.modal-body --> |
1539 |
</div> <!-- /.modal-body --> |
| 1530 |
- |
|
|