Şuanki Dizin: /home/wwwdreamtechnolo/public_html/lbpmsolapur.org/ |
Şuanki Dosya : /home/wwwdreamtechnolo/public_html/lbpmsolapur.org/lib-seminar-alert.php |
<?php require_once("admin/lib/functions.php"); $db = new login_function(); ?> <html> <head> <title>Laxmibai Bhaurao Patil Mahila Mahavidyalaya</title> <link href="css/style.css" rel="stylesheet" type="text/css" media="all" /> <link rel="stylesheet" type="text/css" href="css/sidemenu.css"/> <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"); ?> <?php require_once('lib/header1.php'); ?> <div class="data_container" style="width:650px;height:790px;float:center;margin-left:10px;border:none;"> <h2 style="text-align:justify;font-size:20px;margin-top:5px;font-weight:bold;color:orange;">Seminar Alerts</h2> <div class="entry-content"> <p style="text-align: justify;font-size:15px;margin-top:10px;line-height:25px;"> <table cellspacing='0' style="margin:0px;width:100%" > <!-- cellspacing='0' is important, must stay --> <!-- Table Header --> <thead> <tr style="background:#E91546"> <th width="40" class="tab_data">Sr.No</th> <th width="100" class="tab_data">Title</th> <th width="100" class="tab_data">view</th> </tr> </thead> <!-- Table Header --> <!-- Table Body --> <tbody> <?php $report_details = $db->get_all_library_seminar_alert(); if(!empty($report_details)) { $counter =0; foreach($report_details as $record) { $id = $report_details[$counter][0]; $title = $report_details[$counter][1]; $image = $report_details[$counter][2]; ?> <tr> <td><?php echo $counter+1; ?></td> <td><?php echo $title; ?></td> <td> <a href="/gallery/<?php echo $image; ?>" target="_blank">View</a></td> <?php $counter ++; } }else { ?> <td colspan="4">No Data Found...</td> <?php } ?> </tbody> </table> </p> </div> </article> </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