shell bypass 403
<?
if (!defined('SITE'))
exit('Access Denied');
?>
<? template('html_head'); ?>
<? template('page_header'); ?>
<script src="js/simplyscroll/jquery.simplyscroll.min.js" type="text/javascript"></script>
<link rel="stylesheet" href="js/simplyscroll/jquery.simplyscroll.css" media="all" type="text/css">
<script type="text/javascript">
$(function () {
$("#scroller li a").hover(function() {
$(this).stop().animate({ backgroundColor: "#3a3a3a" }, 200);
},function() {
$(this).stop().animate({ backgroundColor: "#111111" }, 400);
});
// $("#lyr1 a").click(function(){
// $(this).stop().animate({ backgroundColor: "#FF0000" }, 100);
// });
$("#scroller").simplyScroll({
customClass: 'vert',
orientation: 'vertical',
auto: false,
// manualMode: 'loop',
frameRate: 20,
speed: 5
});
});
</script>
<div id="body">
<div style="float:left;width:423px;"><?php echo $base['data']['left']; ?></div>
<div style="float:left;width:807px;"><?php echo $base['data']['right']; ?></div>
<br style="clear:both;"/>
</div>
<? template('page_footer'); ?>