Şuanki Dizin: /home/wwwdreamtechnolo/public_html/lbpmsolapur.org/ |
Şuanki Dosya : /home/wwwdreamtechnolo/public_html/lbpmsolapur.org/qualitative-quantative.php |
<!-- Powered By - Dream Technology, Solapur. Contact No : +91 9595775120 Email ID - dream.technology@outlook.com --> <?php require_once("admin/lib/functions.php"); $db = new login_function(); $check_year = ""; if(isset($_GET['year'])) { $check_year = $_GET['year']; } ?> <DOCTYPE html> <html> <head> <link href="css/style.css" rel="stylesheet" type="text/css" media="all" /> <title>Laxmibai Bhaurao Patil Mahila Mahavidyalaya</title> <link rel="stylesheet" type="text/css" href="css/stylesheet.css"/> <style> .tab_data { background:#E91546; font-weight:bold; font-size:16px; color:white; border-right:1px solid black; } tr td { padding:10px; border:1px solid black; text-align:center; } th { padding:10px; } </style> </head> <body> <?php require_once("lib/header.php"); ?> <div name="tab_container"> <div class="main_container" style="min-height:1000px;"> <div class="page_highlighter" style="background:orange">Qualitative - Quantative</div> <?php require_once("highlights.php"); ?> <div class="data_container" style="margin-top:10px; min-height:700px;"> <div> <h1 style="font-size:30px; text-align:center;">Qualitative</h1> <br /><br /> <table cellspacing='0' style="margin:0px;width:100%" > <!-- cellspacing='0' is important, must stay --> <!-- Table Header --> <thead> <tr style="background:#E91546"> <th width="20" class="tab_data">Sr.No</th> <th width="30" class="tab_data">Year</th> <th width="100" class="tab_data" >Serial No</th> <th width="30" class="tab_data">Title</th> <th width="30" class="tab_data">View</th> </tr> </thead> <!-- Table Header --> <!-- Table Body --> <tbody> <?php $select_data = array(); $select_data = $db->get_details($check_year); if(!empty($select_data)) { $counter = 0; foreach($select_data as $record) { $res_id = $record[0]; $table = $record[1]; $serial_no = $record[2]; $title = $record[3]; $cfile = $record[4]; $date = $record[5]; $time = $record[6]; $sequence = $record[7]; $year = $record[8]; if($table=="one") { ?> <tr> <td><?php echo $counter+1; ?></td> <td style="text-align:left"><?php echo $year; ?></td> <td style="text-align:left"><?php echo $serial_no; ?></td> <td style="text-align:left"><?php echo $title; ?></td> <td><a href="admin/images/<?php echo $cfile; ?>" target="_blank">View</a></td> </tr> <?php $counter++; } } } else { ?> <tr> <td colspan="3">No data to list</td> </tr> <?php } ?> </tbody> <!-- Table Body --> </table> <br /><br /> <h1 style="font-size:30px; text-align:center;">Quantative</h1> <br /><br /> <table cellspacing='0' style="margin:0px;width:100%" > <!-- cellspacing='0' is important, must stay --> <!-- Table Header --> <thead> <tr style="background:#E91546"> <th width="20" class="tab_data">Sr.No</th> <th width="30" class="tab_data">Year</th> <th width="100" class="tab_data" >Serial No</th> <th width="30" class="tab_data">Title</th> <th width="30" class="tab_data">View</th> </tr> </thead> <!-- Table Header --> <!-- Table Body --> <tbody> <?php $select_data = array(); $select_data = $db->get_details($check_year); if(!empty($select_data)) { $counter = 0; foreach($select_data as $record) { $res_id = $record[0]; $table = $record[1]; $serial_no = $record[2]; $title = $record[3]; $cfile = $record[4]; $date = $record[5]; $time = $record[6]; $sequence = $record[7]; $year = $record[8]; if($table=="two") { ?> <tr> <td><?php echo $counter+1; ?></td> <td style="text-align:left"><?php echo $year; ?></td> <td style="text-align:left"><?php echo $serial_no; ?></td> <td style="text-align:left"><?php echo $title; ?></td> <td><a href="admin/images/<?php echo $cfile; ?>" target="_blank">View</a></td> </tr> <?php $counter++; } } } else { ?> <tr> <td colspan="3">No data to list</td> </tr> <?php } ?> </tbody> <!-- Table Body --> </table> </div> </div></div> </div> <?php require_once("lib/footer.php"); ?> </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