summaryrefslogtreecommitdiff
path: root/slideshows/default/template.html
blob: 08c2d9f0ec3cca4565661116b5301ffe3252a799 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
	<link href="/default/template/styles.css" rel="stylesheet" type="text/css">
	<script src="/default/template/right.js"></script>
	<script src="/default/template/billboard.js" type="text/javascript"></script>
</head>
<body>
<div class="frame">
	<div class="info">
		<ul>
			$EVENTS
		</ul>
	</div>

	<div class="content">
	<ul class="rui-billboard" data-billboard='{autostart: true, showButtons: false}'>
		$IMAGES
	</ul>
	</div>
</div>
</body>
</html>