Proyectos de Subversion LeadersLinked - Backend

Rev

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

Rev 4404 Rev 4405
Línea 1715... Línea 1715...
1715
                    <table class="table table-bordered">
1715
                    <table class="table table-bordered">
1716
                        <thead>
1716
                        <thead>
1717
                            <tr>
1717
                            <tr>
1718
                                <th style="width: 10%;">LABEL_ELEMENT</th>
1718
                                <th style="width: 10%;">LABEL_ELEMENT</th>
1719
                                <th style="width: 50%;">LABEL_TEXT</th>
1719
                                <th style="width: 50%;">LABEL_TEXT</th>
1720
                                <th style="width: 10%;" style="display:none;">LABEL_VALUE</th>
-
 
1721
                                <th style="width: 10%;">LABEL_TYPE</th>
1720
                                <th style="width: 10%;">LABEL_TYPE</th>
1722
                                <th style="width: 20%;">LABEL_ACTIONS</th>
1721
                                <th style="width: 20%;">LABEL_ACTIONS</th>
1723
                            </tr>
1722
                            </tr>
1724
                        </thead>
1723
                        </thead>
1725
                        <tbody>
1724
                        <tbody>
1726
                            <tr class="tr-section">
1725
                            <tr class="tr-section">
1727
                                <td class="text-left">LABEL_SECTION</td>
1726
                                <td class="text-left">LABEL_SECTION</td>
1728
                                <td class="text-left">{{:name}}</td>
1727
                                <td class="text-left">{{:name}}</td>
1729
                                <td style="display:none;">{{:value}}</td>
-
 
1730
                                <td></td>
1728
                                <td></td>
1731
                                <td>
1729
                                <td>
1732
                                    <button class="btn btn-default btn-edit-section" data-section="{{:slug_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>
1730
                                    <button class="btn btn-default btn-edit-section" data-section="{{:slug_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>
1733
                                    <button class="btn btn-default btn-delete-section" data-section="{{:slug_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>
1731
                                    <button class="btn btn-default btn-delete-section" data-section="{{:slug_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>
1734
                                    <button class="btn btn-default btn-add-question" data-section="{{:slug_section}}" data-toggle="tooltip"  data-original-title="LABEL_ADD  LABEL_QUESTION"><i class="fa fa-plus" aria-hidden="true"></i> LABEL_ADD  LABEL_QUESTION </button>
1732
                                    <button class="btn btn-default btn-add-question" data-section="{{:slug_section}}" data-toggle="tooltip"  data-original-title="LABEL_ADD  LABEL_QUESTION"><i class="fa fa-plus" aria-hidden="true"></i> LABEL_ADD  LABEL_QUESTION </button>
Línea 1738... Línea 1736...
1738
                            <tr class="tr-question">
1736
                            <tr class="tr-question">
1739
                                <td class="text-left">--LABEL_QUESTION</td>
1737
                                <td class="text-left">--LABEL_QUESTION</td>
1740
                                <td class="text-left">
1738
                                <td class="text-left">
1741
                                    {{:~removeTags(text)}}
1739
                                    {{:~removeTags(text)}}
1742
                                </td>
1740
                                </td>
1743
                                <td><font color="red" style="display:none;">{{:value}}</font></td>
-
 
1744
                                <td class="text-capitalize">
1741
                                <td class="text-capitalize">
1745
                                    {{if type == 'open'}} LABEL_OPEN {{/if}}
1742
                                    {{if type == 'open'}} LABEL_OPEN {{/if}}
1746
                                    {{if type == 'simple'}} Simple {{/if}}
1743
                                    {{if type == 'simple'}} Simple {{/if}}
1747
                                    {{if type == 'multiple'}} Multiple {{/if}}
1744
                                    {{if type == 'multiple'}} Multiple {{/if}}
1748
                                    {{if type == 'rating-open'}} LABEL_RATING_OPEN {{/if}}
1745
                                    {{if type == 'rating-open'}} LABEL_RATING_OPEN {{/if}}
Línea 1765... Línea 1762...
1765
                                    {{:~removeTags(text)}}
1762
                                    {{:~removeTags(text)}}
1766
                                </td>
1763
                                </td>
1767
                                <td>
1764
                                <td>
Línea 1768... Línea 1765...
1768
 
1765
 
1769
                                    {{if ~getType( slug_section, slug_question) == 'multiple' || ~getType( slug_section, slug_question) == 'rating-open'  }}
-
 
1770
                                    {{:value}}
1766
                                    {{if ~getType( slug_section, slug_question) == 'multiple' || ~getType( slug_section, slug_question) == 'rating-open'  }}
1771
                                    {{/if}}
1767
                                    {{/if}}
1772
                                </td>
1768
                                </td>
1773
                                <td class="text-left">
1769
                                <td class="text-left">
1774
                                    {{if ~getType( slug_section, slug_question) != 'rating-open'}}
1770
                                    {{if ~getType( slug_section, slug_question) != 'rating-open'}}