Şuanki Dizin: /home/wwwdreamtechnolo/public_html/lbpmsolapur.org/ |
Şuanki Dosya : /home/wwwdreamtechnolo/public_html/lbpmsolapur.org/non-teaching-staff.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(); $staff_details = $db->get_nonteaching_staff(); ?> <DOCTYPE html> <html> <head> <title>Laxmibai Bhaurao Patil Mahila Mahavidyalaya</title> <link rel="stylesheet" type="text/css" href="css/stylesheet.css"/> <link href="css/style.css" rel="stylesheet" type="text/css" media="all" /> </head> <body> <?php require_once("lib/header.php"); ?> <div name="tab_container"><div class="main_container"> <div class="page_highlighter" style="background-color:orange;">Non-teaching Staff Profiles</div> <?php require_once("highlights.php"); ?> <div class="data_container"> <?php $staff_name = ""; $staff_department = ""; $staff_designation = ""; $staff_qualification= ""; ?> <div class="main_container" style="margin:auto; width:750px;"> <a href="./staff-profile.php" class="sp_link_title" style="float:left;">Staff Profile >></a> <br/><br/><br/> <table class="contact_to_staff_tbl" style="text-align:center;"> <tr rowspan="2" style="text-align:center; font-weight:bold;"> <td style="background-color:#E91546;color:white;font-size:18px;border:1px solid black;vertical-align:middle;padding:20px;">Sr.No</td> <td style="background-color:#E91546;color:white;font-size:18px;border:1px solid black;vertical-align:middle;padding:50px;">Photo</td> <td style="background-color:#E91546;color:white;font-size:18px;border:1px solid black;vertical-align:middle;padding:20px;">Name</td> <td style="background-color:#E91546;color:white;font-size:18px;border:1px solid black;vertical-align:middle;padding:20px;">Designation</td> <td style="background-color:#E91546;color:white;font-size:18px;border:1px solid black;vertical-align:middle;padding:20px;">Department</td> <td style="background-color:#E91546;color:white;font-size:18px;border:1px solid black;vertical-align:middle;padding:20px;">Qualification</td> </tr> <?php if(!empty($staff_details)) { $counter = 0; foreach($staff_details as $record) { $id = $staff_details[$counter][0]; $image = $staff_details[$counter][10]; $name = $staff_details[$counter][1]; $gender = $staff_details[$counter][2]; $designation = $staff_details[$counter][3]; $department = $staff_details[$counter][4]; $qualification = $staff_details[$counter][5]; $appoint_date = $staff_details[$counter][6]; $type = $staff_details[$counter][7]; $contact_no = $staff_details[$counter][8]; $email_id = $staff_details[$counter][9]; $time = $staff_details[$counter][12]; ?> <tr> <td style="border:1px solid black;color:black;vertical-align:middle;"><?php echo $counter + 1 ;?></td> <td style="width:140px;margin-top:8px;border:1px solid black;vertical-align:middle;"><img src="img/staff/<?php echo $image; ?>" class="sp_img" /></td> <td style="border:1px solid black;color:black;vertical-align:middle;"><?php echo $name ;?></td> <td style="border:1px solid black;color:black;vertical-align:middle;"><?php echo $designation ;?></td> <td style="border:1px solid black;color:black;vertical-align:middle;"><?php echo $department ;?></td> <td style="border:1px solid black;color:black;vertical-align:middle;"><?php echo $qualification ;?></td> </tr> <?php $counter++; } } else { ?> <tr> <td colspan="12">No data to list</td> </tr> <?php } ?> </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