|
|
@ -10,17 +10,19 @@ |
|
|
|
<div class="grid support-content"> |
|
|
|
<div class="grid-body"> |
|
|
|
<h2>Drop Your Questions</h2> |
|
|
|
<input type="text" |
|
|
|
id="question_input" |
|
|
|
class="form-control o_website_form_input" |
|
|
|
name="question"/> |
|
|
|
<br></br> |
|
|
|
<button type="button" |
|
|
|
class="btn btn-success pull-right" |
|
|
|
data-toggle="modal" |
|
|
|
data-target="#newIssue">Generate |
|
|
|
Response |
|
|
|
</button> |
|
|
|
<div style="display:flex"> |
|
|
|
<input type="text" |
|
|
|
id="question_input" |
|
|
|
class="form-control o_website_form_input" |
|
|
|
name="question" |
|
|
|
style="border-radius: 15px 0px 0px 15px;"/> |
|
|
|
<button type="button" |
|
|
|
class="btn btn-success pull-right" |
|
|
|
data-toggle="modal" |
|
|
|
data-target="#newIssue" |
|
|
|
style="border-radius: 0px 15px 15px 0px;">SEND |
|
|
|
</button> |
|
|
|
</div> |
|
|
|
<div class="modal fade" id="newIssue" |
|
|
|
tabindex="-1" role="dialog" |
|
|
|
aria-labelledby="newIssue" |
|
|
@ -47,7 +49,6 @@ |
|
|
|
class="form-control" |
|
|
|
placeholder="Subject"/> |
|
|
|
</div> |
|
|
|
|
|
|
|
<br/> |
|
|
|
<div class="form-group"> |
|
|
|
<textarea |
|
|
@ -71,10 +72,11 @@ |
|
|
|
<div class="row"> |
|
|
|
</div> |
|
|
|
<br></br> |
|
|
|
<textarea id="result_area" |
|
|
|
<textarea readonly="readonly" id="result_area" |
|
|
|
class="list-group fa-padding" |
|
|
|
name="answer" rows='1' |
|
|
|
contenteditable="false"/> |
|
|
|
contenteditable="false" |
|
|
|
style="padding-right: 10px; padding-left: 10px; padding-top: 20px;"/> |
|
|
|
<div class="btn-group"> |
|
|
|
<button type="button" |
|
|
|
class="btn btn-default" |
|
|
@ -82,7 +84,6 @@ |
|
|
|
copy |
|
|
|
</button> |
|
|
|
</div> |
|
|
|
|
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|