Файловый менеджер - Редактировать - /home2/cocinasdalloway/public_html/administrador/Home/FormatsGenerales.php
Назад
<div class="page-title"> <div class="title_left"> <h3>Formatos Generales<small></small></h3> </div> <div class="title_right"> <div class="col-md-5 col-sm-5 col-xs-12 form-group pull-right top_search"> </div> </div> </div> <div class="clearfix"></div> <div class="row"> <div class="col-md-12"> <div class="x_panel"> <div class="x_content"> <div class="row"> <div class="col-sm-12"> <div class="card-box table-responsive"> <!--<table id="datatable-buttons" class="table table-striped table-bordered" style="width:100%">--> <table id="example1" class="table table-striped table-bordered" style="width:100%"> <thead> <tr> <th>Archivo PDF</th> <th>Acciones</th> </tr> </thead> <tbody> </tbody> </table> </div> </div> </div> </div> </div> </div> </div> <script> $(document).ready(function() { // Cargar los datos desde el archivo PHP $.ajax({ url: 'formatsGenerales_.php', // Reemplaza con la ruta a tu archivo PHP method: 'GET', dataType: 'json', success: function(data) { // Recorre los archivos y agrega filas a la tabla for (var i = 0; i < data.length; i++) { var fileName = data[i]; var filePath = '../../formatosGenerales/' + fileName; // Ruta completa al archivo $('#example1 tbody').append( '<tr>' + '<td>' + fileName + '</td>' + '<td><a href="' + filePath + '" download>Descargar</a></td>' + '</tr>' ); } // Inicializar DataTable $('#pdfTable').DataTable(); } }); }); </script>
| ver. 1.4 |
Github
|
.
| PHP 8.2.22 | Генерация страницы: 0 |
proxy
|
phpinfo
|
Настройка