Revonzy Mini Shell

Revonzy Mini Shell

Şuanki Dizin: /home/wwwdreamtechnolo/public_html/pdpczare.com/879_dfdf7_sdddadmin/
Dosya Yükle :
Şuanki Dosya : /home/wwwdreamtechnolo/public_html/pdpczare.com/879_dfdf7_sdddadmin/feedback-report.php

<?php
	require_once("lib/functions.php");
	$db = new login_function();
	$flag = 0;
	$actual_image_name = "";
	$success_msg = 0;
	$semester = "";
	$succ_flag = 0;
	$semester_error = "";
	if(!isset($_SESSION['current_login_admin']))
	{
		header("Location:/admin/index.php");
	}
	if(isset($_SESSION['current_login_admin']))
	{
		$email	=	$_SESSION['current_login_admin'];
	}

	if(isset($_GET['delete_id']))
	{
		 $del_id	 =	$_GET['delete_id'];
		 $db->delete_student_feedback($del_id);
		
		 $success_msg	=	2;
	}
?>
<?php
	require_once('header.php');
?>

        <div id="page-wrapper">
            <div class="row">
                <div class="col-lg-12">
                    <a href="print-feedback-report.php" style="font-weight:bold;" target="_blank">Print Feedback Report</a>
                    <h1 class="page-header"> Department Controller </h1>
					<?php
					if($succ_flag == 1)
					{
					?>
					<div class="alert alert-success">
					 Saved Successfully.
					</div>
					<?php
					}
					?>
					<?php
					if($success_msg == 2)
					{
					?>
					<div class="alert alert-danger">
					 Deleted Successfully.
					 </div>
					<?php
					}
					?>
					
                </div>
                
            </div>
            
            <div class="row">
                <div class="col-lg-12">
                    <div class="panel panel-default">
                        
                        <div class="panel-body">
                            <div class="row">
                               
							
                                     <div class="row">
                 <div class="col-lg-12">
                    <div class="panel panel-default">
                       
                        <!-- /.panel-heading -->
                        <div class="panel-body">
                            <div class="table-responsive">
                                <table class="table table-striped table-bordered table-hover">
                                    <thead>
                                        <tr>
                                            <th width="50">Sr. No</th>
											<th>Name</th>
                                            <th>Class</th>
                                            <th>Roll No</th>
                                            <th>Academic Year</th>
                                            <th>Extra Suggetions</th>
                                            <th>The office staff in the college is cooperative and helpful</th>
                                            
                                            <th>Online educational resources are available and accessible in the library:</th>
                                            <th>Internet facility provided in the college is satisfactory:</th>
                                            <th>The prescribed books / reading materials are available in the library:</th>
                                            <th>Equipment in the lab(s) is in good working conditions:</th>
                                            <th>Results are displayed on the boards and website of the college:</th>
                                            <th>Separate common rooms for girls and boys are available:</th>
                                            <th>Toilets / washrooms are clean and properly maintained:</th>
                                            <th>Adequate facilities are available for differentially abled students:</th>
                                            <th>The campus is green and eco-friendly:</th>
                                            <th>Clean drinking water is available in the college campus:</th>
                                            <th>Grievances are redressed / problems are solved well in time:</th>
                                            <th>The functioning of the placement cell in the college is satisfactory:</th>
                                            <th>The entire syllabus is completed in time:</th>
                                            <th>The teachers are punctual and regular in taking lectures and practical’s:</th>
                                            <th>The teachers encourage participation and discussion in class:</th>
                                            <th>The teachers’ attitude towards the students is friendly & helpful:</th>
                                            <th>Modern teaching aids, power point presentations, web-resources, etc. are used by the teachers while teaching:</th>
                                            <th>The teachers are available and accessible in the Department after lecture timings:</th>
                                            <th>The evaluation process is fair and unbiased:</th>
                                            <th>The teachers guide the students for overall personality development of the students:</th>
                                            <th>The institute has adequate sport facility:</th>
                                            <th>The institute has social awareness programs : </th>
                                            <th>The institute has registered alumni association and their support to the existing students </th>
                                            <th>Date</th>
                                            <th>Time</th>
                                            <th>Action</th>
                                        </tr>
                                    </thead>
                                    <tbody>
									<?php
									
										$report_details = $db->get_all_feedback_data();
										if(!empty($report_details))
										{
											$counter =0;
											foreach($report_details as $record)
											{
                                                $id=$report_details[$counter][0];
                                                $name=$report_details[$counter][1];
                                                $class=$report_details[$counter][2];
                                                $roll_no=$report_details[$counter][3];
                                                $academic_year=$report_details[$counter][4];
                                                $suggestions=$report_details[$counter][5];
                                                $option1=$report_details[$counter][6];
                                                $option2=$report_details[$counter][7];
                                                $option3=$report_details[$counter][8];
                                                $option4=$report_details[$counter][9];
                                                $option5=$report_details[$counter][10];
                                                $option6=$report_details[$counter][11];
                                                $option7=$report_details[$counter][12];
                                                $option8=$report_details[$counter][13];
                                                $option9=$report_details[$counter][14];
                                                $option10=$report_details[$counter][15];
                                                $option11=$report_details[$counter][16];
                                                $option12=$report_details[$counter][17];
                                                $option13=$report_details[$counter][18];
                                                $option14=$report_details[$counter][19];
                                                $option15=$report_details[$counter][20];
                                                $option16=$report_details[$counter][21];
                                                $option17=$report_details[$counter][22];
                                                $option18=$report_details[$counter][23];
                                                $option19=$report_details[$counter][24];
                                                $option20=$report_details[$counter][25];
                                                $option21=$report_details[$counter][26];
                                                $option22=$report_details[$counter][27];
                                                $option23=$report_details[$counter][28];
                                                $option24=$report_details[$counter][29];
                                                $date=$report_details[$counter][30];
                                                $time=$report_details[$counter][31];
									?>
                                        <tr>
                                            <td><?php echo $counter+1; ?></td>
											<td><?php echo $name; ?></td>
											<td><?php echo $class; ?></td>
											<td><?php echo $roll_no; ?></td>
											<td><?php echo $academic_year; ?></td>
											<td><?php echo $suggestions; ?></td>
											<td><?php echo $option1; ?></td>
											<td><?php echo $option2; ?></td>
											<td><?php echo $option3; ?></td>
											<td><?php echo $option4; ?></td>
											<td><?php echo $option5; ?></td>
											<td><?php echo $option6; ?></td>
											<td><?php echo $option7; ?></td>
											<td><?php echo $option8; ?></td>
											<td><?php echo $option9; ?></td>
											<td><?php echo $option10; ?></td>
											<td><?php echo $option11; ?></td>
											<td><?php echo $option12; ?></td>
											<td><?php echo $option13; ?></td>
											<td><?php echo $option14; ?></td>
											<td><?php echo $option15; ?></td>
											<td><?php echo $option16; ?></td>
											<td><?php echo $option17; ?></td>
											<td><?php echo $option18; ?></td>
											<td><?php echo $option19; ?></td>
											<td><?php echo $option20; ?></td>
											<td><?php echo $option21; ?></td>
											<td><?php echo $option22; ?></td>
											<td><?php echo $option23; ?></td>
											<td><?php echo $option24; ?></td>
											<td><?php echo $date; ?></td>
											<td><?php echo $time; ?></td>
											<td><a href="<?php echo $_SERVER['PHP_SELF']; ?>?delete_id=<?php echo $id;?>" onclick="return confirm('Are you sure?');">Delete</a></td>
										</tr>
                                       <?php
										$counter ++;
											}
										}else
										{
										?>
										<td colspan="5">No Data Found...</td>
										<?php
										}
									   
									   
									   ?>
                                    </tbody>
                                </table>
                            </div>
                            <!-- /.table-responsive -->
                        </div>
                        <!-- /.panel-body -->
                    </div>
                    <!-- /.panel -->
                </div>
             
                <!-- /.col-lg-6 -->
            </div>
                                
                            </div>
                           
                        </div>
                        
                    </div>
                    
                </div>
              
            </div>
            
        </div>
       

    </div>
    

</body>

</html>

EliteHackz.ORG
Revonzy Mini Shell
root@revonzy.com

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