Şuanki Dizin: /home/wwwdreamtechnolo/public_html/swamipolytechnic.org/ |
Şuanki Dosya : /home/wwwdreamtechnolo/public_html/swamipolytechnic.org/civil-faculty.php |
<?php require_once("78enc22_main7sqww_8d9/lib/functions.php"); $db = new login_function(); ?> <?php require_once("header.php"); ?> <html> <head> <!-- Custom --> <link href="css/styles.css" type="text/css" media="all" rel="stylesheet" /> <script src="js/app.js"></script> <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script> </head> <div class="parent_colour container"> <div class="department-main-section"> <br /> <center> <h2 class="head-title">Civil Engineering Faculty</h2> <?php require_once("civil-left-panel.php"); ?> <div style="display:inline-table; margin-bottom:20px;"> <div class="parent_data_contnr" > <center><h3 style="font-size:36px">Teaching Staff</h3></center> <?php $img_drawer = 0; $report_details = $db->get_all_civil_field_teaching(); if(!empty($report_details)) { $counter =0; foreach($report_details as $record) { $id = $report_details[$counter][0]; $full_name = $report_details[$counter][1]; $designation = $report_details[$counter][2]; $qualification = $report_details[$counter][3]; $subject = $report_details[$counter][4]; $experience = $report_details[$counter][5]; $email = $report_details[$counter][6]; $department = $report_details[$counter][7]; $staff = $report_details[$counter][8]; $image = $report_details[$counter][9]; ?> <center> <div class="panel-group" id="accordion"> <div class="panel panel-default"> <div class="panel-heading"> <h4 class="panel-title"> <a data-toggle="collapse" data-parent="#accordion" href="#collapse<?php echo $img_drawer; ?>"><?php echo $full_name; ?><span class="glyphicon glyphicon-chevron-down" style="float:right;"></span></a> </h4> </div> <div id="collapse<?php echo $img_drawer; ?>" class="panel-collapse collapse" > <div class="panel-body" style="background-color:#C80032;" > <img src="/profile-picture/<?php echo $image?>" class="staff_prof_img"> <h3 class="staff_contnr"><label>Designation - </label><?php echo $designation; ?></h3> <h3 class="staff_contnr"><label>Qualification - </label><?php echo $qualification; ?></h3> <h3 class="staff_contnr"><label>Experience - </label><?php echo $experience; ?></h3> <h3 class="staff_contnr"><label>Email id - </label><?php echo $email; ?></h3> <h3 class="staff_contnr"><label>Mobile no - </label><?php echo $subject; ?></h3> </div> </div> </div> </div> <center> <?php $counter ++; $img_drawer++; } } ?> <center><h3 style="font-size:36px">Non Teaching Staff</h3></center> <?php $report_details = $db->get_all_civil_field_nonteaching(); if(!empty($report_details)) { $counter =0; foreach($report_details as $record) { $id = $report_details[$counter][0]; $full_name = $report_details[$counter][1]; $designation = $report_details[$counter][2]; $qualification = $report_details[$counter][3]; $subject = $report_details[$counter][4]; $experience = $report_details[$counter][5]; $email = $report_details[$counter][6]; $department = $report_details[$counter][7]; $staff = $report_details[$counter][8]; $image = $report_details[$counter][9]; ?> <center> <div class="panel-group" id="accordion"> <div class="panel panel-default"> <div class="panel-heading"> <h4 class="panel-title"> <a data-toggle="collapse" data-parent="#accordion" href="#collapse<?php echo $img_drawer; ?>"><?php echo $full_name; ?><span class="glyphicon glyphicon-chevron-down" style="float:right;"></span></a> </h4> </div> <div id="collapse<?php echo $img_drawer; ?>" class="panel-collapse collapse" > <div class="panel-body" style="background-color:#C80032;" > <img src="/profile-picture/<?php echo $image?>" class="staff_prof_img"> <h3 class="staff_contnr"><label>Designation - </label><?php echo $designation; ?></h3> <h3 class="staff_contnr"><label>Qualification - </label><?php echo $qualification; ?></h3> <h3 class="staff_contnr"><label>Experience - </label><?php echo $experience; ?></h3> <h3 class="staff_contnr"><label>Email id - </label><?php echo $email; ?></h3> <h3 class="staff_contnr"><label>Mobile no - </label><?php echo $subject; ?></h3> </div> </div> </div> </div> <center> <?php $counter ++; $img_drawer++; } } ?> <br /><br /> <hr /> <div class="parent_data_contnr" style="text-align:center;"> <?php $department_number = "2"; $file_name = $db->get_department_annexure_faculty_profile_exist($department_number); if($file_name!="") { $path = "/gallery/".$file_name; } else { $path = ""; } ?> <a href="<?php echo $path; ?>"><center style="color:#FFFFFF;"><h3 style="font-size:36px; color:#FFF759">FACULTY PROFILE</h3> (Click To View)</center></a> <?php if($file_name=="") { echo "<div style='padding:5px;'><br /> No Faculty Profile PDF File Availble</div>"; } /*if($file_name!="") { ?> <div class="PDF" style="margin-top:25px;"> <object data="/gallery/<?php echo $file_name; ?>" type="application/pdf" width="750" height="800"> alt : <a href="/gallery/<?php echo $file_name; ?>">FACULTY PROFILE</a> </object> </div> <?php } else { echo "<div style='padding:5px;'><br /> No Faculty Profile PDF File Availble</div>"; }*/ ?> </div> </div> </div> </div> </div> </div> <?php require_once("footer.php"); ?> </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