From 4bf486955cea9e2b67531f044c6bf34a7bc9324f Mon Sep 17 00:00:00 2001 From: Tim Almdal Date: Tue, 18 Nov 2008 19:09:24 +0000 Subject: The start of the slideshow module. Mostly framework stuff, no real implementation yet --- themes/default/js/slideshow.js | 3 +++ themes/default/views/album.html.php | 2 +- themes/default/views/page.html.php | 1 + themes/default/views/photo.html.php | 2 +- 4 files changed, 6 insertions(+), 2 deletions(-) create mode 100644 themes/default/js/slideshow.js (limited to 'themes') diff --git a/themes/default/js/slideshow.js b/themes/default/js/slideshow.js new file mode 100644 index 00000000..35f792b8 --- /dev/null +++ b/themes/default/js/slideshow.js @@ -0,0 +1,3 @@ +function slideshow(parent_id) { + alert("Start a slideshow showing all the items that have the id " + parent_id + " as a descendent"); +} \ No newline at end of file diff --git a/themes/default/views/album.html.php b/themes/default/views/album.html.php index b59dba01..b2617998 100644 --- a/themes/default/views/album.html.php +++ b/themes/default/views/album.html.php @@ -2,7 +2,7 @@

title_edit ?>

description_edit ?> - Slideshow + Slideshow