Файловый менеджер - Редактировать - /home/d46091/gemregistrationportal.org/complaint-track-form.php
Назад
<?php include('./config.php'); ?> <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"> <meta http-equiv="X-UA-Compatible" content="ie=edge"> <title>Track your complaint | gemregistrationonline.org</title> <meta name="description" content="track all your complaints at one place with our simple complaint tracking procedure.."> <link rel="icon" href="./assets/img/flag.png" type="image/gif" sizes="16x16"> <link rel="stylesheet" href="./fontawesome/css/all.css"> <link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/css/bootstrap.min.css"> <link href="https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800&display=swap" rel="stylesheet"> <link rel="stylesheet" href="./assets/css/style.css"> <style> .container-fluid.fcs-padding-container { background-color: #09283c!important; } form { background: #eee; padding: 15px; } .fchd { background: #000; color:white; } </style> <?php include_once('./header.php'); ?> </head> <body> <div class="container-fluid fcs-form-container mt-3 mx-auto"> <div class="row" style="justify-content: center;"> <div class="col-12 col-lg-6"> <h1 class="container-fluid fchd text-uppercase text-center" style="font-size:15px;padding:10px; background: #286ed8!important;">Track You Complaint</h1> <form action="./complaint-track-submit.php" method="post" style="background:#fbe7e1;"> <div class="form-group txt"> <label>COMPLAINT ID <span class="required">(Required)</span></label> <input type="text" class="form-control" name="complaint_id" value="<?php if (isset($_GET['complaint_id'])) { echo $_GET['complaint_id']; }?>" required> </div> <button type="submit" name="submit" class="btn btn-info rounded-0 sub_btn">Track</button> </form> </div> </div> </div> <?php include_once('./footer.php'); ?> </body> </html>
| ver. 1.4 |
Github
|
.
| PHP 8.1.32 | Генерация страницы: 0 |
proxy
|
phpinfo
|
Настройка