summaryrefslogtreecommitdiff
path: root/slideshows/default/template.html
diff options
context:
space:
mode:
Diffstat (limited to 'slideshows/default/template.html')
-rw-r--r--slideshows/default/template.html12
1 files changed, 6 insertions, 6 deletions
diff --git a/slideshows/default/template.html b/slideshows/default/template.html
index 08c2d9f..a5fd4a6 100644
--- a/slideshows/default/template.html
+++ b/slideshows/default/template.html
@@ -4,20 +4,20 @@
<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>
+ <script src="http://code.jquery.com/jquery-latest.js"></script>
+ <script src="http://code.jquery.com/ui/jquery-ui-git.js"></script>
+ <script src="/default/template/events.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 class="events">
+ $EVENTS
+ </div>
</div>
</body>
</html>