' . PHP_EOL ; } else { echo ' ' . PHP_EOL ; } ?> ' . PHP_EOL ; echo ' is_Mobile = true ;' . PHP_EOL ; echo ' console.log( "javascript: " + ( is_Mobile ? "is mobile" : "is desktop" ) ) ;' . PHP_EOL ; echo '' . PHP_EOL ; } // load mobile-specific CSS if appropriate if ( $is_Mobile ) { echo '' . PHP_EOL ; // the following is for debugging only, as the JavaScript is_Mobile variable is set // in /~heines/scripts/jesse_utilities.php after setting the PHP $is_Mobile variable if ( false ) { echo '' . PHP_EOL ; } } // moved to SetPresentationParameters.php on October 17, 2024 // $bLocalPresentation = true ; // suppress all debugging info // debugging control switches $bDebugging = false ; // general debugging info $bShowDebugInfo = true ; // debugging info underneath picture $bShowDebugInfo = ! isset( $_GET["nodebug"] ) && ! isset( $_GET["hide"] ) && ! $bLocalPresentation ; $bShowPictureFileName = ! $is_Mobile && ! $bLocalPresentation ; // display picture file name to the right of the navigation bar on localhosts // unless I'm on my iPhone if ( str_starts_with( getenv("COMPUTERNAME"), "a2hosting" ) ) { $bShowPictureFileName = isset( $_GET["id"] ) ; } // suppress index button? $bShowIndexButton = true ; if ( isset( $_GET["noindex"] ) || ( isset( $_GET["showindexbutton"] ) && $_GET["showindexbutton"] === "false" ) ) { $bShowIndexButton = false ; } // OutputToConsole ( '$bLocalPresentation = ' . ( $bLocalPresentation ? "true" : "false" ), __LINE__ ) ; // OutputToConsole ( '$bShowDebugInfo = ' . ( $bShowDebugInfo ? "true" : "false" ), __LINE__ ) ; ?> ' . PHP_EOL ; echo ' var strImagesFolder = "' . $strImagesFolder . '" ;' . PHP_EOL ; echo '' . PHP_EOL ; require( "LoadJSFiles.php" ) ; // OutputToConsole( $bCaptionList ? "true" : "false", __FILE__, __LINE__ ) ; //////////////////////////////////// //// Meadowood CSS // for the Meadowood website, add the nature background image // OutputToConsole( $_SERVER['SERVER_NAME'], __FILE__, __LINE__ ) ; if ( $_SERVER['HTTP_HOST'] == "villageatmeadowood.com" && strpos( $strListFolder, "Meadowood" ) ) { echo "" . PHP_EOL ; require( "css/pictures-Meadowood.css" ) ; } // check for the existence of a specified index page $strIndexPage = "/Pictures/Version2022/PictureIndex.php" ; if ( isset( $_GET["indexpage"] ) ) { $strIndexPage = $_GET["indexpage"] ; } # OutputToConsole( "title = " . $_GET["title"], basename( __FILE__ ), __LINE__ ) ; # OutputToConsole( "listFolder = " . $_GET["listfolder"], basename( __FILE__ ), __LINE__ ) ; # OutputToConsole( "imagesFolder = " . $_GET["imagesfolder"], basename( __FILE__ ), __LINE__ ) ; # OutputToConsole( "indexpage = " . $strIndexPage, basename( __FILE__ ), __LINE__ ) ; # echo ( "

OK at PHP line " . __LINE__ . "

" ) ; ?>
' . PHP_EOL ; echo '  ' . PHP_EOL ; echo '' . PHP_EOL ; } ?>

Please enter the number of seconds to display each picture and then click the Start button.  We suggest entering 3 or greater.  Click the Cancel button to retain manual control.