Create New Item
Item Type
File
Folder
Item Name
Search file in folder and subfolders...
Are you sure want to rename?
File Manager
/
FT_PAVOS
:
VER_DIR8.php
Advanced Search
Upload
New Item
Settings
Back
Back Up
Advanced Editor
Save
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <link rel="icon" href="Imagenes/VISCERAS.PNG"> <link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.0/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-gH2yIJqKdNHPEq0n4Mqa/HGKIhSkIHeL5AyhkYV8i59U5AR6csBvApHHNl/vI1Bx" crossorigin="anonymous"> <title>FORMATOS VISCERAS</title> </head> <body style="height: 100vh; "> <div class="wrapper" style="display: flex;align-items: center;flex-direction: column;justify-content: center;width: 100%;min-height: 100%;padding: 20px;background-repeat: no-repeat;background-position: top center;"> <CENTER> <table class="table" bordercolor="#C48120"> <tr> <td style="padding: 25px;"> <CENTER> <table class="table"> <tr> <th width="238" height="72" style="padding-bottom:45px ;"><a href="FT_avi.php"><img src="Imagenes/OAVIS.jpg" alt="" width="301" height="104" /></a></th> <th style="vertical-align: middle;" width="441"> <center> <font style="font-size: xx-large;font-weight: 900;color: #fd6000;" face="Arial, Helvetica, sans-serif" color="#C48120" size="+3">FICHAS TECNICAS VISCERAS</font> </center> </th> </tr> </table> </CENTER> <table width="643" border="0"> <tr> <td width="42"> </td> <td width="28"> </td> <td width="536"> <?php $thefolder = "FICHAS CALIDAD\VISCERAS/"; if ($handler = opendir($thefolder)) { //echo "<ul>"; while (false !== ($file = readdir($handler))) { ?><a target="_blank" href="<?php echo "FICHAS CALIDAD\VISCERAS/" . $file; ?>"><?php echo "<li>$file</li>"; ?></a><?php echo "</br>"; } echo "</ul>"; closedir($handler); } ?></td> <td width="19"> </td> </tr> </table> <p> </p> <p> </p> <p> </p> <p> </p> <p> </p> </td> </tr> </table> </CENTER> </div> </body> <!-- JavaScript Bundle with Popper --> <script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.0/dist/js/bootstrap.bundle.min.js" integrity="sha384-A3rJD856KowSb7dwlZdYEkO39Gagi7vIsF0jrRAoQmDKKtQBHUuLZ9AsSv4jD4Xa" crossorigin="anonymous"></script> </html>