|
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 : |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<head>
<title>Redeemer: Tour (Icons in the Chapel)</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>Icons that grace the walls of our Chapel/Library</h4>
<script type="text/javascript">
// declare the variables
var SrcFldr = "Icons";
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] = "IconAnnunciation.jpg";
strOrient[0] = "P";
strCaption[0] = "Annunciation";
// 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("IconNativity.jpg");
strOrient.push("P");
strCaption.push("Nativity");
strImages.push("IconBaptismOfChrist.jpg");
strOrient.push("P");
strCaption.push("Baptism of Christ");
strImages.push("IconCrucifixion.jpg");
strOrient.push("P");
strCaption.push("Crucifixion");
strImages.push("IconTheHolyWomenAtTheTomb.jpg");
strOrient.push("P");
strCaption.push("Women at the Tomb");
strImages.push("IconResurrection.jpg");
strOrient.push("P");
strCaption.push("Resurrection");
strImages.push("IconAscension.jpg");
strOrient.push("P");
strCaption.push("Ascension");
strImages.push("IconPentecost.jpg");
strOrient.push("P");
strCaption.push("Pentecost");
// 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>
<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>