Revonzy Mini Shell

Revonzy Mini Shell

Şuanki Dizin: /home/wwwdreamtechnolo/public_html/swamipolytechnic.org/
Dosya Yükle :
Şuanki Dosya : /home/wwwdreamtechnolo/public_html/swamipolytechnic.org/committee.php

<?php
	require_once("header.php");
?>

<div class="parent_colour container">				
	<div class="department-main-section">	
		<br />
		<center><h2 class="head-title">Committees</h2>
		<?php
			require_once("sidemenu.php");
		?>
		<div class="parent_data_contnr" >
		<!--<table border=2  cellpadding="2px" style="margin-top:10px;">
				<thead style="color:#FFFFFF;">
					<td width="20">Sr.no</td>
					<td>Title</td>
					<td width="120">View</td>		
				</thead>
				<?php
									
										$report_details = $db->get_all_committee_info();
										if(!empty($report_details))
										{
											$counter =0;
											foreach($report_details as $record)
											{
												$id				=	$report_details[$counter][0];
												$title			=	$report_details[$counter][1];
												$images			=	$report_details[$counter][2];
									?>
                                        <tr>
                                            <td><?php echo $counter+1; ?></td>
											<td><?php echo $title; ?></td>
                                            <td><a href="/gallery/<?php echo $images; ?>" target="_blank" class="download-title">View</a></td>
										</tr>
                                       <?php
										$counter ++;
											}
										}else
										{
										?>
										<td colspan="3">No Data Found...</td>
										<?php
										}
									   
									   ?>
						</table>-->
						
						

<style>
.nav-pills li a    
 {
     background-color:#FFFFFF;
 }   
</style>
  <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script>
  <script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"></script>
  
  <!--<ul class="nav nav-pills" style="font-size:14px; color:#FFFFFF; margin-top:15px;">
    <li style="background-color:#FFFFFF; border-radius:5px;" class="active"><a data-toggle="pill" href="#home">Commitees</a></li>
    <li style="background-color:#FFFFFF; border-radius:5px;"><a data-toggle="pill" href="#menu1">ANTI RAGGING C.</a></li>
    <li style="background-color:#FFFFFF; border-radius:5px;"><a data-toggle="pill" href="#menu2">Grievance Redressal C.</a></li>
    <li style="background-color:#FFFFFF; border-radius:5px;"><a data-toggle="pill" href="#menu3">Anti Sexual Harassment C.</a></li>
  </ul>-->
  
     <h3>Committees</h3>
	 
 <?php
		$report_details = $db->get_all_committee_info();
		if(!empty($report_details))
		{
			$counter =0;
			foreach($report_details as $record)
			{
				$id				=	$report_details[$counter][0];
				$title			=	$report_details[$counter][1];
				$images			=	$report_details[$counter][2];
	?>
	<div class="panel-group" id="accordion" style="width:100%;">
			<div class="panel panel-default">
			  <div class="panel-heading" style="background-color:#AAAEEB;">
				<h4 class="panel-title">
				  <a data-toggle="collapse" data-parent="#accordion" href="#collapse_<?php echo $counter;?>" style="color:#000; font-weight:bold; font-size:20px;"><?php echo $title; ?><span class="glyphicon glyphicon-chevron-down" style="float:right;"></span></a>
				</h4>
			  </div>
			  <div id="collapse_<?php echo $counter;?>" class="panel-collapse collapse" >
				<div class="panel-body" style="background-color:#D3D5F5; padding:0px;">
					<div class="PDF">
					   <object data="/gallery/<?php echo $images; ?>" type="application/pdf" width="100%" height="600">
						   alt : <a href="/gallery/<?php echo $images; ?>"><?php echo $title; ?></a>
					   </object>
					</div>
				</div>
			  </div>
			  </div>
		</div> 	
		
		
	   <?php
		$counter ++;
			}
		}else
		{
		?>
		<td colspan="3">No Data Found...</td>
		<?php
		}
	   
	   ?> 
	 
	 
	 
	 
<!--<p><strong>Various Committees in College are</strong><br />
1.	Academic Council / Committee (Academic Audit Committee)<br />
2. Finance and Purchase Committee<br />
3. Building and Works and Campus maintenance Committee<br />
4. Disciplinary Committee<br />
5. Institution Curriculum Implementation Cell (ICIU)<br />
6. Student Welfare Committee<br />
7. Library Committee<br />
8. Grievance Redressal Committee<br />
9. Anti-Sexual Harassment Committee (ASH)<br />
10. Examination Committee<br />
11. Admission Committee<br />
12. Hostel/Canteen Committee<br />
13. Sports and Extra Curricular Activities Committee<br />
14. Board of Appointment and Performance Review<br />
15. Placement Training and Entrepreneurship Development Cell.<br />
16. Magazine Committee (College Magazine)<br />
17. College Time Table Committee<br />
18. Alumni Committee<br />
19. RTI Cell<br />
20. Institute Web Site Design and maintenance<br /><br /></p>-->
    </div>
    <div id="menu1" class="tab-pane fade">
      <h3>ANTI RAGGING COMMITTEE</h3>
      <p>
        <div class="PDF">
           <object data="images/ANTI RAGGING.pdf" type="application/pdf" width="750" height="600">
               alt : <a href="images/ANTI RAGGING.pdf">ANTI RAGGING</a>
           </object>
        </div>
      </p>
    </div>
    <div id="menu2" class="tab-pane fade">
      <h3>Grievance Redressal Committee (GRC):</h3>
      <p>
        <div class="PDF">
           <object data="images/Grievance Redressal Committee.pdf" type="application/pdf" width="750" height="600">
               alt : <a href="images/Grievance Redressal Committee.pdf">Grievance Redressal Committee</a>
           </object>
        </div>
      </p>
    </div>
    <div id="menu3" class="tab-pane fade">
      <h3>Anti Sexual Harassment Committee (ASH)</h3>
      <p>
        <div class="PDF">
           <object data="images/Anti Sexual Harassment Committee.pdf" type="application/pdf" width="750" height="600">
               alt : <a href="images/Anti Sexual Harassment Committee.pdf">Anti Sexual Harassment Committee</a>
           </object>
        </div>
      </p>
    

			
		</div>			
	</div>
</div>
	
<?php
	require_once("footer.php");
?>
	


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