PK

ADDRLIN : /home/anibklip/adhocacademy.com/
FLL :
Current File : /home/anibklip/adhocacademy.com/xxindex.php

<?php $page = basename($_SERVER['SCRIPT_NAME']); ?> 
<?php
	include_once('include/common.php');
	include_once('include/connection.php');
?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<link href="css/style.css" rel="stylesheet" type="text/css" />
<script type="text/javascript" language="Javascript" src="js/global.js"></script>
<script type="text/javascript">var _siteRoot='index.html',_root='index.html';</script>
  <script type="text/javascript" src="js/jquery.js"></script>
  <script type="text/javascript" src="js/scripts.js"></script>
<title>Adhoc Academy of Computers</title>
</head>

<body>
<table cellspacing="0" cellpadding="0" class="main">
	<tr>
		<td>
			<?php include_once 'include/header.php'; ?>
		</td>
	</tr>
	<tr>
		<td>
			<table cellspacing="0" cellpadding="0" width="100%" bgcolor="#017A37">
				<tr>
					<td width="28%" style="vertical-align:top;" height="180">
						<?php include_once 'login/login.php'; ?>
					</td>
					<td rowspan="2" bgcolor="#fff" style="vertical-align:top;">
						<table cellspacing="0" cellpadding="0" width="100%" style="background:#fff;">
								<tr>
									<td class="welcome"><p>ISO 9001-2008 Certified Institute<br />
									</p>
								    </td>
								</tr>
								<tr>
									<td></td>
								</tr>
								<tr>
									<td align="center" style="padding-left:35px;">
										<div id="header" style="margin:auto;">
  	<div class="wrap" style="margin:auto;">
		<div id="slide-holder" style="margin:auto;">
			<div id="slide-runner">
				<a href="" ><img id="slide-img-1" src="image/student01.jpg" class="slide" alt="" /></a>
				<a href=""><img id="slide-img-2" src="image/Student 4.jpg" class="slide" alt="" /></a>
				<a href=""><img id="slide-img-3" src="image/student_photo.jpg" class="slide" alt="" /></a>
				<a href=""><img id="slide-img-4" src="image/photo-for-student-access-an.jpg" class="slide" alt="" /></a>
				<a href=""><img id="slide-img-5" src="image/image63.jpg" class="slide" alt="" /></a>
				
				<div id="slide-controls">
					 <!--<p id="slide-client" class="text"><strong>post: </strong><span></span></p>
					 <p id="slide-desc" class="text"></p>-->
					 <!--<p id="slide-nav"></p>-->
				</div>
			</div>
		
		<!--content featured gallery here -->
	   </div>
   <script type="text/javascript">
    if(!window.slider) var slider={};slider.data=[{"id":"slide-img-1","client":"nature beauty","desc":"nature beauty photography"},{"id":"slide-img-2","client":"nature beauty","desc":"add your description here"},{"id":"slide-img-3","client":"nature beauty","desc":"add your description here"},{"id":"slide-img-4","client":"nature beauty","desc":"add your description here"},{"id":"slide-img-5","client":"nature beauty","desc":"add your description here"}];
   </script>
  </div></div>
									</td>
								</tr>
								<tr>
									<td style="padding:10px;" class="dear"><div align="justify">
									  <p><br />
									    Dear Friends,<br />
									    <br />
									    <br />
                                        <br />
You will be glad to know that we have opened our new institute in your   city Ludhiana.  Where, we are going to provide you complete education   facilities and all kind  of job oriented courses that will help you to   achieve your desired goals for  your bright future. All the courses are   certified and sufficient for required  jobs.</p>
									  <p>Beside computer courses, we also provide you coaching classes for IELTS,    English Speaking, Personality Development as well as Embassy   interviews, English  Fluency course Tuition classes are also available   for all classes in all subjects.  Special Batches During daytime for   housewives. Correspondent Candidate, School  Children, Kids etc. </p>
									</div></td>
								</tr>
						</table>
					</td>
					<td width="28%" style="vertical-align:top;">
						<?php include_once 'cer_courses.php'; ?>
					</td>
				</tr>
				<tr>
					<td width="28%" style="vertical-align:top;">
						<table width="100%" cellspacing="0" cellpadding="0">
							
	<tr><td colspan="2"><?php include_once 'news.php'; ?></td></tr>
						<tr>
		<td align="right"><img src="image/urug.jpg" width="100" /></td><td style="font-size:13px; text-align:left; color:#fff;"><span style="color:#fff; font-size:16px;">Franchises :</span><br />An ISO 9001:2008<br />certified institute</td>
	</tr></table>
					</td>
					<td width="28%"  style="vertical-align:top;">
						<?php include_once 'sel_courses.php'; ?>
					</td>
				</tr>
				
			</table>
		</td>
	</tr>
	<tr>
		<td>
			<?php include_once 'include/footer.php'; ?>
		</td>
	</tr>
</table>
</body>
</html>


PK 99