your liberty!'; $logoRight_FooterText_default = ''; // %%%% Organization, Call-to-action, Topic strings %%%% $organization_default = ''; $callToAction_default = ''; $topic_default = ''; /* ------------------------------------- --- Local Values ------------------------------------- For criteria not provided by the script that includes this one into code apply the local default values. */ // file specs for header andsubheader graphics if(!isset($headerGraphicFilespec)) $headerGraphicFilespec = $headerGraphicFilespec_default; if(!isset($subheaderGraphicFilespec)) $subheaderGraphicFilespec = $subheaderGraphicFilespec_default; // file specs for graphic for logo left and logo right if(!isset($logoLeft_FileSpec)) $logoLeft_FileSpec = $logoLeft_FileSpec_default; if(!isset($logoRight_FileSpec)) $logoRight_FileSpec = $logoRight_FileSpec_default; // text shown below logo left and logo right if(!isset($logoLeft_FooterText)) $logoLeft_FooterText = $logoLeft_FooterText_default; if(!isset($logoRight_FooterText)) $logoRight_FooterText = $logoRight_FooterText_default; // organization, call-to-action, topic if(!isset($organization)) $organization = $organization_default; if(!isset($callToAction)) $callToAction = $callToAction_default; if(!isset($topic)) $topic = $topic_default; /* ******************************************** *** Generate HTML ******************************************** */ /* ---------------------------------------- --- Header Graphic ---------------------------------------- */ $header_img_tmp = ''; if(isset($headerGraphicFilespec) && $headerGraphicFilespec <> '') { if(file_exists($headerGraphicFilespec)) { //do nothing } elseif(file_exists('../' . $headerGraphicFilespec)) $headerGraphicFilespec = '../' . $headerGraphicFilespec; else $headerGraphicFilespec = ''; if($headerGraphicFilespec <> '') $header_img_tmp = ' James Eyer'; } /* ---------------------------------------- --- Subeader Graphic ---------------------------------------- */ $subheader_img_tmp = ''; if(isset($subheaderGraphicFilespec) && $subheaderGraphicFilespec <> '') { if(file_exists($subheaderGraphicFilespec)) { //do nothing } elseif(file_exists('../' . $subheaderGraphicFilespec)) $subheaderGraphicFilespec = '../' . $subheaderGraphicFilespec; else $headerGraphicFilespec = ''; if($subheaderGraphicFilespec<> '') $subheader_img_tmp = ' Candidate for U.S. Congress District 9'; } /* ---------------------------------------- --- Logo Left ---------------------------------------- */ $logo_left_tmp = ''; if(isset($logoLeft_FileSpec) && $logoLeft_FileSpec <> '') { if(file_exists($logoLeft_FileSpec)) { //do nothing } elseif(file_exists('../' . $logoLeft_FileSpec)) $logoLeft_FileSpec = '../' . $logoLeft_FileSpec; else $logoLeft_FileSpec = ''; if($logoLeft_FileSpec<> '') $logo_left_tmp = ' Logo'; if($logoLeft_FooterText<>'') $logo_left_tmp .= '
' . $logoLeft_FooterText; } /* ---------------------------------------- --- Logo Right ---------------------------------------- */ $logo_right_tmp = ''; if(isset($logoRight_FileSpec) && $logoRight_FileSpec <> '') { if(file_exists($logoRight_FileSpec)) { //do nothing } elseif(file_exists('../' . $logoRight_FileSpec)) $logoRight_FileSpec = '../' . $logoRight_FileSpec; else $logoRight_FileSpec = ''; if($logoRight_FileSpec <> '') $logo_right_tmp = ' Logo'; if($logoRight_FooterText<>'') $logo_right_tmp .= '
' . $logoRight_FooterText; } /* -------------------------------------------- --- Main html -------------------------------------------- */ $tmpHeaderHTML = '
' . $logo_left_tmp . '
'; /* if($header_img_tmp<>'') $tmpHeaderHTML .= '
' . $header_img_tmp . '
'; if($subheader_img_tmp<>'') $tmpHeaderHTML .= '
' . $subheader_img_tmp . '
'; */ if($organization <> '') $tmpHeaderHTML .= '
' . $organization . '
'; if($topic <> '') $tmpHeaderHTML .= '
' . $topic . '
'; if($callToAction <> '') $tmpHeaderHTML .= '
' . $callToAction . '
'; $tmpHeaderHTML .= '
'; if($logo_right_tmp <> "") $tmpHeaderHTML .= $logo_right_tmp; $tmpHeaderHTML .= '
'; ?> '; if( $leftCellFileSpec <> '' && file_exists($leftCellFileSpec) ) $tmpMainHTML .= get_file_contents($leftCellFileSpec); elseif($leftCellHTML) $tmpMainHTML .= $leftCellHTML; $tmpMainHTML .= ' '; $tmpMainHTML .= '
'; if( $midCellFileSpec <> '' && file_exists($midCellFileSpec) ) $tmpMainHTML .= get_file_contents($midCellFileSpec); elseif($midCellHTML) $tmpMainHTML .= $midCellHTML; $tmpMainHTML .= '
'; $tmpMainHTML .= '
'; if( $rightCellFileSpec <> '' && file_exists($rightCellFileSpec) ) $tmpMainHTML .= get_file_contents($rightCellFileSpec); elseif($rightCellHTML) $tmpMainHTML .= $rightCellHTML; $tmpMainHTML .= '
'; ?>
James Eyer for Congress • 4200 Park Blvd. • MBN# 2004 • Oakland 94602





rev 11/06/08