File "index.php"

Full path: /www/ais_management/old/index.php
File size: 1.86 KiB (1906 bytes)
MIME-type: text/html
Charset: utf-8

Download   Open   Back

<!DOCTYPE html>
<html lang="ja">
  <head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <meta http-equiv="Pragma" content="no-cache">
    <meta http-equiv="Cache-Control" content="no-cache">
    <title>AIS</title>
    <!-- css -->
    <link href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/css/bootstrap.min.css" rel="stylesheet" crossorigin="anonymous">
    <link href="https://code.jquery.com/ui/1.12.1/themes/base/jquery-ui.css" rel="stylesheet" crossorigin="anonymous">
    <link href="https://use.fontawesome.com/releases/v5.0.6/css/all.css" rel="stylesheet">
    <!-- page org style -->
    <link href="./style/basic2.css" rel="stylesheet">
  </head>

  <body>

    <!-- Main Contents -->
    <main>
      <div class="container-fluid">
        <!-- page header -->
        <div class="row mb-2">
          <div class="col-12">
            <div class="title p-2 border rounded text-center"><FONT SIZE='6'>AISメニュー</FONT></div>
          </div>
        </div>


<?php

EXTRACT($_POST);
//print_r($_POST);


print "<form name='program' enctype='multipart/form-data' action='' method='post'>";
print "<TABLE BORDER='0'>";
print "<TR ><TD>";
print "<TD>" ."・<A HREF='https://penta-02.ptgw.net/ais_management/ais_data.php' TARGET='_BLANK'>" ."AIS管理" ."</A></TD>";
print "</TR>";
print "<TR ><TD>";
//print "<TD>" ."・<A HREF='https://penta-02.ptgw.net/ais_management/safei_data.php' TARGET='_BLANK'>" ."safieロケーション" ."</A></TD>";
print "<TD>" ."・safieロケーション" ."</TD>";
print "</TR>";
print "<TR ><TD>";
print "<TD>" ."・<A HREF='https://penta-02.ptgw.net/ais_management/setting.php' TARGET='_BLANK'>" ."各種設定" ."</A></TD>";
//print "<TD>" ."・各種設定" ."</TD>";
print "</TR>";
print "</TABLE>";

?>
    </main>
  </body>
</html>

PHP File Manager