관리-도구
편집 파일: jewelry1.php
<? include_once('../includes/root.php'); include_once($DOCUMENT_ROOT.'/includes/constants.php'); $page_title = COMPANY_NAME." : Arizona Wedding Jewelry | 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="topbanner"> </div> <div id="wrapper"> <div id="content"> <h1 class="title">Arizona Wedding Jewelry</h1> <a href="http://www.silverliningbyleah.com" target="_blank"><img src="../images/banners/silver-lining-banner.jpg" alt="A Silver Lining Veils and Accessories" width="571" height="190" /></a> <div class="boxalt"> <h3></h3> <div class="boxcontent"> <table class="vendors"> <tr> <td rowspan="3" class="photo"><a href="/vendors/jewelry_claudias.php"><img src= "/vendors/images/claudias_th.jpg" alt="Claudia's Pearls"></a></td> <td class="title"><h2>Claudia's Custom Jewelry</h2></td> <td class="text-right"> 602-953-2558</td> </tr> <tr> <td colspan="2"><p>Claudia's bridal jewelry based in Phoenix-Scottsdale, Arizona has the perfect pearl bridal jewelry sets for the bride and bridesmaids at affordable prices. Claudia's specializes in custom bridal jewelry.</p> <br /> <p><a href="/vendors/jewelry_claudias.php"><img src="/images/bt_more_info.jpg" alt="more info" width="119" height="29" /></a></p> </td> </tr> </table> </div> <div class="boxbottom"></div> </div> <div class="boxalt"> <h3></h3> <div class="boxcontent"> <table class="vendors"> <tr> <td rowspan="3" class="photo"><a href="/vendors/jewelry_sami_fine.php"><img src= "/vendors/images/sami-th.jpg" alt="Sami Fine Jewelry" /></a></td> <td class="title"><h2>Sami Fine Jewelry</h2></td> <td class="text-right"> 480-837-8168</td> </tr> <tr> <td colspan="2"><p>Do you have your own idea for jewelry? We can do start-to-finish design and production of jewelry in your individual style. We'll help you put your ideas on paper. If you don't have something in mind, let Sami use her creative mind to make a one of a kind masterpiece. </p> <br /> <p><a href="/vendors/jewelry_sami_fine.php"><img src="/images/bt_more_info.jpg" alt="more info" width="119" height="29" /></a></p></td> </tr> </table> </div> <div class="boxbottom"></div> <div class="boxalt"> <h3></h3> <div class="boxcontent"> <table class="vendors"> <tr> <td rowspan="3" class="photo"><a href="/vendors/jewelry_hollander.php"><img src= "/vendors/images/Cornellis-th.jpg" alt="Sami Fine Jewelry" /></a></td> <td class="title"><h2>Cornelis Hollander Designs</h2></td> <td class="text-right"> 480-423-5000 </td> </tr> <tr> <td colspan="2"><p>Founded in 1984, Cornelis Hollander Designs, Inc., is a full service jewelry design company located in Scottsdale, Arizona. As a well-established jewelry design company, Cornelis' jewelry has been distributed all over the US and internationally. </p> <br /> <p><a href="/vendors/jewelry_hollander.php"><img src="/images/bt_more_info.jpg" alt="more info" width="119" height="29" /></a></p></td> </tr> </table> </div> <div class="boxbottom"></div> <div class="boxalt"> <h3></h3> <div class="boxcontent"> <table class="vendors"> <tr> <td rowspan="3" class="photo"><a href="/vendors/jewelry_silver_lining.php"><img src= "/vendors/images/sil_th.jpg" alt="Sami Fine Jewelry" /></a></td> <td class="title"><h2>A Silver Lining Veils and Accessories</h2></td> <td class="text-right"> 480-603-6716 </td> </tr> <tr> <td colspan="2"><p>Don't want to pay a fortune for a veil? A Silver Lining specializes in custom handmade bridal veils, tiaras and accessories at affordable prices. </p> <br /> <p><a href="/vendors/jewelry_silver_lining.php"><img src="/images/bt_more_info.jpg" alt="more info" width="119" height="29" /></a></p></td> </tr> </table> </div> <div class="boxbottom"></div> </div></div> </div> </div> </div> <? if (file_exists($DOCUMENT_ROOT."/includes/footer_jewelry.php")) { include_once($DOCUMENT_ROOT."/includes/footer_jewelry.php"); } else { header("location: /error.php"); } ?>