Proyectos de Subversion LeadersLinked - Backend

Rev

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

Rev 989 Rev 990
Línea 1490... Línea 1490...
1490
                <div class="card">
1490
                <div class="card">
1491
                    <div class="card-body">
1491
                    <div class="card-body">
1492
                        <table id="gridTable" class="table   table-hover">
1492
                        <table id="gridTable" class="table   table-hover">
1493
                            <thead>
1493
                            <thead>
1494
                                <tr>
1494
                                <tr>
1495
                                    <th>LABEL_JOB_DESCRIPTION</th>
1495
                                    <th>LABEL_NAME</th>
-
 
1496
                                    <th>LABEL_LANGUAGE</th>
1496
                                    <th>LABEL_REGISTER</th>
1497
                                    <th>LABEL_ACTIVE</th>
1497
                                    <th>LABEL_ACTIONS</th>
1498
                                    <th>LABEL_ACTIONS</th>
1498
                                </tr>
1499
                                </tr>
1499
                            </thead>
1500
                            </thead>
1500
                            <tbody></tbody>
1501
                            <tbody></tbody>
1501
                        </table>
1502
                        </table>
Línea 1518... Línea 1519...
1518
    <div class="row" id="row-edit" style="display: none">
1519
    <div class="row" id="row-edit" style="display: none">
1519
        <div class="col-xs-12 col-md-12">
1520
        <div class="col-xs-12 col-md-12">
1520
            <form action="#" name="form-main" id="form-main">
1521
            <form action="#" name="form-main" id="form-main">
1521
                <input type="hidden" name="form-id" id="form-id" value="0" />
1522
                <input type="hidden" name="form-id" id="form-id" value="0" />
1522
                <input type="hidden" name="form-continue" id="form-continue" value="0" />
1523
                <input type="hidden" name="form-continue" id="form-continue" value="0" />
-
 
1524
                <div class="form-group">
-
 
1525
                    <label for="form-name">LABEL_FIRST_NAME</label>
-
 
1526
                    <input type="text" name="form-name" id="form-name" class="form-control" maxlength="50" />
-
 
1527
                </div>
-
 
1528
                <div class="form-group">
-
 
1529
                    <label for="form-description">LABEL_DESCRIPTION</label>
1523
 
-
 
-
 
1530
                    <!--  ckeditor -->
-
 
1531
                    <textarea  name="form-description" id="form-description" rows="5" class="ckeditor form-control"></textarea>
-
 
1532
                </div>
-
 
1533
                <div class="form-group">
-
 
1534
                    <label for="form-text">LABEL_TEXT</label>
-
 
1535
                    <!--  ckeditor -->
-
 
1536
                    <textarea  name="form-text" id="form-text" rows="5" class="ckeditor form-control"></textarea>
-
 
1537
                </div>
-
 
1538
                <div class="form-group">
-
 
1539
                    <label for="form-language">LABEL_LANGUAGES</label>
-
 
1540
                    <select name="form-language" id="form-language" class="form-control">
-
 
1541
                        <option value="<?php echo $lang_en; ?>">LABEL_ENGLISH</option>
-
 
1542
                        <option value="<?php echo $lang_es; ?>">LABEL_SPANISH</option>
-
 
1543
                    </select>
-
 
1544
                </div>
-
 
1545
                <div class="form-group">
-
 
1546
                    <label for="form-status">LABEL_STATUS</label>
-
 
1547
                    <select name="form-status" id="form-status" class="form-control">
-
 
1548
                        <option value="<?php echo $status_inactive; ?>">LABEL_INACTIVE</option>
-
 
1549
                        <option value="<?php echo $status_active; ?>">LABEL_ACTIVE</option>
-
 
1550
                    </select>
-
 
1551
                </div>
-
 
1552
                <br/>
1524
                <div class="row">
1553
                <div class="row">
1525
                    <div class="col-xs-12 col-md-12 text-right">
