| Current Path : /var/www/html/mmishra/indem/prachaar/sc6/ |
| Current File : /var/www/html/mmishra/indem/prachaar/sc6/index.php |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html>
<head>
<meta name="keywords" content="" />
<meta name="description" content="" />
<meta http-equiv="refresh" content="" />
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<title>6th Science Conclave @ IIIT-Allahabad</title>
<link href="style.css" rel="stylesheet" type="text/css" media="screen" />
<script type="text/javascript" src="jquery-1.2.6.min.js"></script>
<script type="text/javascript">
/***
Simple jQuery Slideshow Script modified by prashant srivastava at allahabad.
***/
function slideSwitch() {
var $active = $('#slideshow DIV.active');
if ( $active.length == 0 ) $active = $('#slideshow DIV:last');
// use this to pull the divs in the order they appear in the markup
var $next = $active.next().length ? $active.next()
: $('#slideshow DIV:first');
// uncomment below to pull the divs randomly
// var $sibs = $active.siblings();
// var rndNum = Math.floor(Math.random() * $sibs.length );
// var $next = $( $sibs[ rndNum ] );
$active.addClass('last-active');
$next.css({opacity: 0.0})
.addClass('active')
.animate({opacity: 1.0}, 1000, function() {
$active.removeClass('active last-active');
});
}
$(function() {
setInterval( "slideSwitch()", 5000 );
});
var timer = null;
function auto_reload()
{
window.location = 'http://indem.iiita.ac.in/prachaar/sc6/index.php';
}
</script>
</head>
<body onload="timer = setTimeout('auto_reload()',250000);" >
<div style="width:100%;">
<center><h2>6<sup>th</sup>Science Conclave, IIIT-Allahabad</h2></center>
<table width='100%'>
<tr>
<td style='text-align:center'>
<div id="slideshow"><center>
<div class="active"><img src="scimg/1.JPG" height='100%' width='100%' /></div>
<div><img src="scimg/2.JPG" height='100%' width='100%' /></div>
<div><img src="scimg/3.JPG" height='100%' width='100%' /></div>
<div><img src="scimg/4.JPG" height='100%' width='100%' /></div>
<div><img src="scimg/5.JPG" height='100%' width='100%' /></div>
<div><img src="scimg/a6.JPG" height='100%' width='100%' /></div>
</center></div>
</td>
</tr>
<tr>
<td><marquee direction='left' scrollDelay='10' scrollAmount='5'>
<h1>Science Conclave Notice Board</h1>
</marquee>
</td>
</tr>
</table>
</div>
<?php //-- ?>
</body>
</html>