Proyectos de Subversion LeadersLinked - Backend

Rev

Rev 1044 | Rev 1046 | Ir a la última revisión | Mostrar el archivo completo | | | Autoría | Ultima modificación | Ver Log |

Rev 1044 Rev 1045
Línea 570... Línea 570...
570
               <div class="col-xs-12 col-md-12">
570
               <div class="col-xs-12 col-md-12">
571
                  <div class="panel-group" id="rows"></div>
571
                  <div class="panel-group" id="rows"></div>
572
               </div>
572
               </div>
573
            </div>
573
            </div>
574
            <div class="form-group">
574
            <div class="form-group">
575
               <button type="submit" form="form-main" class="btn btn-info btn-form-save-continue">LABEL_SAVE & LABEL_CONTINUE</button>
-
 
576
               <button type="button" class="btn btn-primary btn-form-save-close">LABEL_SAVE & LABEL_CLOSE</button>
575
               <button type="button" class="btn btn-primary btn-form-save-close">LABEL_SAVE & LABEL_CLOSE</button>
577
               <button type="button" class="btn btn-secondary btn-edit-cancel">LABEL_CANCEL</button>
576
               <button type="button" class="btn btn-secondary btn-edit-cancel">LABEL_CANCEL</button>
578
            </div>
577
            </div>
579
         </form>
578
         </form>
580
      </div>
579
      </div>
Línea 647... Línea 646...
647
      </div>
646
      </div>
648
   </div>
647
   </div>
649
   <!-- End Modal Options -->
648
   <!-- End Modal Options -->
650
   <!---Template Sections --->
649
   <!---Template Sections --->
651
   <script id="sectionTemplate" type="text/x-jsrender">
650
   <script id="sectionTemplate" type="text/x-jsrender">
652
      <div class="panel panel-default" id="panel-{{:id_section}}">
651
   <div class="panel panel-default" id="panel-{{:id_section}}">
653
          <div class="panel-heading">
652
   <div class="panel-heading">
654
              <h4 class="panel-title">
653
      <h4 class="panel-title">
655
                  <a class="accordion-toggle" data-toggle="collapse" aria-expanded="true" data-parent="#panel-{{:id_section}}" href="#collapse-{{:id_section}}">
654
         <a class="accordion-toggle" data-toggle="collapse" aria-expanded="true" data-parent="#panel-{{:id_section}}" href="#collapse-{{:id_section}}">
656
                      <span class="section-name{{:id_section}}">
655
         <span class="section-name{{:id_section}}">
657
                          {{:name}}
656
         {{:name}}
658
                      </span>
657
         </span>
659
                  </a>
658
         </a>
660
              </h4>
659
      </h4>
661
          </div>
660
   </div>
662
          <div id="collapse-{{:id_section}}" class="panel-collapse in collapse show">
661
   <div id="collapse-{{:id_section}}" class="panel-collapse in collapse show">
663
              <div class="panel-body">
662
      <div class="panel-body">
664
                  <div class="table-responsive">
663
         <div class="table-responsive">
665
                      <table class="table table-bordered">
664
            <table class="table table-bordered">
666
                          <thead>
665
               <thead>
667
                              <tr>
666
                  <tr>
668
                                  <th style="width: 10%;">LABEL_ELEMENT</th>
667
                     <th style="width: 10%;">LABEL_ELEMENT</th>
669
                                  <th style="width: 30%;">LABEL_TEXT</th>
668
                     <th style="width: 30%;">LABEL_TEXT</th>
670
                                  <th style="width: 10%;">LABEL_TYPE</th>
669
                     <th style="width: 10%;">LABEL_TYPE</th>
671
                                  <th style="width: 50%;">LABEL_ACTIONS</th>
670
                     <th style="width: 50%;">LABEL_ACTIONS</th>
672
                              </tr>
671
                  </tr>
673
                          </thead>
672
               </thead>
674
                          <tbody>
673
               <tbody>
675
                              <tr class="tr-section">
674
                  <tr class="tr-section">
676
                                  <td class="text-left">LABEL_SECTION</td>
675
                     <td class="text-left">LABEL_SECTION</td>
677
                                  <td class="text-left">{{:title}}</td>
676
                     <td class="text-left">{{:title}}</td>
678
                                  <td>
677
                     <td>
679
                                      
-
 
680
                                      {{if type == 'simple'}} Simple {{/if}}
678
                        {{if type == 'simple'}} Simple {{/if}}
681
                                      {{if type == 'multiple'}} Multiple {{/if}}
679
                        {{if type == 'multiple'}} Multiple {{/if}}
682
              
-
 
683
      
-
 
684
                                  </td>
