'; echo 'Crafty Jane\'s - handmade '.$occasion.' cards
'; echo ''; echo ''; echo ''; echo ''; echo ''; echo ''; echo ''; require("navhead.html"); //displays the header and menus //displays the description echo ''; echo '
'; echo '
'; echo '

Handmade '.ucfirst($occasion).' Cards

'; echo $card_desc1.$occasion.$card_desc1a." ".$card_desc2." ".$card_desc3." "; echo $card_desc[$occasion_fname].$card_desc4; echo '
'; echo '
'; //Large cards section echo ''; echo ''; echo ''; $filenlen = strlen($occasion_fname) + 9; $cardslistlg = (ls('/home/mdp97jes/public_html/'.$image_path[$occasion_fname],$filenlen)); $numcardslg = sizeof($cardslistlg); if ($cardslistlg[0] == '') { $numcardslg = 0; } for($i=0; $i<$numcardslg; $i+=1) { $x = $i; $img = $image_path[$occasion_fname].$cardslistlg[$i]; echo ''; } } if ($j > 0) { while ($j <= ($perrowlg - 1)) { echo ''; $j = $j + 1; } } if ($numcardslg == 0) { echo ''; } echo ''; echo '
Large '.ucfirst($occasion).' Cards (approx. 8¼ x 6 inches / 21 x 15 cm / A5)
'; list($xtemp, $ytemp) = getimagesize($img); if ($xtemp > $ytemp) { echo '(Note: this card is shown smaller only because it is landscape)
'; } echo 'Large handmade '.$occasion.' card
Click image to enlarge
'; if((time() - filemtime($img))/86400 < $newdays) { echo '

New!
'; } echo $cardprice_text['large']; echo '
Email me about this card

'; $j = ($i + 1) % $perrowlg; if (($j == 0) && ($i != $numlg)) { echo '
 
'; echo 'More large '.$occasion.' cards coming soon
'; //small cards section echo ''; echo ''; echo ''; $filenlen = strlen($occasion_fname) + 7; $cardslistsmall = (ls('/home/mdp97jes/public_html/'.$image_path[$occasion_fname],$filenlen)); $numcardssmall = sizeof($cardslistsmall); if ($cardslistsmall[0] == '') { $numcardssmall = 0; } for($i=0; $i<$numcardssmall; $i+=1) { $x = $i; $img = $image_path[$occasion_fname].$cardslistsmall[$i]; echo ''; } //end if } //end for if ($j > 0) { while ($j <= ($perrow - 1)) { echo ''; $j = $j + 1; } //end while } //end if if ($numcardssmall == 0) { echo ''; } echo ''; echo '
Small '.ucfirst($occasion).' Cards (approx. 6 x 4 inches / 15 x 10 cm / A6)
'; list($xtemp, $ytemp) = getimagesize($img); if ($xtemp > $ytemp) { echo '(Note: this card is shown smaller only because it is landscape)
'; } echo 'Small handmade '.$occasion.' card
Click image to enlarge
'; if((time() - filemtime($img))/86400 < $newdays) { echo '

New!
'; } echo $cardprice_text['small']; echo '
Email me about this card

'; $j = ($i + 1) % $perrow; if (($j == 0) && ($i != $num)) { echo '
 
'; echo 'More small '.$occasion.' cards coming soon
'; echo '

Return to top of page

'; ?>