<?php // // LWG Session Control Additions - - - START // $time_stamp_dir = "webyep-system/data"; $now = time(); // $life_span = 3600; // life span is 1 hour $life_span = 3600; // life span is 5 minutes $done = 0; if ($d_handle = opendir($time_stamp_dir)) { while (false !== ($env_name = readdir($d_handle))) {//echo "$env_name<br>"; $result = split('___', $env_name); if (count($result) > 1) { $webyep_sIncludePath = "./"; if (($now - $result[1]) >= $life_span) {$done = 1; } } } closedir($d_handle); } if ($done == 1) { header("Location:http://lwg.lightgate.com/demo_exp.html"); } // // LWG Session Control Additions - - - END // ?><?php // ><!-- $webyep_sIncludePath = "./"; $iDepth = 0; while (!file_exists($webyep_sIncludePath . "webyep-system")) { $iDepth++; if ($iDepth > 10) { error_log("webyep-system folder not found.", 0); break; } $webyep_sIncludePath = ($webyep_sIncludePath == "./") ? ("../"):("$webyep_sIncludePath../"); } if (file_exists("$webyep_sIncludePath/webyep-system/programm")) $webyep_sIncludePath .= "webyep-system/programm"; else $webyep_sIncludePath .= "webyep-system/program"; $sMain = "$webyep_sIncludePath/webyep.php"; if (file_exists($sMain)) include($sMain); // --> <dummy ?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="content-type" content="text/html; charset=utf-8" /> <meta name="robots" content="all" /> <meta name="generator" content="RapidWeaver" /> <meta name="generatorversion" content="3.5.1 (Build 264)" /> <title>light weaver group - Build Your Own Site Demo</title> <link rel="stylesheet" type="text/css" media="screen" href="LWGthemes/themes/SoftBlog/styles.css" /> <link rel="stylesheet" type="text/css" media="print" href="LWGthemes/themes/SoftBlog/print.css" /> <link rel="stylesheet" type="text/css" media="handheld" href="LWGthemes/themes/SoftBlog/handheld.css" /> <link rel="stylesheet" type="text/css" media="screen" href="LWGthemes/themes/SoftBlog/css/top/grey.css" /> <link rel="stylesheet" type="text/css" media="screen" href="LWGthemes/themes/SoftBlog/css/color/grey.css" /> <link rel="stylesheet" type="text/css" media="screen" href="LWGthemes/themes/SoftBlog/css/title/center.css" /> <link rel="stylesheet" type="text/css" media="screen" href="LWGthemes/themes/SoftBlog/css/font/standard.css" /> <link rel="stylesheet" type="text/css" media="screen" href="LWGthemes/themes/SoftBlog/css/font/georgia.css" /> <link rel="stylesheet" type="text/css" media="screen" href= "LWGthemes/themes/SoftBlog/css/sidebar/sidebar_right.css" /> <link rel="stylesheet" type="text/css" media="screen" href="LWGthemes/themes/SoftBlog/css/float/center.css" /> <script type="text/javascript" src="LWGthemes/themes/SoftBlog/javascript.js"> </script> </head> <!-- This page was created with RapidWeaver from Realmac Software. http://www.realmacsoftware.com --> <body> <div id="container"> <!-- Start container --> <div id="pageHeader"> <!-- Start page header --> <h1>Demostros Digital Arts</h1> <h2><em>... images both real and imagined ...</em> <br /> <br /> <span style="font-size: .7em;letter-spacing: 1px;"><a href="http://lwg.lightgate.com/diy.html" style="color: #00007C;" onmouseover="this.style.color='Red'" onmouseout="this.style.color='#00007C'">Back to the Light Weaver Group</a></span></h2> </div><!-- End page header --> <div id="sidebarContainer"> <!-- Start Sidebar wrapper --> <div id="navcontainer"> <span style="color: #00007C; font-weight: 700; font-size: 1.2em;">&nbsp;&nbsp;&nbsp;MENU</span> <!-- Start Navigation --> <?php webyep_menu("Menu", false, "", "", "", ""); ?><div><br><br><br><br><br><br><br><br><?php webyep_logonButton(true); ?></div> </div><!-- End navigation --> <div class="clearer"></div> <div class="sideHeader"></div><!-- Sidebar header --> <div id="sidebar"> <!-- Start sidebar content --> <br /> <!-- sidebar content you enter in the page inspector --> <!-- sidebar content such as the blog archive links --> </div><!-- End sidebar content --> </div><!-- End sidebar wrapper --> <div id="contentContainer"> <!-- Start main content wrapper --> <div id="content"> <!-- Start content --> <!-- Mode: export --> <?php $iLeftPhotoPadding = 10; $iRightPhotoPadding = 10; $iLeftPhotoWidth = false ? 150:0; $iRightPhotoWidth = false ? 150:0; $iCenterPhotoPadding = 10; $iCenterPhotoWidth = false ? 300:0; $iBlockPadding = 20; if (!function_exists("bCheckImage")) { function bCheckImage($sN, $iFixedW, &$sWCSS, &$sWATT) { $bRet = false; $sWCSS = $sWATT = ""; $oElement = new WYImageElement($sN, $false, $iFixedW ? "width=\"$iFixedW\"":"", "", ""); $sContent = $oElement->sDisplay(); if ($sContent) { if ($iFixedW) $iW = $iFixedW; else { $oImg = $oElement->oImage(); $iW = $oImg ? $oImg->iWidth():0; } $sWCSS = $iW ? (" width: " . $iW . "px;"):""; $sWATT = $iFixedW ? "width=\"$iFixedW\"":""; $bRet = true; } return $bRet; } } $sWidthCSS = ""; ?> <h1 class="WebYepPageHeading"> <?php webyep_shortText("PageHeading", false); ?></h1> <!-- Loop Start: ======================================== --> <?php foreach (WYLoopElement::aLoopIDs("BlockLoop") as $webyep_oCurrentLoop->iLoopID) { $webyep_oCurrentLoop->loopStart(true); ?> <div style="overflow: hidden; height: 1%"> <?php if (webyep_sShortTextContent("BlockHeading", false) || webyep_bIsEditMode()) { ?> <h2 class="WebYepBlockHeading"> <?php webyep_shortText("BlockHeading", false); ?></h2><?php } ?><?php if (bCheckImage("LeftPhoto", $iLeftPhotoWidth, $sWidthCSS, $sWidthAtt) || webyep_bIsEditMode()) { ?> <!-- Left Photo: ======================================== --> <?php printf('<div style="float: left; margin-right: %dpx; margin-bottom: %dpx;%s" class="WebYepLeftPhoto"><div>', $iLeftPhotoPadding, $iLeftPhotoPadding, $sWidthCSS); webyep_image("LeftPhoto", false, $sWidthAtt); echo "</div>"; if (webyep_sShortTextContent("LeftPhotoCaption", false) || webyep_bIsEditMode()) { ?> <div style="padding-top: 4px; text-align: center;"> <?php webyep_shortText("LeftPhotoCaption", false); ?> </div><?php } echo "</div>"; } ?><?php if (bCheckImage("RightPhoto", $iRightPhotoWidth, $sWidthCSS, $sWidthAtt) || webyep_bIsEditMode()) { ?> <!-- Right Photo: ======================================= --> <?php printf('<div style="float: right; margin-left: %dpx; margin-bottom: %dpx;%s" class="WebYepRightPhoto"><div>', $iRightPhotoPadding, $iRightPhotoPadding, $sWidthCSS); webyep_image("RightPhoto", false, $sWidthAtt); echo "</div>"; if (webyep_sShortTextContent("RightPhotoCaption", false) || webyep_bIsEditMode()) { ?> <div style="padding-top: 4px; text-align: center;"> <?php webyep_shortText("RightPhotoCaption", false); ?> </div><?php } echo "</div>"; } ?> <!-- Text: =============================================== --> <div class="WebYepText"> <?php webyep_longText("Text", false, "", true); ?> </div> </div> <!-- Attachment: ========================================= --> <?php if (webyep_sShortTextContent("AttachmentDescription", false) || webyep_bIsEditMode()) { ?> <p class="WebYepAttachment"><span class= "WebYepAttachmentDescription"><?php webyep_shortText("AttachmentDescription", false); ?></span> <span class= "WebYepAttachmentFilename"><?php webyep_attachment("AttachedFile"); ?></span></p><?php } ?><?php if (bCheckImage("CenterPhoto", $iCenterPhotoWidth, $sWidthCSS, $sWidthAtt) || webyep_bIsEditMode()) { ?> <!-- Center Photo: ======================================= --> <?php printf('<div style="text-align: center;" class="WebYepCenterPhoto"><div style="margin-left: auto; margin-right: auto; padding-top: %dpx; %s"><div>', $iCenterPhotoPadding, $sWidthCSS); webyep_image("CenterPhoto", false, $sWidthAtt); echo "</div>"; if (webyep_sShortTextContent("CenterPhotoCaption", false) || webyep_bIsEditMode()) { ?> <div style="padding-top: 4px; text-align: center;"> <?php webyep_shortText("CenterPhotoCaption", false); ?> </div><?php } echo "</div></div>"; } ?> <!-- Block Padding: ====================================== --> <?php if ($iBlockPadding) printf('<div style="font-size: 0px; line-height: 0px; height: %spx;" class="WebYepBlockPadding"></div>', $iBlockPadding); ?><!-- Loop End: =========================================== --> <?php $webyep_oCurrentLoop->loopEnd(); } ?> <div class="clearer"></div> <div id="breadcrumbcontainer"> <!-- Start the breadcrumb wrapper --> </div><!-- End breadcrumb --> </div><!-- End content --> </div><!-- End main content wrapper --> <div id="footer"> <!-- Start Footer --> <p><br /></p> <div align="center"> © 2007 Light Weaver Group <br /> Member of the Roane County Chamber of Commerce </div> </div><!-- End Footer --> </div><!-- End container --> </body> </html>