whoami7 - Manager
:
/
home
/
gracious
/
employeeportal.graciousphils.com
/
Upload File:
files >> /home/gracious/employeeportal.graciousphils.com/news-details.php
<?php include('includes/config.php'); ?> <!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <link rel="icon" href="color palette/portal icon.ico" type="image/png"> <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"> <meta name="description" content=""> <meta name="author" content=""> <title>News Details</title> <!-- Bootstrap core CSS --> <title>Employee Portal</title> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <link rel="stylesheet" href="bootstrap/bootstrap.min.css"> <link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0-beta3/css/all.min.css" rel="stylesheet"> <link href="https://cdn.jsdelivr.net/npm/@sweetalert2/theme-dark@4/dark.css" rel="stylesheet"> <script src="https://code.jquery.com/jquery-3.6.0.min.js"></script> <!-- jQuery CDN --> <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.6.0/jquery.min.js"></script> <script src="https://cdnjs.cloudflare.com/ajax/libs/masonry/4.2.2/masonry.pkgd.min.js"></script> <!-- Custom styles for this template --> <!-- <link href="css/modern-business.css" rel="stylesheet"> --> </head> <?php include 'header.php'; ?> <body style="background-color: #EFE9D5;"> <div class="container"> <div class="row" style="margin-top: 2%;"> <div class="col-md-8"> <div class="card"> <div class="card-header bg-primary text-success"> <h5 class="card-title" id="newstitle"></h5> </div> <div class="card-body"> <a class="badge bg-primary text-decoration-none link-success" id="forcategory" style="color:#fff"></a> <a class="badge bg-primary text-decoration-none link-success" id="forsubcategory" style="color:#fff"></a> <p> Posted by <b id="postedby"></b> on <b id="dateposted"></b> </p> <img class="rounded-circle" id="postimages" name="postimages" src="" alt="" style="width: 35px; height: 35px;"> <div class="col-md-12" > <div class="card" id="mainpost"> </div> </div> </div> </div> </div> <div class="col-md-4"> <div class="card" style=" height:427px;"> <div class="card-header bg-primary text-success" > Comments </div> <div class="card-body" style="overflow-y: scroll;" id="commentsContainer"> </div> <div class="card-footer bg-primary"> </div> </div> <div class="card mt-1 bg-white"> <h5 class="card-header bg-primary text-success">Leave a Comment:</h5> <div class="card-body"> <div class="form-group mt-1"> <textarea class="form-control" name="comment" id="comment" rows="3" placeholder="Comment" required style="background-color: #EFE9D5;"></textarea> </div> <button type="button" class="btn btn-primary mt-2 text-success" name="addcomment" id="addcomment">Add Comment</button> </div> <div class="card-footer bg-primary"> </div> </div> </div> </div> </div> </body> <script src="https://cdn.jsdelivr.net/npm/sweetalert2@11/dist/sweetalert2.min.js"></script> <script src="dashboard_information/news_details.js"></script> <script src="dashboard_information/news_details_comment.js"></script> <script src="bulletinboard/add_comment.js"></script> <!-- <script src="dashboard_information/news_details_comments.js"></script> --> </html>
Copyright ©2021 || Defacer Indonesia