관리-도구
편집 파일: jewelry_diamond_showcase.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>Diamond Showcase</h2> <p><span class="vendor_phone">Phone: 480-949-9111</span> <br /><a class="vendor_website" href="http://www.diamondshowcase.com" target="_blank"><strong>www.diamondshowcase.com</strong></a></p> <p>Personal attention, expert advice, Arizona's largest diamond inventory, and the lowest prices on top quality loose diamonds and jewelry all make the Diamond Showcase buying experience second to none. At Diamond Showcase we strive to not only provide our customers with exactly what they want, but also to give them the education necessary so that they understand what they are purchasing. Come visit our showroom and let our staff of professionally trained experts help you select the diamond of your dreams.</p> <p>Walk-ins welcome between 9:00 am and 5:00 pm, Monday thru Friday. Evenings and weekends by appointment only.</p> <p><input type=button value="Back" onClick="history.go(-1)"></p> </div> <div class="vendor-right"> <p><img class="border" src="/vendors/images/diamond_showcase_01.jpg" /></p> <p><img class="border" src="/vendors/images/diamond_showcase_02.jpg" /></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"); } ?>