#! /usr/bin/perl use CGI qw/:standard/; $query=new CGI; @a=split('/', $query->self_url() ); $path="//"; $i=2; while(defined($a[$i+1])) { $path=$path.$a[$i]."/"; $i++; } $prognam="furniture.cgi"; $document="furniture.txt"; $featurdir="furniture/"; $page=""; $sortby=""; $page=$query->param('page'); $sortby=$query->param('sortby'); $maxcols=6; sub money { return( ( !( defined( $_[0] )))||( $_[0]=~/ /g )||( $_[0] eq '+' )||( $_[0]=~/\$/g )||( $_[0]=~/same/gi )||( $_[0]=~/n\/a/gi )||( $_[0] eq '' ) ); } sub menubar { print "

Other Furniture In-Stock

"; } else { print"
  • More Items In Stock
  • "; } # print"Home | The Artisans | Ordering and Shipping | About Us"; } sub warning { print"

    Items marked with \"*\" may be hazardous if used improperly. Consult a health care practitioner before using.

    "; } sub ordering { print"

    Frequently Asked Questions

    "; print"

    How do I place an order? · Orders may currently be placed by telephone. Call (304) 497 2756 to arrange for payment and shipping. We can provide a shipping quote and delivery schedule.

    "; print"

    What forms of payment do you accept? · We will accept Visa, Mastercard and American Express credit cards, as well as a personal or business check in advance. No orders will be shipped COD.

    "; print"

    *Does the price include shipping? · Prices listed are FOB Renick, WV and do not include shipping or packaging charges. There is a $10 box charge on beam mantels and small tables. There is a custom crate charge on larger pieces such as Farm Tables.

    "; print"

    How will I get the order? · Items weighing less than 170 pounds can be shipped by UPS. Large and heavy items such as Farm Tables are shipped by truck. This is usually quite reasonable and an estimate can be given when an order is placed.

    "; } sub regmenu { print"
    FINE FURNITURE ·\; RUSTIC ·\; ACCESSORIES ·\; GRAND ARCHITECTURAL ·\; SEARCH
    HOME ·\; CUSTOM CABINETRY ·\; THE ARTISANS ·\; ORDERING & SHIPPING ·\; ABOUT US
    "; } if( $page eq 'm' ) { $title='Rustic Fireplace Mantels'; $keywords='antique fireplace mantel surround, rustic hand hewn mantel, fireplace mantel design, log mantel, salvaged beam mantles, wood fireplace, '; $description='Fireplace Mantels and Surrounds from Salvaged Antique Hand-hewn Beams'; $logo='images/headhrb.gif'; $lw='350'; $lh='23'; $alt='Inventory of Fireplace Mantels at Alterra Furniture Gallery'; $bg=''; $thead='

    These are one of a kind pieces, often crafted from a special stock of wood. They are available and are ready to ship. Minor size modifications MAY be possible, and would require a special charge. If you are interested in a custom fireplace mantle please visit our Custom Mantel Page.'; $border='images/phborder.gif'; } if( $page eq 't' ) { $title='Handcrafted Wood Tables'; $keywords='farm table, harvest table, rustic table, dining tables'; $description='Harvest tables, farm tables and other tables in stock at Alterra Furniture.'; $logo='images/headspic.gif'; $lw='254'; $lh='23'; $alt='Culinary Spices and Chili Peppers'; $bg=''; $thead='

    These hand-crafted tables are now In-Stock and are ready to ship. These are one of a kind pieces, often crafted from a special stock of wood. If you are interested in a custom table please visit our Custom Table Page.'; $border='images/phborder.gif'; } if( $page eq 'k' ) { $title='Kitchen Utensils and Accessories'; $keywords='kitchen furniture, end grain chopping blocks, cutting boards, ergonomic cutting boards'; $description='Hand-crafted kitchen utensils.'; $logo='images/headchin.gif'; $lw='232'; $lh='22'; $alt='Chinese Herbs'; $bg=''; $thead='

    These kitchen accessories are now In-Stock and ready to ship.'; $border='images/phborder.gif'; } if( $page eq 'o' ) { $title='More Hand-crafted Items'; $keywords='hand crafted furniture, hand made furniture wv west virginia crafts'; $description='More hand made wooden items in stock at Alterra WV'; $logo='images/headnari.gif'; $lw='278'; $lh='55'; $alt='Native American Ritual Items'; $bg=''; $thead='

    These hand-crafted items are now In-Stock and ready to ship.'; $border='images/phborder.gif'; # $maxcols=4; } print "Content-Type: text/html\r\n\r\n ".$title."

    \"Alterra "; print "

    $title In Stock

    "; $i=0; $danger=0; $z=1; open(LIST, $document) || die p($!); while( ) { if( $z==1 ) { chomp; if( /FURNITURELIST/ ) { $z=0; } } else { $#a=0; chomp; $#temp=0; @a=split('\|'); $temp[0]=$a[0]; if( $a[1]=~/$page/ ) { $#list=$i; $j=1; until( $j>=$#a ) { if( $a[$j]=~/s/ ) { $d=1; $danger=1; } else { $d=0; } $j++; if( ( $sortby eq 'c' )||( money( $a[$j+1]) ) ) { if( money($a[$j+1])) { $c=1; } else { $c=0; } } if (( $sortby eq 'l' )&&( !money( $a[$j+1]))) { push @temp, $a[$j+1]; push @temp, $a[$j++]; $j++; $c=2; } $g=substr($a[$j],0,1); until(($j>$#a)||($c==$maxcols)||($g eq '+')) { push @temp, $a[$j]; $g=substr($a[++$j],0,1); $c++; } if($c==$maxcols) { $g=substr($a[$j],0,1); until(($j>$#a)||($g eq '+') ) { $j++; $g=substr($a[$j],0,1); } } until($c==$maxcols) { push @temp, ''; $c++; } if($d==1) { push @temp, '

    SOLD

    '; } if($j<=$#a) { push @temp, '+'; } $c=0; } $i++; push @list, join( '|', @temp ); } } } close LIST; #if($bg ne "") # { # old version print"
    "; # print"
    "; # } #else # { # print"
    "; # } print"$thead Click the pictures for more information and larger pictures.

    "; #if( $sold==1 ) # { # warning; # } menubar; # UNCOMMENT TO PRINT TOP NAVIGATION MENU print" "; @list = sort{substr($a,index($a,'|')) cmp substr($b,index($b,'|'))}@list; for $i(0..$#list) { ### Reprint column headings every 20 lines. if( int($i/20)==($i/20)) { if( $sortby eq 'c' ) { # old sort print""; print""; } else { print""; } if( $page eq 'm' ) { print" "; } if( $page eq 't' ) { print" "; } if ($page eq 'k' || $page eq 'o') { print" "; } # if( $danger==1 ) # { # print ""; # } print""; } @a=split(/\|/, $list[$i]); if( money( $a[2] )) { print ""; $j=2; } else { print ""; $j=3; } while($j<=$#a ) { if( $a[$j] eq '+' ) { if( money( $a[$j+2] ) ) { print ""; } else { print""; } } else { print ""; } $j++; } print"\n"; } print "
    PictureDescription
    PictureDescriptionPictureDescriptionFaceShelfLengthPrice*LengthWidthHeightPrice*DepthWidthHeightPrice**
    "; if( ( $a[0] ne '' ) && ( -e $featurdir.$a[0] ) ) { print "$a[1]"; } else { print $a[1]; } print "
    "; if( ( $a[0] ne '' ) && ( -e $featurdir.$a[0] ) ) { print "$a[1]"; } else { print $a[1]; } print "
    ".$a[2]."
    ".$a[++$j]."
    ".$a[++$j]."
    ".$a[++$j]."
    ".$a[$j]."
    \n"; #if( $danger==1 ) # { # warning; # } ordering; menubar; regmenu; print"

    Email to f-sales\@awebresource.com
    HC 67 Box 592
    Rt. 219 North
    Renick, WV 24966
    (304) 497-2756


    "; print " ";