관리-도구
편집 파일: guest_courtyard.php
<?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>Courtyard by Marriott Phoenix West Avondale</h2> <p><span class="vendor_phone">Phone: 623-271-7660 </span> <br /> <a href="http://www.marriott.com/phxsw" target="_blank"on click="trackOutboundLink('http://www.marriott.com/phxsw'); return false;"><strong>www.marriott.com/phxsw</strong></a> </p> </p> <p>At the Courtyard Phoenix West Avondale we are passionate about taking care of you. That’s why we offer a broad range of services and amenities to make your event exceptional. The hotel is located less than a mile from the best of the West Phoenix dining, nightlife and shopping. With the Courtyard, you won’t have to stress about your weddings guests’ comfort. There is plenty of relaxing space all around the property and in our spacious guest rooms making sure your guests feel right at home.</p> <p><input type=button value="Back" onClick="history.go(-1)"></p> </div> <div class="vendor-right"> <script type="text/javascript" src="http://www.finestweddingsites.com/reception/lightbox.js"></script> <p> <a href="images/courtyard4-lg.jpg" rel="lightbox" title="Courtyard Phoenix West Avondale" img class="border"><img src="images/courtyard4.jpg" alt="Courtyard Phoenix West Avondale" class="border" /></a></p> <p> <a href="images/courtyard1-lg.jpg" rel="lightbox" title="Courtyard Phoenix West Avondale" img class="border"><img src="images/courtyard1.jpg" alt="Courtyard Phoenix West Avondale" class="border" /></a></p> <p> <a href="images/courtyard2-lg.jpg" rel="lightbox" title="Courtyard Phoenix West Avondale" img class="border"><img src="images/courtyard2.jpg" alt="Courtyard Phoenix West Avondale" class="border" /></a></p> <p> <a href="images/courtyard3-lg.jpg" rel="lightbox" title="Courtyard Phoenix West Avondale" img class="border"><img src="images/courtyard3.jpg" alt="Courtyard Phoenix West Avondale" class="border" /></a></p> <p> <a href="images/courtyard5-lg.jpg" rel="lightbox" title="Courtyard Phoenix West Avondale" img class="border"><img src="images/courtyard5.jpg" alt="Courtyard Phoenix West Avondale" class="border" /></a></p> <p> <a href="images/courtyard6-lg.jpg" rel="lightbox" title="Courtyard Phoenix West Avondale" img class="border"><img src="images/courtyard6.jpg" alt="Courtyard Phoenix West Avondale" class="border" /></a></p> </div> </div> </div> </div> <? if (file_exists($DOCUMENT_ROOT."/includes/footer_rehearsal.php")) { include_once($DOCUMENT_ROOT."/includes/footer_rehearsal.php"); } else { header("location: /error.php"); } ?>