| Línea 562... |
Línea 562... |
| 562 |
<div class="container-fluid" id="row-forms">
|
562 |
<div class="container-fluid" id="row-forms">
|
| 563 |
<div class="row">
|
563 |
<div class="row">
|
| 564 |
<div class="col-12">
|
564 |
<div class="col-12">
|
| 565 |
<div class="card">
|
565 |
<div class="card">
|
| 566 |
<div class="card-body">
|
566 |
<div class="card-body">
|
| 567 |
<table id="gridTable" class="table table-hover">
|
567 |
<table id="gridTable" class="table table-bordered">
|
| 568 |
<thead>
|
568 |
<thead>
|
| 569 |
<tr>
|
569 |
<tr>
|
| 570 |
<th style="width: 16.6%;">LABEL_USER</th>
|
570 |
<th style="width: 16.6%;">LABEL_USER</th>
|
| 571 |
<th style="width: 16.6%;">LABEL_NAME</th>
|
571 |
<th style="width: 16.6%;">LABEL_NAME</th>
|
| 572 |
<th style="width: 16.6%;">LABEL_LANGUAGE</th>
|
572 |
<th style="width: 16.6%;">LABEL_LANGUAGE</th>
|
| Línea 639... |
Línea 639... |
| 639 |
<form action="#" name="form-option" id="form-review">
|
639 |
<form action="#" name="form-option" id="form-review">
|
| 640 |
<input type="hidden" name="section" id="section" value="" />
|
640 |
<input type="hidden" name="section" id="section" value="" />
|
| 641 |
<input type="hidden" name="question" id="question" value="" />
|
641 |
<input type="hidden" name="question" id="question" value="" />
|
| 642 |
<div class="modal-content">
|
642 |
<div class="modal-content">
|
| 643 |
<div class="modal-header">
|
643 |
<div class="modal-header">
|
| 644 |
<h4 class="modal-title">LABEL_RESPONSE_REVIEW</h4>
|
644 |
<h6 class="modal-title">LABEL_RESPONSE_REVIEW</h6>
|
| 645 |
<button type="button" class="close" data-dismiss="modal" aria-label="Close">
|
645 |
<button type="button" class="close" data-dismiss="modal" aria-label="Close">
|
| 646 |
<span aria-hidden="true">×</span>
|
646 |
<span aria-hidden="true">×</span>
|
| 647 |
</button>
|
647 |
</button>
|
| 648 |
</div>
|
648 |
</div>
|
| 649 |
<div class="modal-body">
|
649 |
<div class="modal-body">
|
| Línea 675... |
Línea 675... |
| 675 |
|
675 |
|
| 676 |
<!---Template Sections --->
|
676 |
<!---Template Sections --->
|
| 677 |
<script id="sectionTemplate" type="text/x-jsrender">
|
677 |
<script id="sectionTemplate" type="text/x-jsrender">
|
| 678 |
<div class="panel panel-default" id="panel-{{:slug_section}}">
|
678 |
<div class="panel panel-default" id="panel-{{:slug_section}}">
|
| 679 |
<div class="panel-heading">
|
679 |
<div class="panel-heading">
|
| 680 |
<h4 class="panel-title">
|
680 |
<h6 class="panel-title">
|
| 681 |
<a class="accordion-toggle" data-toggle="collapse" aria-expanded="true" data-parent="#panel-{{:slug_section}}" href="#collapse-{{:slug_section}}">
|
681 |
<a class="accordion-toggle" data-toggle="collapse" aria-expanded="true" data-parent="#panel-{{:slug_section}}" href="#collapse-{{:slug_section}}">
|
| 682 |
<span class="section-name{{:slug_section}}">
|
682 |
<span class="section-name{{:slug_section}}">
|
| 683 |
{{:name}}
|
683 |
{{:name}}
|
| 684 |
</span>
|
684 |
</span>
|
| 685 |
</a>
|
685 |
</a>
|
| 686 |
</h4>
|
686 |
</h6>
|
| 687 |
</div>
|
687 |
</div>
|
| 688 |
<div id="collapse-{{:slug_section}}" class="panel-collapse in collapse show">
|
688 |
<div id="collapse-{{:slug_section}}" class="panel-collapse in collapse show">
|
| 689 |
<div class="panel-body">
|
689 |
<div class="panel-body">
|
| 690 |
<div class="table-responsive">
|
690 |
<div class="table-responsive">
|