File "VER_DIR.php.bak"
Full Path: C:/wamp64/www/FT_PAVOS/VER_DIR.php.bak
File size: 3.16 KB
MIME-type: text/html
Charset: utf-8
<!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/ALAS.jfif">
<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 ALAS</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/avicampo.jpeg" 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 ALAS</font>
</center>
</th>
</tr>
</table>
</CENTER>
<table width="643" border="0">
<tr>
<td width="80"> </td>
<td width="37"> </td>
<td width="489">
<?php
$thefolder = "FICHAS CALIDAD\ALAS/";
if ($handler = opendir($thefolder)) {
//echo "<ul>";
while (false !== ($file = readdir($handler))) {
?><a target="_blank" href="<?php echo "FICHAS CALIDAD\ALAS/" . $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>