KGRKJGETMRETU895U-589TY5MIGM5JGB5SDFESFREWTGR54TY
Server : Apache/2.4.62
System : FreeBSD fbsdweb2.web.rcn.net 14.1-RELEASE FreeBSD 14.1-RELEASE releng/14.1-n267679-10e31f0946d8 GENERIC amd64
User : www ( 80)
PHP Version : 8.3.8
Disable Function : NONE
Directory :  /domains/melanchton/old/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Current File : /domains/melanchton/old/RLC_PhotoTour2.html
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">

<html>
<head>
	<title>Redeemer: Tour (Some of Us pre-Advent 2014)</title>
	<link rel="stylesheet" href="RLC.css" type="text/css">
	<SCRIPT LANGUAGE="JavaScript" type="text/javascript" src="RLC.js">	  </script>
    <SCRIPT LANGUAGE="JavaScript" type="text/javascript" src="SwissArmy.js"> </script>
    <SCRIPT LANGUAGE="JavaScript" type="text/javascript" src="RLC_JScriptCode.js"> </script>
	<script type="text/javascript">
		swfobject.registerObject("SWFRedeemerTour", "9.0.0");
	</script>
</head>

<body class="bakimage">
<h1>Tour</h1>
<img src="Buttons/Tour_t.JPG" width="233" height="40" alt="Tour" border="0">
<h4>Click here to view <a href="RLC_PhotoTour.html" target="main">General Images</a></h4>
<h4>You may click on any single image to enlarge it.<br>
(Please note: it is our policy not to identify most persons by name.)</h4>
<hr>
<h4>Just pictures of some of us (Pre-Advent 2014).<br>
	   How richly God has blessed us with each other!</h4>

<script type="text/javascript">
	// declare the variables
	var SrcFldr = "SomeOfUs";
	var SubFldr = "";
	var strImages = [];
	var strOrient = [];
	var strCaption = [];

	//  All images are assumed to be within a folder and possilbe sub-folder of Images.  I have begun to name
	//  those subfolders by the church year span (1 Advent through Christ the King).

	//  There will be one entry in each of three arrays for each picture

	//  The first array is the file name. (The basic path is assumed to be the same
	//  for every image, and the subfolder for all on a page will be passed separately.)
	//  The naming convention for the files is important.  The file name is "proper cased" with
	//  no spaces, and the name always begins with the date in format CCYYMMDD.

	//  The second array is the orientation of the picture (L=landscape; P=portrait) [uppercase!]

	//  The third array holds the text used for the "alt=" and for the caption. 

	//  these first entries "initialize" the arrays so they must be element numbered [0].
  	strImages[0] = "20141017redeemerdinnerservingline.JPG"; 
	strOrient[0] = "L"; 
	strCaption[0] = "2014 Pork and Sauerkraut";

	// all subsequent entries to the arrays are added onto the array.  The "push" adds
	// the next element in the array and then fills the element with the data indicated.
	strImages.push("20141017redeemerdinnerhoboband2.JPG"); 
	strOrient.push("L"); 
	strCaption.push("2014 Pork and Sauerkraut");

	strImages.push("20141017redeemerdinnerfriends.JPG"); 
	strOrient.push("L"); 
	strCaption.push("2014 Pork and Sauerkraut");

	strImages.push("20141017redeemerdinnerdiners1.JPG"); 
	strOrient.push("L"); 
	strCaption.push("2014 Pork and Sauerkraut");

	strImages.push("20141017redeemerdinnerdiners2.JPG"); 
	strOrient.push("L"); 
	strCaption.push("2014 Pork and Sauerkraut");

	strImages.push("20141005Acolytes.JPG"); 
	strOrient.push("L"); 
	strCaption.push("2104 Acolytes");

	strImages.push("20141004AnimalBlessing1.JPG"); 
	strOrient.push("P"); 
	strCaption.push("Blessing of the Animals");

	strImages.push("20141004AnimalBlessing2.jpg"); 
	strOrient.push("P"); 
	strCaption.push("Blessing of the Animals");

	strImages.push("20141004AnimalBlessing3.jpg"); 
	strOrient.push("P"); 
	strCaption.push("Blessing of the Animals");

	strImages.push("20140823Baptism.JPG"); 
	strOrient.push("L"); 
	strCaption.push("2014 Baptism");

	strImages.push("20140719BaptismAdj.jpg"); 
	strOrient.push("L"); 
	strCaption.push("2014 Baptism");

	strImages.push("20140810AllCreatures1.jpg"); 
	strOrient.push("P"); 
	strCaption.push("All Creatures");

	strImages.push("20140608FourSharpsEtAl.JPG"); 
	strOrient.push("L"); 
	strCaption.push("2014 Four Sharps with Confirmands");

	strImages.push("20140601NewMembers.JPG"); 
	strOrient.push("P"); 
	strCaption.push("2014 New Members");

	strImages.push("Photo12241657.jpg"); 
	strOrient.push("L"); 
	strCaption.push("Some of Us");

	strImages.push("Photo12241617.jpg"); 
	strOrient.push("L"); 
	strCaption.push("Some of Us");

	strImages.push("Photo12241646.jpg"); 
	strOrient.push("L"); 
	strCaption.push("Some of Us");

	strImages.push("Photo12241646_1.jpg"); 
	strOrient.push("L"); 
	strCaption.push("Some of Us");

	strImages.push("Photo12241647.jpg"); 
	strOrient.push("L"); 
	strCaption.push("Some of Us");

	strImages.push("Photo12241648.jpg"); 
	strOrient.push("L"); 
	strCaption.push("Some of Us");

	strImages.push("Photo12241650.jpg"); 
	strOrient.push("L"); 
	strCaption.push("Some of Us");

	strImages.push("Photo12241652.jpg"); 
	strOrient.push("L"); 
	strCaption.push("Some of Us");

	strImages.push("Photo12241655.jpg"); 
	strOrient.push("L"); 
	strCaption.push("Some of Us");

	strImages.push("Photo12241656.jpg"); 
	strOrient.push("L"); 
	strCaption.push("Some of Us");
	
	// Now the JavaScript function is called and passed the subfolder name
	// and the arrays of Images, Orientation codes, and Captions.
	displayPhotosOnPage(SrcFldr, SubFldr, strImages, strOrient, strCaption);

