관리-도구
편집 파일: guest_hilton_garden.php
<? include_once('../includes/root.php'); include_once($DOCUMENT_ROOT.'/includes/constants.php'); $page_title = COMPANY_NAME." : Arizona Wedding Guest Accommodations | Arizona Wedding Vendors | AZ Wedding Sites | Home"; if (file_exists($DOCUMENT_ROOT."/includes/header_vendors.php")) { include_once($DOCUMENT_ROOT."/includes/header_vendors.php"); } else { header("location: /error.php"); } ?> <div id="wrapper"> <div id="content"> <h1 class="title">Arizona Wedding Guest Accommodations</h1> <div id="vendors_listings"> <div class="vendor-left"> <h2>Hilton Garden Inn - Scottsdale</h2> <p><span class="vendor_phone">Phone: 480-481-0400</span> <br /><a class="vendor_website" href="http://www.scottsdale.gardeninn.com" target="_blank"><strong>www.scottsdale.gardeninn.com</strong></a></p> <p>The Hilton Garden Inn Scottsdale Old Town hotel in Arizona is steps from Old Town Scottsdale and only 15 minutes from Phoenix Sky Harbor Airport. Our hotel is within walking distance to art galleries, antique stores, baseball spring trainings and upscale shopping at Fashion Square Mall. Downtown Phoenix is a 20 minute drive from the Hilton Garden Inn Scottsdale Old Town hotel and is home to Diamondbacks Baseball at Bank One Ballpark and Phoenix Suns Basketball at the America West Arena.</p> <p>Deluxe accommodations, friendly Arizona service, and a relaxed atmosphere await our Hilton Garden Inn Scottsdale Old Town hotel guests. We are certain to please the busy executive or leisure traveler in the Old Town Scottsdale area of Arizona with our array of special amenities including, complimentary high-speed internet access with secure PrinterOn remote printing, in-room hospitality center with a microwave, refrigerator, coffeemaker, two dual line phones with voicemail and data ports, large work desk with desk level outlets, ergonomic chair, pay per view movies, video games, complimentary HBO, and a complimentary USA Today newspaper each weekday morning. </p> <p><input type=button value="Back" onClick="history.go(-1)"></p> </div> <div class="vendor-right"> <p><img class="border" src="/vendors/images/hilton_garden_01.jpg" /></p> <p><img class="border" src="/vendors/images/hilton_garden_02.jpg" /></p> </div> </div> </div> </div> <? if (file_exists($DOCUMENT_ROOT."/includes/footer_guest.php")) { include_once($DOCUMENT_ROOT."/includes/footer_guest.php"); } else { header("location: /error.php"); } ?>