user->canViewFullImages($gallery->album)) { $slide_full = 0; } $bgcolor = $gallery->album->fields['bgcolor']; $title = _("Slide Show for album") ." :: ". $gallery->album->fields["title"]; } function makeSlideLowUrl($index, $loop, $pause, $full, $dir) { global $gallery; return makeGalleryUrl('slideshow.php', array('set_albumName' => $gallery->session->albumName, 'slide_index' => $index, 'slide_loop' => $loop, 'slide_pause' => $pause, 'slide_full' => $full, 'slide_dir' => $dir, 'mode' => 'low')); } function slideshow_body() { global $defaultLoop, $defaultPause, $defaultFull, $defaultDir, $slide_index, $slide_pause, $slide_loop, $slide_full, $slide_dir, $borderColor, $borderwidth, $loop, $bgcolor, $title, $gallery, $numPhotos, $numDisplayed, $index, $photo_count, $photo, $image, $thumbImage, $photoURL, $caption, $imageDir, $pixelImage, $number; ?>
'. $stopIconText .''; $iconElements[] = ''. $playIconText .''; if ($slide_dir == 1) { $iconElements[] = ''. $forwardIconText .''; } else { $iconElements[] = ''. $backwardIconText .''; } if ($gallery->user->canViewFullImages($gallery->album)) { if ($slide_full) { $iconElements[] = ''. $normalSizeIconText .''; } else { $iconElements[] = ''. $fullSizeIconText .''; } } $iconElements[] = $delayIconText .":"; $iconElements[] = drawSelect("time", array(1 => _("1 second"), 2 => _("2 seconds"), 3 => _("3 seconds"), 5 => _("5 seconds"), 10 => _("10 seconds"), 15 => _("15 seconds"), 30 => _("30 seconds"), 45 => _("45 seconds"), 60 => _("1 Minute")), $defaultPause, // default value 1, // select size array('onchange' => 'reset_timer()', 'class' => 'adminform') ); if ($loop) { $checked = ($defaultLoop) ? "checked" : ""; $iconElements[] = $loopIconText.':'; $iconElements[] = ''; } echo makeIconMenu($iconElements); ?>
0) { ?>




$gallery->session->albumName)) ?>">[]