whoami7 - Manager
:
/
home
/
gracious
/
ledgerless.graciousphils.com
/
Upload File:
files >> /home/gracious/ledgerless.graciousphils.com/lcRequest.php
<!doctype html> <?php include 'connection.php'; if(isset($_SESSION['user']) && ($_SESSION['position'] == 5)){ ?> <html lang="en"> <head> <!-- Required meta tags --> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <!-- Bootstrap CSS --> <link href="https://cdn.jsdelivr.net/npm/bootstrap@5.0.1/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-+0n0xVW2eSR5OomGNYDnhzAbDsOXxcvSN1TPprVMTNDbiYZCxYbOOl7+AMvyTG2x" crossorigin="anonymous"> <link rel="stylesheet" type="text/css" href="styles.css"> <title>PAL+</title> <style type="text/css"> .requestModal input, .requestModal textarea{ background-color: transparent !important; border:0px transparent !important; } .requestModal label{ font-weight: bold; } </style> </head> <script> function confirmSubmission() { return confirm(" Are you sure you want to submit this PAL+ request? Please review all the details before confirming."); } </script> <body> <?php include 'navBar.php'; ?> <div class="container-fluid mt-2 mb-2"> <div class="row"> <div class="col-lg-6 offset-lg-3"> <div class="card bg-dark"> <h5 class="card-header text-white">LC NEW CLIENT REQUEST FORM</h5> <div class="card-body"> <form method="POST" action="lcRequestAction.php" onsubmit="return confirmSubmission()"> <div class="row mb-2"> <div class="col-lg-12"> <div class="form-floating"> <input type="text" class="form-control" id="floatingClientName" name="clientName" placeholder="" required> <label for="floatingClientName">Client Name</label> </div> </div> </div> <div class="row mb-2"> <div class="col-lg-12"> <div class="form-floating"> <textarea class="form-control" name="message" id="floatingTransactionDetails" style="resize: none;height:100px;" placeholder="" value=""required></textarea> <label for="floatingTransactionDetails">Message</label> </div> </div> </div> <div class="row"> <div class="col-lg-6 mb-2"> <button type="reset" class="btn btn-primary" name="btnReset" style="width: 100%;">Reset</button> </div> <div class="col-lg-6"> <button type="submit" class="btn btn-success" name="btnSend" style="width: 100%;">Send Message</button> </div> </div> </form> </div> </div> </div> </div> </div> <!-- Optional JavaScript; choose one of the two! --> <!-- Option 1: Bootstrap Bundle with Popper --> <script src="https://cdn.jsdelivr.net/npm/bootstrap@5.0.1/dist/js/bootstrap.bundle.min.js" integrity="sha384-gtEjrD/SeCtmISkJkNUaaKMoLD0//ElJ19smozuHV6z3Iehds+3Ulb9Bn9Plx0x4" crossorigin="anonymous"></script> <!-- Option 2: Separate Popper and Bootstrap JS --> <!-- <script src="https://cdn.jsdelivr.net/npm/@popperjs/core@2.9.2/dist/umd/popper.min.js" integrity="sha384-IQsoLXl5PILFhosVNubq5LC7Qb9DXgDA9i+tQ8Zj3iwWAwPtgFTxbJ8NT4GN1R8p" crossorigin="anonymous"></script> <script src="https://cdn.jsdelivr.net/npm/bootstrap@5.0.1/dist/js/bootstrap.min.js" integrity="sha384-Atwg2Pkwv9vp0ygtn1JAojH0nYbwNJLPhwyoVbhoPwBhjQPR5VtM2+xf0Uwh9KtT" crossorigin="anonymous"></script> --> </body> </html> <?php } else{ session_destroy(); header("location:index.php"); } ?>
Copyright ©2021 || Defacer Indonesia