File "VER_DIR1.php"

Full Path: C:/wamp64/www/FT_PAVOS/VER_DIR1.php
File size: 3.5 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/contramuslo.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 CONTRAMUSLO</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 CONTRAMUSLO</font>

                    </center>
                  </th>
                </tr>
              </table>

            </CENTER>
            
            <table width="643" border="0">
              <tr>
                <td width="42">&nbsp;</td>
                <td width="28">&nbsp;</td>
                <td width="536">
                  <?php
                  $thefolder = "FICHAS CALIDAD\CONTRAMUSLO/";
                  if ($handler = opendir($thefolder)) {
                    //echo "<ul>";
                    while (false !== ($file = readdir($handler))) {

                  ?><a target="_blank" href="<?php echo "FICHAS CALIDAD\CONTRAMUSLO/" . $file; ?>"><?php echo "<li>$file</li>"; ?></a><?php
                                                                                                                                      echo "</br>";
                                                                                                                                    }
                                                                                                                                    echo "</ul>";

                                                                                                                                    closedir($handler);
                                                                                                                                  }
                                                                                                                                      ?></td>
                <td width="19">&nbsp;</td>
              </tr>
            </table>
            <p>&nbsp;</p>
            <p>&nbsp;</p>
            <p>&nbsp;</p>
            <p>&nbsp;</p>
            <p>&nbsp;</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>