Advertisement
Guest User

Untitled

a guest
Mar 26th, 2011
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.45 KB | None | 0 0
  1. <body id='subpage'>
  2.  
  3. <div class='wrapper'>
  4.  
  5. <div id="top">
  6.  
  7. <div id="head">
  8. <li class='current'><a href="index.html"><img src="SideBB_Logo.jpg" alt="" width="312" height="106" longdesc="SideBB_Logo.jpg" /></a></li>
  9. <ul id="nav">
  10. <li><a href="index.html"><strong>Home</strong></a></li>
  11. <li><a href="shivaree/site_root/index.html"><strong>Weddings</strong></a></li>
  12. <li><a href="Grunge/html/orange/index.html"><strong>Music Videos</strong></a></li>
  13. <li><a href="page.html"><strong>Commercials</strong></a>
  14.  
  15. </li>
  16. <li class='current'><a href="contact.php"><strong>Contact</strong></a></li>
  17. </ul>
  18. </div> <!-- end #head -->
  19.  
  20.  
  21. <div id="content">
  22.  
  23. <div class='entry'>
  24. <h2><a href='single.html'>Contact</a></h2>
  25. <p>Box of Brilliance contact information:</p>
  26. <p>904-860-2408</p>
  27. <p>Boxofbrilliance@hotmail.com</p>
  28. <form action="" method="post" class="ajax_form">
  29. <fieldset><?php if (!isset($error) || $error == true){ ?><h3><span>Send us mail</span></h3>
  30.  
  31. <p class="<?php if (isset($the_nameclass)) echo $the_nameclass; ?>" ><input name="yourname" class="text_input empty" type="text" id="name" size="20" value='<?php if (isset($the_name)) echo $the_name?>'/><label for="name">Your Name*</label>
  32. </p>
  33. <p class="<?php if (isset($the_emailclass)) echo $the_emailclass; ?>" ><input name="email" class="text_input email" type="text" id="email" size="20" value='<?php if (isset($the_email)) echo $the_email ?>' /><label for="email">E-Mail*</label></p>
  34. <p><input name="website" class="text_input" type="text" id="website" size="20" value="<?php if (isset($the_website)) echo $the_website?>"/>
  35. <label for="website">Phone Number</label>
  36. </p>
  37. <label for="message" class="blocklabel">Your Message*</label>
  38. <p class="<?php if (isset($the_messageclass)) echo $the_messageclass; ?>"><textarea name="message" class="text_area empty" cols="40" rows="7" id="message" ><?php if (isset($the_message)) echo $the_message ?></textarea></p>
  39.  
  40.  
  41. <p>
  42. <input type="hidden" id="myemail" name="myemail" value="<?php echo $email_adress_reciever; ?>" />
  43. <input type="hidden" id="myblogname" name="myblogname" value="<?php echo $name_of_your_site; ?>" />
  44.  
  45. <input name="Send" type="submit" value="Send" class="button" id="send" size="16"/></p>
  46. <?php } else { ?>
  47. <p><h3>Your message has been sent!</h3> Thank you!</p>
  48.  
  49. <?php } ?>
  50. </fieldset>
  51.  
  52. </form>
  53.  
  54.  
  55. </div><!--end entry-->
  56.  
  57. </div><!-- end content -->
  58. <!--[if IE 6]><div style="clear: both"></div><![endif]-->
  59.  
  60. </div><!--end main-->
  61.  
  62. </div><!-- end #top -->
  63.  
  64.  
  65.  
  66. </div><!-- end #wrapper -->
  67.  
  68. <div class='wrapper' id='footerwrap'>
  69.  
  70. <div id='footer'>
  71. <div class="box box_mini">
  72. <h4>Wedding Packages</h4>
  73. <ul>
  74. <li><a href="shivaree/site_root/pages/services.html">Full House Package</a></li>
  75. <li><a href="shivaree/site_root/pages/services.html">Four of a Kind Package</a></li>
  76. <li><a href="shivaree/site_root/pages/services.html">Straight Flush Package</a></li>
  77. <li><a href="shivaree/site_root/pages/services.html">Royal Flush Package</a></li>
  78. </ul>
  79. </div>
  80. <div class="box box_mini">
  81. <h4>Music Video Packages</h4>
  82. <ul>
  83. <li><a href="index.html">One Pair Package</a></li>
  84. <li><a href="portfolio.html">Two Pair Package</a></li>
  85. <li><a href="contact.php">Three of a Kind Package</a></li>
  86. </ul>
  87. </div>
  88. <div class="box box_mini">
  89. <h4>Hourly Packages</h4>
  90. <ul>
  91. <li><a href="single.html">Hourly Options</a></li>
  92. </ul>
  93. </div>
  94. <div class="box box_mini">
  95. <h4>Other Stuff</h4>
  96. <ul>
  97. <li><a href="page.html">Terms of Service</a></li>
  98. <li><a href="contact.php">Contact</a></li>
  99. </ul>
  100. </div>
  101.  
  102. <div class="box box_custom_footer">
  103. <a href='contact.php' class='custom_button ie6fix rounded'><strong>Contact Form</strong><span>get in touch with us</span></a>
  104.  
  105.  
  106.  
  107.  
  108.  
  109. <p>This site uses valid HTML and CSS. </p>
  110. <p>All content Copyright &copy; </p>
  111. <p>2011 Box of Brilliance LLC</p>
  112. <ul class="social_bookmarks">
  113.  
  114. <li class='facebook'><a class='ie6fix' href="www.facebook.com/boxofbrilliance">Facebook</a></li>
  115.  
  116. </ul>
  117. </div>
  118.  
  119.  
  120. </div><!--end footer-->
  121. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement