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.
*/
-->
<!-- modal -->
<div id='myModalAddBugLink' 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">
Set bug tracker link
<span id="modal-target"></span>
</p>
</div>
<div id="rowForSampleSerie" class="modal-body">
<div class="col-md-offset-2 col-md-8 col-sm-8 col-xs-8">
<p><b>Bug Tracker link</b></p>
<form class="form-horizontal">
<div class="form-group">
<textarea class="form-control" rows="2" id="AddBugLink_Link" placeholder="Paste here the bug tracker link"></textarea>
</div>
</form>
</div>
<div class="col-md-offset-2 col-md-8 col-sm-8 col-xs-8">
<p><b>Proposed bug report</b></p>
<p>Subject</p>
<textarea class="form-control" rows="1" id="proposalSubjectForBugReport"></textarea>
<br>
<p>Details</p>
<textarea class="form-control" rows="20" id="proposalForBugReport"></textarea>
</div>
<div class="clearfix"></div>
<div class="modal-footer">
<div class="btn-group">
<button id='modalCopySubjectClipboard' type="button" class="btn btn-xs btn-danger">Copy subject in clipboard</button>
</div>
<div class="btn-group">
<button id='modalCopyClipboard' type="button" class="btn btn-xs btn-danger">Copy details in clipboard</button>
</div>
<div class="btn-group">
<button id='modalSaveBugLink' type="button" class="btn btn-xs btn-danger" data-dismiss="modal">Save</button>
</div>
<div class="btn-group">
<button type="button" class="btn btn-xs btn-primary" data-dismiss="modal">Cancel</button>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- /modal -->