Файловый менеджер - Редактировать - /home2/cocinasdalloway/public_html/administrador/Home/ModalNewClient.php
Назад
<?php $inputNombre='<input name="nombre" id="nombre" value="" maxlength="100"/>'; $inputMaterno='<input name="materno" id="materno" value="" maxlength="80"/>'; $inputPaterno='<input name="paterno" id="paterno" value="" maxlength="80"/>'; $inputEmail='<input type="email" name="email" id="email" value="" placeholder="Email" maxlength="200"/>'; $inputPassword='<input name="pass" id="pass" value="" maxlength="50" />'; $selectActivo='<select name="activo" id="activo"> <option value="si">Si</option> <option value="no">No</option> </select>'; ?> <div class="modal fade" id="modal-lg" style="display: none; z-index:9999;" aria-hidden="true"> <div class="modal-dialog modal-xl"> <div class="modal-content"> <div class="modal-header"> <h4 class="modal-title">Agregar Cliente</h4> <button type="button" class="close" data-dismiss="modal" aria-label="Close"> <span aria-hidden="true">×</span> </button> </div> <div class="modal-body"> <?php $table= '<form class="card-body d-flex flex-column" name="formNew" id="formNew" action="" enctype="multipart/form-data"> <table id="example1" class="table table-bordered table-striped" cellpadding="5" cellspacing="0" border="0" > <tr> <td>Nombre:</td> <td>'.$inputNombre.'</td> </tr> <tr> <td>A. Paterno:</td> <td>'.$inputPaterno.'</td> </tr> <tr> <td>A. Materno:</td> <td>'.$inputMaterno.'</td> </tr> <tr> <td>Correo:</td> <td>'.$inputEmail.'</td> </tr> <tr> <td>Pass:</td> <td>'.$inputPassword.'</td> </tr> <tr> <td>Activo:</td> <td>'.$selectActivo.'</td> </tr> <tr> <td colspan="6"><input class="mt-auto btn btn-block btn-primary btn-sm" id="but_add" value="Agregar" readonly/></td> </tr> </table> </form>'; echo $table; ?> <div class="col-12"> <p id="loading_spinner" style="display:none; text-align:center"><img src="../../../../cotizador/dist/img/loader.gif"></p> </div> </div> <div class="modal-footer justify-content-between"> <button type="button" class="btn btn-default" data-dismiss="modal">Close</button> </div> </div> <!-- /.modal-content --> </div> <!-- /.modal-dialog --> </div>
| ver. 1.4 |
Github
|
.
| PHP 8.2.22 | Генерация страницы: 0 |
proxy
|
phpinfo
|
Настройка