Şuanki Dizin: /home/wwwdreamtechnolo/public_html/rpcollege.edu.in/ |
Şuanki Dosya : /home/wwwdreamtechnolo/public_html/rpcollege.edu.in/display.php |
<?php require_once("admin/lib/functions.php"); $db = new login_function(); $chapter = 0; if(isset($_GET['chapter'])) { $chapter = $_GET['chapter']; } ?> <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="description" content=""> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"> <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.1/css/bootstrap.min.css"> <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.4.1/jquery.min.js"></script> <script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.1/js/bootstrap.min.js"></script> <!-- The above 4 meta tags *must* come first in the head; any other head content must come *after* these tags --> <!-- Title --> <title></title> <!-- Favicon --> <link rel="icon" href="img/core-img/favicon.ico"> <!-- Core Stylesheet --> <link rel="stylesheet" href="style.css"> <style> body { } @media only screen and (max-width: 600px) { .img { width:20px; height:20px; } } .tab_data { background:#E91546; font-weight:bold; font-size:16px; color:white; border-right:0px solid black; } tr td { padding:10px; border:0px solid black; text-align:center; } th { padding:10px; } .order_txt { height:30px; width:310px; box-shadow:0px 0px 3px 0px #dedede ; resize :none; border:1px solid #DFDFDF; } </style> </head> <body> <!-- ##### Preloader ##### --> <div id="preloader"> <i class="circle-preloader"></i> </div> <!-- ##### Header Area Start ##### --> <?php include('header.php'); ?> <!-- ##### Header Area End ##### --> <div class="breadcumb-area bg-img" style="background-image: url(img/bg-img/breadcumb.jpg);"> <div class="bradcumbContent"> <h2> Metrics Table </h2> </div> </div> <!-- ##### Breadcumb Area End ##### --> <!-- ##### About Us Area Start ##### --> <section class="about-us-area mt-50 section-padding-100" style="min-height:300px;"> <div class="container"> <?php $cht = 0; $table = 0; if(isset($_GET['cht'])) { $cht = $_GET['cht']; } if(isset($_GET['table'])) { $table = $_GET['table']; } $id = ""; $serial_no = ""; $title = ""; $cfile = ""; $date = ""; $time = ""; $data = array(); $data = $db->get_added_data_for_criterion($cht,$table); ?> <a href="<?php echo $_SERVER['HTTP_REFERER']; ?>"><< Back</a> <h4 class="mn_pg_title" style="text-align:center; margin-left:180px;"><?php echo $cht; ?></h4> <br /> <table class="table table-bordered"> <thead style="background-color:#0070C0"> <tr> <th width="50">Sr. No.</th> <th width="500">Title</th> <th width="70">Link</th> </tr> </thead> <tbody> <?php if(!empty($data)) { $counter = 1; foreach($data as $record) { $id = $record[0]; $table = $record[1]; $serial_no = $record[2]; $title = $record[3]; $cfile = $record[4]; $date = $record[5]; $time = $record[6]; ?> <tr> <td style="text-align:center !important;"><?php echo $counter; ?></td> <td><?php echo $title; ?></td> <td style="text-align:center !important;"> <a href="http://accmadha.com/admin/images/<?php echo $cfile; ?>">View</a> </td> </tr> <?php $counter++; } } else { ?> <tr> <td colspan="3">No data found</td> </tr> <?php } ?> </tbody> </table> </div> </section> <!-- ##### About Us Area End ##### --> <!-- ##### Team Area Start ##### --> <!-- ##### Footer Area Start ##### --> <?php include('footer.php'); ?> <!-- ##### Footer Area Start ##### --> <!-- ##### All Javascript Script ##### --> <!-- jQuery-2.2.4 js --> <script src="js/jquery/jquery-2.2.4.min.js"></script> <!-- Popper js --> <script src="js/bootstrap/popper.min.js"></script> <!-- Bootstrap js --> <script src="js/bootstrap/bootstrap.min.js"></script> <!-- All Plugins js --> <script src="js/plugins/plugins.js"></script> <!-- Active js --> <script src="js/active.js"></script> </body> </html>
Linux 65-254-81-4.cprapid.com 5.14.0-284.11.1.el9_2.x86_64 #1 SMP PREEMPT_DYNAMIC Tue May 9 05:49:00 EDT 2023 x86_64
Apache
65.254.81.4