680
                     </td>
685
                                  <td>
681
                     <td>
686
                                      <button  class="btn btn-default btn-edit-section" data-section="{{:id_section}}" data-toggle="tooltip"  data-original-title="LABEL_EDIT LABEL_SECTION"><i class="fa fa-edit" aria-hidden="true"></i> LABEL_EDIT LABEL_SECTION </button>
682
                        <button  class="btn btn-default btn-edit-section" data-section="{{:id_section}}" data-toggle="tooltip"  data-original-title="LABEL_EDIT LABEL_SECTION"><i class="fa fa-edit" aria-hidden="true"></i> LABEL_EDIT LABEL_SECTION </button>
687
      
-
 
688
                                      <button  class="btn btn-default btn-delete-section" data-section="{{:id_section}}" data-toggle="tooltip"  data-original-title="LABEL_DELETE LABEL_SECTION"><i class="fa fa-ban" aria-hidden="true"></i> LABEL_DELETE LABEL_SECTION </button> 
683
                        <button  class="btn btn-default btn-delete-section" data-section="{{:id_section}}" data-toggle="tooltip"  data-original-title="LABEL_DELETE LABEL_SECTION"><i class="fa fa-ban" aria-hidden="true"></i> LABEL_DELETE LABEL_SECTION </button> 
689
      
-
 
690
                                       {{if type == 'multiple'}}
684
                        {{if type == 'multiple'}}
691
                                      <button type="button" class="btn btn-default btn-add-option" data-section="{{:id_section}}" data-toggle="tooltip"  data-original-title="LABEL_ADD  LABEL_OPTION"><i class="fa fa-plus" aria-hidden="true"></i> LABEL_ADD  LABEL_OPTION </button> 
685
                        <button type="button" class="btn btn-default btn-add-option" data-section="{{:id_section}}" data-toggle="tooltip"  data-original-title="LABEL_ADD  LABEL_OPTION"><i class="fa fa-plus" aria-hidden="true"></i> LABEL_ADD  LABEL_OPTION </button> 
692
                                      {{/if}}
686
                        {{/if}}
693
                                  </td>
687
                     </td>
694
                              </tr>
688
                  </tr>
695
                              {{for options}}
689
                  {{for options}}
696
                              <tr >
690
                  <tr >
697
                                  <td class="text-left">--LABEL_OPTION</td>
691
                     <td class="text-left">--LABEL_OPTION</td>
698
                                  <td class="text-left">
692
                     <td class="text-left">
699
                                      {{:title}}
693
                        {{:title}}
700
                                  </td>
694
                     </td>
701
                                  <td></td>
695
                     <td></td>
702
                                  <td>
-
 
703
                                      <button class="btn btn-default btn-edit-option" data-section="{{:id_section}}" data-option="{{:id_option}}" data-toggle="tooltip"  data-original-title="LABEL_EDIT LABEL_OPTION"><i class="fa fa-edit" aria-hidden="true"></i> LABEL_EDIT LABEL_OPTION</button> 
696
                     <td>
704
      
-
 
705
      
-
 
706
                                      <button class="btn btn-default btn-delete-option" data-section="{{:id_section}}" data-option="{{:id_option}}" data-toggle="tooltip"  data-original-title="LABEL_DELETE LABEL_OPTION"><i class="fa fa-ban" aria-hidden="true"></i> LABEL_DELETE LABEL_OPTION</button> 
697
                        <button class="btn btn-default btn-edit-option" data-section="{{:id_section}}" data-option="{{:id_option}}" data-toggle="tooltip"  data-original-title="LABEL_EDIT LABEL_OPTION"><i class="fa fa-edit" aria-hidden="true"></i> LABEL_EDIT LABEL_OPTION</button> 
707
                                  
-
 
708
                                  </td>
698
                        <button class="btn btn-default btn-delete-option" data-section="{{:id_section}}" data-option="{{:id_option}}" data-toggle="tooltip"  data-original-title="LABEL_DELETE LABEL_OPTION"><i class="fa fa-ban" aria-hidden="true"></i> LABEL_DELETE LABEL_OPTION</button> 
709
                              </tr>
699
                     </td>
710
                        
-
 
711
                              {{/for}}
-
 
712
                          </tbody>
700
                  </tr>
713
                      </table>
701
                  {{/for}}
714
                  </div>
702
               </tbody>
715
              </div>
703
            </table>
716
          </div>
704
         </div>
717
      </div>
705
      </div>
-
 
706
   </div>
718
      
707
</div>
719
   </script>
708
   </script>
720
   <!-- End Template Sections-->
709
   <!-- End Template Sections-->
721
</section>
710
</section>
722
711