" . $message . "
" - /*. "
+
0)
+ {
+ echo '';
+ }
+ echo '<<'.get_lang('_previous_slide');
+ if ($slide > 0)
+ {
+ echo " ";
+ }
-if ($slide > 0)
-{
- echo "";
-}
-?>
- << 0)
-{
- echo "";
-}
-?>
- |
- "all")
-{
+ // next slide
+ if ($slide < $total_slides -1 and $slide_id <> "all")
+ {
echo "";
-}
-?>
- >>
- 0)
+ {
+ echo " ";
+ }
-if ($slide > 0)
-{
- echo "";
-}
-?>
- |
- - '.get_lang('_exit_slideshow').' '; -if ($slide_id <> "all") -{ - echo get_lang('_image')." ".$next_slide." ".get_lang('_of')." ".$total_slides; -} + // show thumbnails + if ($slide_id <> "all") + { + echo "".get_lang('_show_thumbnails')." "; + } + else + { + echo get_lang('_show_thumbnails').' '; + } + + $image = $sys_course_path.$_course['path']."/document/".$folder.$image_files_only[$slide]; + + // slideshow options + echo ''.get_lang('_set_slideshow_options').' '; ?> - | -- |
- + "all") { - echo "".get_lang('_show_thumbnails').""; -} -else -{ - echo get_lang('_click_thumbnails'); + echo get_lang('_image')." ".$next_slide." ".get_lang('_of')." ".$total_slides; } -$image = $sys_course_path.$_course['path']."/document/".$folder.$image_files_only[$slide]; - -// EXIF DATA, remove "and 0==1" in the if statement if you want to display the EXIT data in a popup -//if (exif_read_data($image)) -// { -// $_SESSION["exif_image"]=$image; -// -// echo "| Show Exif metadata"; -// } -?> - | -- | - |