<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="content-type" content="application/xhtml+xml; charset=<?php echo $this->CHARSET; ?>" />
<title><?php echo $this->TITLE; ?></title>
<base href="<?php echo $this->BASE_HREF; ?>/" />
<link rel="stylesheet" href="themes/<?php echo $this->THEME; ?>/layout.css" type="text/css" media="screen" charset="utf-8" />
<link rel="stylesheet" href="themes/<?php echo $this->THEME; ?>/jd.gallery.css" type="text/css" media="screen" charset="utf-8" />
<script src="themes/<?php echo $this->THEME; ?>/js/mootools.v1.11.uncompressed.js" type="text/javascript"></script>
<script src="themes/<?php echo $this->THEME; ?>/js/jd.gallery.js" type="text/javascript"></script>
<script src="themes/<?php echo $this->THEME; ?>/js/jd.gallery.transitions.js" type="text/javascript"></script>
</head>
<body>
<script type="text/javascript">
function startGallery() {
var myGallery = new gallery($('myGallery'), {
delay: <?php echo $this->DELAY; ?>,
textPreloadingCarousel: '<?php echo $this->LOADING_TEXT; ?>',
textShowCarousel: '<?php echo $this->PICTURE_TEXT; ?>'
});
}
window.onDomReady(startGallery);
</script>
<div id="wrapper">
<div class="topDiv">
<p class="top"><?php echo $this->TEXT; ?></p>
</div>
<div class="content">
<div id="myGallery">
<?php echo $this->PICTURES; ?>
</div>
</div>
<div class="button_wrap">
<ul class="speed_buttons">
<li><a href="<?php echo $this->F_URL; ?>"><img class="speed_img" src="themes/<?php echo $this->THEME; ?>/images/slow.gif" alt="<?php echo $this->SLOW; ?>" title="<?php echo $this->SLOW; ?>" /></a><span class="<?php echo $this->CURRENT; ?>"><?php echo $this->SLOW; ?></span></li>
<li><a href="<?php echo $this->F_URL2; ?>"><img class="speed_img" src="themes/<?php echo $this->THEME; ?>/images/fast.gif" alt="<?php echo $this->FAST; ?>" title="<?php echo $this->FAST; ?>" /></a><span class="<?php echo $this->CURRENT2; ?>"><?php echo $this->FAST; ?></span></li>
<li><a href="<?php echo $this->F_URL3; ?>"><img class="speed_img" src="themes/<?php echo $this->THEME; ?>/images/faster.gif" alt="<?php echo $this->FASTER; ?>" title="<?php echo $this->FASTER; ?>" /></a><span class="<?php echo $this->CURRENT3; ?>"><?php echo $this->FASTER; ?></span></li>
</ul>
</div>
<?php echo $this->MUSIC; ?>
</div>
</body>
</html>