tags except as directed. HTML and text outside of such tags * may be freely edited. **************************************************************************** * * The guestbook uses certain information from the member's configuration, * as follows: * * stopemail - 'yes' if 'Click here to E-mail Me' link should not appear * guesttext - guestbook introductory message * quest - list of options for "where did you find us?" * */ /**************************************************************************** * -----=====> YOU MUST SET THIS <=====----- * * edit this to the member's name. ****************************************************************************/ $member = 'oldndnshop'; /* don't touch this next line! */ require_once 'Guestbook-inc1.php'; // setup occurs in this file /**************************************************************************** * edit the value below (between DATA_DELIMITER tags) to the confirmation * message you wish to display to the user when their message is accepted, * or you can leave the default value given here. * * $home_url will be replaced with the URL of the member's home page; * $esc_tradename will be replaced with the member's tradename, with HTML * entities (such as ampersand) properly escaped (e.g., "A & A Antiques") ****************************************************************************/ $confirm_msg=<<Thank you. Your information has been recorded and your guest book entry has been mailed to the dealer.

$esc_tradename home page DATA_DELIMITER; ?> Old Territorial Shop, American Indian Antiques

tag (output via the require_once directive above). ?>
Home | About Us | Policies | Specialties | Directions | Shows
 

Guest Book
tags) where you want the guestbook * introductory message to appear. You can also change the default message * that will be used in the case that the member has not configured one, * by altering the value of $default_msg (between DATA_DELIMITER tags) ****************************************************************************/ $default_intro_msg=<<Please sign our guest book to be informed of new additions to our site. Feel free to indicate special requests or areas of interest. We can serve you better if you opt in to our e-mail list. DATA_DELIMITER; if ($config['guesttext']) { echo htmlentities($config['guesttext']); } else { echo $default_intro_msg; } ?>



Old Territorial Shop, American Indian Antiques

7077 E. Main St. #7
Scottsdale, AZ 85251


1-480-945-5432


tags) where you want a 'Click here * to E-mail Me' link to appear. You can also change the link text by * altering the value of $mail_me_msg, between the single quotes (') * * You may delete this fragment entirely if you do not want such a link to * appear, or if you wish to hard-code it. However, this will prevent the * member's configured "stopemail" or e-mail address values from having an * effect on this page. ****************************************************************************/ $mail_me_msg = '

Click Here to E-mail Me

'; if ($config['stopemail'] != 'yes') { echo Troc::js_obfuscated_email($membermail, $mail_me_msg); } ?>

 
Email:
Required
tags) where you want the email * entry field to appear. ***************************************************************************/ echo ''; ?>
 Name:
Required
tags) where you want the name * input field to appear ***************************************************************************/ echo ''; ?>
 How did you find us? required
tags) where you want the field for * selction of "where you found us" to appear. ***************************************************************************/ $wherearray=array(); foreach ($whereops as $option) { $wherearray[$option]=$option; } Troc::make_select_field('where', $wherearray,'Other'); ?>
Phone: tags) where you want the phone * input field to appear ***************************************************************************/ echo ''; ?>

from where do you enjoy our site?
Street Address: tags) where you want the street * input field to appear ***************************************************************************/ echo ''; ?>
City: tags) where you want the city * input field to appear ***************************************************************************/ echo ''; ?>
State or
Province:
tags) where you want the state * input field to appear ***************************************************************************/ echo ''; ?>
Postal Code: tags) where you want the postal code * input field to appear ***************************************************************************/ echo ''; ?>
Country: tags) where you want the country * input field to appear ***************************************************************************/ echo ''; ?>

tags) where you want the button * for approving or disallowing bulk mail to appear ***************************************************************************/ Troc::make_radiobutton_field('bulkok', array('yes'=>'yes','no'=>'no'), $bulkok); ?>

Requests or Comments:
tags) where you want the comments * input field to appear ***************************************************************************/ echo ''; ?>




Contact Us | Services | Buying | Testimonials | Return To Previous Page
© 2006 Old Territorial Shop