관리-도구
편집 파일: jewelry_sami_fine.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> <div id="vendors_listings"> <div class="vendor-left"> <h2>Sami Fine Jewelry</h2> <p><span class="vendor_phone">Phone: 480-837-8168</span> <br /> <a class="vendor_website" href="http://www.samifinejewelry.com" target="_blank"><strong>www.samifinejewelry.com</strong></a></p> <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.<br /> <br /> As times change, so do trends. You may have jewelry that is no longer on your favorite list. Why not have Sami turn your piece into something that is new and exciting to wear.<br /> <br /> Once we get a "feel" for the design, we will then work up a rendering of the piece on our computerized design program. This high tech piece of equipment creates a picture of what the piece will look like when it is finished. It also carves a perfect wax model.<br /> <br /> Once cast, our master jewelers will set the stones and finish the piece to our top quality standards. </p> <p><input type=button value="Back" onClick="history.go(-1)"></p> </div> <div class="vendor-right"> <p> <?php @include('../includes/contact-me.php'); ?> </p> <p> <img src="images/sami-01.jpg" alt="Sami Fine Jewelry" width="250" height="131" /></p> <p><img src="/vendors/images/sami-02.jpg" alt="Sami Fine Jewelry" class="border" /></p> <p><img src="/vendors/images/sami-03.jpg" alt="Sami Fine Jewelry" class="border" /></p> <p><img src="/vendors/images/sami-04.jpg" alt="Sami Fine Jewelry" class="border" /></p> <p><img src="/vendors/images/sami-05.jpg" alt="Sami Fine Jewelry" class="border" /></p> </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"); } ?>