</script>

<script type="text/javascript">
	// declare the variables
	var SrcFldr = "Educ";
	var SubFldr = "";
	var strImages = [];
	var strOrient = [];
	var strCaption = [];

  	strImages[0] = "20140608ConfirmandClass3Shenanigans.JPG"; 
	strOrient[0] = "L"; 
	strCaption[0] = "2014 Confirmands";

	strImages.push("20140608Confirmands2.JPG"); 
	strOrient.push("L"); 
	strCaption.push("2014 Confirmands");

	strImages.push("20140608TheGuys.JPG"); 
	strOrient.push("L"); 
	strCaption.push("2014 The Guys");
	
	displayPhotosOnPage(SrcFldr, SubFldr, strImages, strOrient, strCaption);

</script>

<script type="text/javascript">
	// declare the variables
	var SrcFldr = "Mission";
	var SubFldr = "";
	var strImages = [];
	var strOrient = [];
	var strCaption = [];

	strImages[0] = "IMG_0100.JPG"; 
	strOrient[0] = "L"; 
	strCaption[0] = "Some of Us");

	strImages.push("IMG_0104.JPG"); 
	strOrient.push("L"); 
	strCaption.push("Some of Us");

	strImages.push("IMG_0099.JPG"); 
	strOrient.push("L"); 
	strCaption.push("Some of Us");
	
	displayPhotosOnPage(SrcFldr, SubFldr, strImages, strOrient, strCaption);

</script>



	  <hr>

	  <h4>GO BACK TO <a href="RLC_Main.html" target="main">WELCOME PAGE</a></h4>
	  <h4>Click here to view <a href="RLC_PhotoTour.html" target="main">General Images</a></h4>
<script type="text/javascript">
    AddCopyright();
</script>	
</body>
</html>

Anon7 - 2021