1554
                    <div class="col-xs-12 col-md-12 text-right">
1526
                        <button class="btn btn-primary" id="btn-add-section" data-toggle="tooltip" title="LABEL_ADD LABEL_SECTION"><i class="fa fa-plus" aria-hidden="true"></i> LABEL_ADD LABEL_SECTION</button>
1555
                        <button class="btn btn-primary" id="btn-add-section" data-toggle="tooltip" title="LABEL_ADD LABEL_SECTION"><i class="fa fa-plus" aria-hidden="true"></i> LABEL_ADD LABEL_SECTION</button>
1527
                    </div>
1556
                    </div>
1528
                </div>
1557
                </div>
Línea 1541... Línea 1570...
1541
        </div>
1570
        </div>
1542
    </div>
1571
    </div>
Línea 1543... Línea 1572...
1543
 
1572
 
Línea -... Línea 1573...
-
 
1573
    <!-- Create/Edit Form-->
Línea 1544... Línea 1574...
1544
    <!-- Create/Edit Form-->
1574
 
Línea 1545... Línea 1575...
1545
 
1575
  
1546
 
1576
 
1547
    <!-- Question Modal -->
1577
    <!-- Question Modal -->
1548
 
1578
 
1549
    <div  id="modal-question" class="modal" tabindex="-1" role="dialog">
1579
    <div  id="modal-question" class="modal" tabindex="-1" role="dialog">
1550
        <div class="modal-dialog modal-lg" role="document">
1580
        <div class="modal-dialog modal-lg" role="document">
1551
            <form action="#" name="form-question" id="form-question">
1581
            <form action="#" name="form-question" id="form-question">
1552
                <input type="hidden" name="question-section" id="question-section" />
1582
                <input type="hidden" name="question-section" id="question-section" />
1553
                <input type="hidden" name="question-slug" id="question-slug" />
1583
                <input type="hidden" name="question-slug" id="question-slug" />
1554
                <div class="modal-content">
1584
                <div class="modal-content">
1555
                    <div class="modal-header">
1585
                    <div class="modal-header">
1556
                        <h4 class="modal-title">LABEL_ADD LABEL_SECTION</h4>
1586
                        <h4 class="modal-title">LABEL_ADD LABEL_QUESTION</h4>
1557
                        <button type="button" class="close" data-dismiss="modal" aria-label="Close">
1587
                        <button type="button" class="close" data-dismiss="modal" aria-label="Close">
Línea 1563... Línea 1593...
1563
                            <label for="question-text">LABEL_TEXT</label>
1593
                            <label for="question-text">LABEL_TEXT</label>
1564
                            <!--  ckeditor -->
1594
                            <!--  ckeditor -->
1565
                            <textarea  name="question-text" id="question-text" rows="5" class="ckeditor form-control"></textarea>
1595
                            <textarea  name="question-text" id="question-text" rows="5" class="ckeditor form-control"></textarea>
1566
                        </div>
1596
                        </div>
1567
                        <div class="form-group">
1597
                        <div class="form-group">
-
 
1598
                            <label for="question-value">LABEL_VALUE</label>
-
 
1599
                            <input type="text" name="question-value" id="question-value"  class="form-control" />
-
 
1600
                        </div>
-
 
1601
                        <div class="form-group">
1568
                            <label for="question-type">LABEL_TYPE</label>
1602
                            <label for="question-type">LABEL_TYPE</label>
1569
                            <select name="question-type" id="question-type" class="form-control">
1603
                            <select name="question-type" id="question-type" class="form-control">
1570
                                <option value="open">LABEL_OPEN</option>
1604
                                <option value="open">LABEL_OPEN</option>
1571
                                <option value="simple">Simple</option>
1605
                                <option value="simple">Simple</option>
1572
                                <option value="multiple">Multiple</option>
1606
                                <option value="multiple">Multiple</option>