RishiShreshtha

Untitled

Nov 21st, 2012
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2. <html xmlns="http://www.w3.org/1999/xhtml">
  3. <head>
  4. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  5. <title></title>
  6. <link href="css/style.css" rel="stylesheet" type="text/css" />
  7. <link rel="stylesheet" href="css/menu_style.css" type="text/css"/>
  8. <!--[if IE 7]>
  9. <style>
  10. #navigation ul li a {
  11. display:block;
  12. min-width: 0%;
  13. margin:0;
  14. height:23px;
  15. text-decoration:none;
  16. text-align:center;
  17. color:#fff;
  18. }
  19.  
  20. #navigation ul li a:hover{
  21. min-width: 0%;
  22. display:block;
  23. color: #7cddff;
  24. background:#5e778d;
  25. height:23px;
  26. margin:0;
  27. }
  28.  
  29. #navigation ul li {
  30. float:left;
  31. display:block;
  32. min-width: 0%;
  33. padding:0;
  34. position:relative;
  35. z-index:500;
  36. }
  37. #navigation ul li ul.sub li{
  38. min-width: 60%;
  39. display:block;
  40. overflow:hidden;
  41. }
  42.  
  43. #navigation ul li ul{
  44. min-width: 60%;
  45. }
  46.  
  47. #navigation ul li ul.sub li a{
  48. min-width:60%;
  49. overflow:hidden;
  50. display:block;
  51. }
  52. #navigation ul li ul.sub li a:hover{
  53. min-width:60%;
  54. overflow:hidden;
  55. display:block;
  56. }
  57. </style>
  58. <![endif]-->
  59. <!--[if lt IE 9]>
  60. <style>
  61. #navigation ul li a {
  62. padding:7px 29px 5px 29px;
  63. }
  64. #navigation ul li a:hover{
  65. padding:7px 29px 5px 29px;
  66. }
  67. </style>
  68. <![endif]-->
  69.  
  70. <style>
  71. *, html {
  72. outline:none !important;
  73. }
  74. .error {
  75. border:1px solid red !important;
  76. }
  77. #response {
  78. display:none;
  79. }
  80. </style>
  81. <script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.8.3/jquery.min.js"></script>
  82. <script type="text/javascript" src="https://raw.github.com/nirajmchauhan/jQuery-form-validation/master/jQuery-form-validation.js"></script>
  83. <script type="text/javascript">
  84. jQuery(function($){
  85.  
  86.  
  87. $(document).ready(function () {
  88. $('.submit').click(form_registration);
  89.  
  90. function form_registration() {
  91. val = $('#contactUsForm :input').validateForm();
  92. if (val) {
  93. var user_name = $('#FirstNameField').val();
  94. var user_last = $('#LastNameField').val();
  95. var user_phone = $('#PhoneField').val();
  96. var user_email = $('#EmailField').val();
  97. $.ajax({
  98. type: 'post',
  99. data: {
  100. user_name: user_name,
  101. user_last: user_last,
  102. user_phone: user_phone,
  103. user_email: user_email
  104. },
  105. dataType: 'json',
  106. success: function (msg) {
  107. alert('ERROR!');
  108. //alert(input_data);
  109. return false;
  110. },
  111. error: function () {
  112. alert('Thank You!');
  113.  
  114. var url = 'http://api.rentalapp.zillow.com/aa481d4123d6cb9485371a0b97d4b480/leads.add.json?name=%20[' + user_name + ']%20[' + user_last + ']%20&email=[' + user_email + ']&phone=[' + user_phone + ']';
  115. var iframe = '<iframe style="display:none;" src="' + url + '"></iframe>';
  116. $('body').append(iframe);
  117. }
  118. });
  119. return false;
  120. }
  121. }
  122. });
  123. });
  124. </script>
  125.  
  126. <!--<script type="text/javascript" src="js/$-1.3.1.min.js"></script>
  127. -->
  128. <div id="fb-root"></div>
  129. <script>(function(d, s, id) {
  130. var js, fjs = d.getElementsByTagName(s)[0];
  131. if (d.getElementById(id)) return;
  132. js = d.createElement(s); js.id = id;
  133. js.src = "//connect.facebook.net/en_US/all.js#xfbml=1&appId=454933137882374";
  134. fjs.parentNode.insertBefore(js, fjs);
  135. }(document, 'script', 'facebook-jssdk'));</script>
  136. </head>
  137. <body>
  138. <div id="header-wrapper">
  139. <div id="header"> <a href="index.html">
  140. <div id="pw_website_logo" class="pw_widget"></div>
  141. </a>
  142. <div class="header-links"> <a class="tenant" href="tenant_login.html">Tenant Login</a> <a class="owner" href="owner_login.html">Owner Login</a> </div>
  143. <div id="pw_website_header" class="pw_widget"></div>
  144. <div id="pw_website_navigation_none">
  145. <div id="navigation">
  146. <ul>
  147. <li> <a href="about_us.html">About Us</a>
  148. <ul class="sub">
  149. <li> <a href="team.html">Team</a> </li>
  150. <li> <a href="btrm_careers.html">Careers</a> </li>
  151. </ul>
  152. </li>
  153. <li> <a href="rentals.html">Rental Listings</a> </li>
  154. <li> <a href="tenant_login.html">Tenant Services</a> </li>
  155. <li> <a href="owner_login.html">Owner Services</a>
  156. <ul class="sub">
  157. <li> <a href="lease_management.html">Lease Management</a> </li>
  158. <li> <a href="property_maintenance.html">Property Maintenance</a> </li>
  159. <li> <a href="tax_preperation.html">Tax Preparation</a> </li>
  160. <li> <a href="success_stories.html">Success Stories</a> </li>
  161. </ul>
  162. </li>
  163. <li> <a href="btrm_careers.html">BTRM Careers</a> </li>
  164. <li> <a href="contact_us.html">Contact Us</a> </li>
  165. </ul>
  166. </div>
  167. </div>
  168. </div>
  169. </div>
  170. </div>
  171. <div id="main-container-wrapper" class="clear">
  172. <div id="main-container">
  173. <div class="main-right-content">
  174. <div class="content-form">
  175. <div class="home-form-title">Contact Us</div>
  176. <form id="contactUsForm" name="contactUsForm" method="post" onsubmit="return false;">
  177. <div class="eliment">
  178. <label>First Name</label>
  179. <br />
  180. <input class="inputbox required name" name="FirstNameField" type="text" tabindex="1" id="FirstNameField" />
  181. </div>
  182. <div class="eliment">
  183. <label>Last Name</label>
  184. <br />
  185. <input class="inputbox required name" name="LastNameField" type="text" tabindex="2" id="LastNameField" />
  186. </div>
  187. <div class="eliment">
  188. <label>Phone Number</label>
  189. <br />
  190. <input class="inputbox required number" name="PhoneField" type="text" tabindex="3" id="PhoneField" />
  191. </div>
  192. <div class="eliment">
  193. <label>Email</label>
  194. <br />
  195. <input class="inputbox required email" name="EmailField" type="text" tabindex="4" id="EmailField" />
  196. </div>
  197. <div class="eliment">
  198. <input class="submit" type="button" name="submit" tabindex="5" value="Submit"/>
  199. </div>
  200. </form>
  201. </div>
  202. <div class="property-owner"> <a href="owner_login.html"> <img src="images/property_owner.png" /> </a>
  203. <div class="property-owner-title">Property Owners</div>
  204. <div class="property-owner-content"> Increase your passive <br />
  205. income and remove the <br />
  206. pain of owning rentals. <br />
  207. <br />
  208. <a href="owner_login.html">Find out how »</a> </div>
  209. </div>
  210. <div class="facebook-like-box">
  211. <div class="facebook-like-box-title">Follow us on Facebook:</div>
  212. <div class="fb-like" data-href="http://www.facebook.com/btrm.admin" data-send="false" data-layout="button_count" data-width="230" data-show-faces="false"></div>
  213. </div>
  214. </div>
  215. <div class="main-content">
  216. <div class="home-spotlight">
  217. <!--<div class="spotlight-image">
  218. -->
  219. <img src="images/slider.jpg" />
  220. <!--</div>
  221. -->
  222. <div class="home-spotlight-content">
  223. <div class="home-spotlight-title">Trusted source for Boston apartments</div>
  224. <p> We have a laser-like focus on rentals for students <br />
  225. and young professionals. If this is your profile, <br />
  226. you've found the right resource. </p>
  227. </div>
  228. </div>
  229. <div class="user-bg">
  230. <div class="search-application"> <a href="rentals.html"> <img src="images/search_application.png" /> </a> </div>
  231. <div class="submit-application"> <a href="tenant_application.html"> <img src="images/submit_application.png" /> </a> </div>
  232. <div class="pay-rent"> <a href="tenant_login.html"> <img src="images/pay_rent.png" /> </a> </div>
  233. </div>
  234. <div id="pw_webpage_content"></div>
  235. </div>
  236. </div>
  237. </div>
  238. <div id="footer-wrapper" class="clear">
  239. <div id="footer">
  240. <div id="pw_website_footer_links_none"> <a href="index.html">Home</a> | <a href="about_us.html">About Us</a> | <a href="rentals.html">Rental Listings</a> | <a href="team.html">Team</a> | <a href="btrm_careers.html">Careers</a> | <a href="tenant_login.html">Tenant Services</a> | <a href="owner_login.html">Owner Services</a> <br />
  241. <a href="lease_management.html">Lease Management</a> | <a href="property_maintenance.html">Property Maintenance</a> | <a href="tax_preperation.html">Tax Preparation</a> | <a href="success_stories.html">Success Stories</a> | <a href="contact_us.html">Contact Us</a> </div>
  242. <div id="pw_website_footer"></div>
  243. <div id="footer-pwlogo"> <img src="images/footer_logo.png" /> </div>
  244. </div>
  245. </div>
  246. </body>
  247. </html>
Advertisement
Add Comment
Please, Sign In to add comment