관리-도구
편집 파일: photographers_whitedove.php
<? include_once('../includes/root.php'); include_once($DOCUMENT_ROOT.'/includes/constants.php'); $page_title = COMPANY_NAME." : Arizona Wedding Photographers | Arizona Wedding Vendors | AZ Wedding Sites | Home"; $scroller = SCROLLER_PHOTOGRAPHERS.""; if (file_exists($DOCUMENT_ROOT."/includes/header_vendors.php")) { include_once($DOCUMENT_ROOT."/includes/header_vendors.php"); } else { header("location: /error.php"); } ?> <div id="topbanner"> <script type="text/javascript">//new pausescroller(name_of_message_array, CSS_ID, CSS_classname, pause_in_miliseconds) new pausescroller(pausecontent, "pscrollerphotography", "someclass", 3000) </script> </div> <div id="wrapper"> <div id="content"> <h1 class="title">Arizona Wedding Photographers</h1> <div id="vendors_listings"> <div class="vendor-left"> <h2>White Dove Studio</h2> <p><span class="vendor_phone">Phone: 480-857-7403</span> <br /><a class="vendor_website" href="http://www.WhiteDoveStudio.com" target="_blank"><strong>www.WhiteDoveStudio.com</strong></a></p> <p>White Dove Studio is the creation of award winning photographer Nancy Parks. Nancy has been providing quality photography for over 20 years and established White Dove Studio in 1987. She relocated to Arizona from Connecticut in 1996 and has been capturing special moments throughout the Valley of The Sun.</p> <p>Nancy is an active member of the PPA-(Professional Photographers Assoc),the WPPI - (Wedding & Portrait Photographers International), the APPA- (Arizona Professional Photographers Association), the RMMPA (Rocky Mountain Professional Photographers) and a member of Kodak Professional Promise of Excellence Team.</p> <p>In a recent International Wedding & Portrait Photography Competition sponsored by the WPPI, Nancy was awarded a ribbon and recognized for her outstanding work. <em>"Parks received high scores for its immediate visual impact and technical excellence. Nancy Parks competed against photographers from all over the world to win such honors."</em> - quoted from the WPPI press release</p> <p><input type=button value="Back" onClick="history.go(-1)"></p> </div> <div class="vendor-right"> <p><img class="border" src="/vendors/images/white_dove_03.jpg" /></p> <p><img class="border" src="/vendors/images/white_dove_01.jpg" /></p> <p><img class="border" src="/vendors/images/white_dove_02.jpg" /></p> </div> </div> </div> </div> <? if (file_exists($DOCUMENT_ROOT."/includes/footer_photographers.php")) { include_once($DOCUMENT_ROOT."/includes/footer_photographers.php"); } else { header("location: /error.php"); } ?>