Proyectos de Subversion LeadersLinked - Backend

Rev

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

Rev 317 Rev 318
Línea 626... Línea 626...
626
    <div class="row" id="row-edit" style="display: none">
626
    <div class="row" id="row-edit" style="display: none">
627
        <div class="col-xs-12 col-md-12">
627
        <div class="col-xs-12 col-md-12">
628
            <form action="#" name="form-main" id="form-main">
628
            <form action="#" name="form-main" id="form-main">
629
                <input type="hidden" name="form-id" id="form-id" value="0" />
629
                <input type="hidden" name="form-id" id="form-id" value="0" />
630
                <div class="form-group">
630
                <div class="form-group">
631
                <label for="form-status">LABEL_USER</label>
631
                <label for="form-status">LABEL_USER:</label>
632
                <div id="user"></div>
632
                <div id="user"></div>
633
                </div>
633
                </div>
634
                <div class="form-group">
634
                <div class="form-group">
635
                <label for="form-status">LABEL_FORM</label>
635
                <label for="form-status">LABEL_FORM:</label>
636
                <div id="name"></div>
636
                <div id="name"></div>
637
                </div>
637
                </div>
638
                <div class="form-group">
638
                <div class="form-group">
639
                <label for="form-status">LABEL_DESCRIPTION</label>
639
                <label for="form-status">LABEL_DESCRIPTION:</label>
640
                <div id="text"></div>
640
                <div id="text"></div>
641
                </div>
641
                </div>
642
                <div class="form-group">
642
                <div class="form-group">
643
                    <label for="form-status">LABEL_STATUS</label>
643
                    <label for="form-status">LABEL_STATUS:</label>
644
                    <select name="form-status" id="form-status" class="form-control">
644
                    <select name="form-status" id="form-status" class="form-control">
645
                        <option value="<?php echo $pending; ?>">LABEL_PENDING</option>
645
                        <option value="<?php echo $pending; ?>">LABEL_PENDING</option>
646
                        <option value="<?php echo $review; ?>">LABEL_REVIEW</option>
646
                        <option value="<?php echo $review; ?>">LABEL_REVIEW</option>
647
                        <option value="<?php echo $completed; ?>">LABEL_COMPLETED</option>
647
                        <option value="<?php echo $completed; ?>">LABEL_COMPLETED</option>
648
                    </select>
648
                    </select>
Línea 684... Línea 684...
684
                    <table class="table table-bordered">
684
                    <table class="table table-bordered">
685
                        <thead>
685
                        <thead>
686
                            <tr>
686
                            <tr>
687
                                <th style="width: 50%;">LABEL_QUESTION</th>
687
                                <th style="width: 50%;">LABEL_QUESTION</th>
688
                                <th style="width: 10%;">LABEL_VALUE</th>
688
                                <th style="width: 10%;">LABEL_VALUE</th>
689
                                <th style="width: 20%;">LABEL_ACTIONS</th>
689
                                <th style="width: 20%;">LABEL_STATUS</th>
Línea 690... Línea 690...
690
 
690
 
691
                            </tr>
691
                            </tr>
692
                        </thead>
692
                        </thead>
693
                        <tbody>
693
                        <tbody>