Advertisement
Guest User

Untitled

a guest
Feb 27th, 2010
302
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.39 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2. <html xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns="http://www.w3.org/TR/REC-html40" style="height:100%">
  3.  
  4. <head>
  5. <meta http-equiv="Content-Type" content="text/html; charset=windows-1252"/>
  6. <link rel="stylesheet" type="text/css" href="apartment.css"/>
  7.  
  8. <script type="text/javascript" src="jQuery.js"></script>
  9. <script type="text/javascript" src="drupal.js"></script>
  10.  
  11. <script type="text/javascript">
  12.  
  13.  
  14. function init(){
  15. }
  16.  
  17. if(Drupal.jsEnabled){
  18. $(document).ready(init);
  19. }
  20. </script>
  21.  
  22. <title>header</title>
  23. </head>
  24.  
  25. <body class="center">
  26. <div class="mcontainer center">
  27. <div id="header">
  28. <img class="left" style="margin-top:5px; margin-left: 10px;" src="logo.jpg"/>
  29. </div>
  30.  
  31. <div id="commandbar" class="left">
  32. <div id="account" class="commandbarbutton left" style="margin-top:9px; margin-left: 26px"><a href="">My Account</a></div>
  33. <div id="community" class="commandbarbutton left" style="margin-top:9px; margin-left: 26px"><a href="">Community</a></div>
  34. <div id="postad" class="commandbarbutton left" style="margin-top:9px; margin-left: 26px"><a href="">Post Ad</a></div>
  35. <select id="country" class="commandbarbutton left" style="margin-top:5px; margin-left: 26px;" size="1">
  36. <!--country list comes here -->
  37. </select>
  38. </div>
  39.  
  40. <div id="ad" class="left divider">
  41. <div>
  42. </div>
  43. </div>
  44.  
  45. <div id="form_container" class="left">
  46. <div id="form_header">APARTMENT</div>
  47. <form>
  48. <fieldset>
  49. <legend>Sales/Rent</legend>
  50. <input type="radio" name="sales_rent" value="sales" style="margin-left:170px;"/>Sales
  51. <input type="radio" name="sales_rent" value="rent" style="margin-left:140px;" checked/>Rent
  52. </fieldset>
  53. <label class="left" style="margin-left:20px;">Number of Bedroom</label>
  54. <select id="bedroom" class="left" style="width:100px;">
  55. <option>0 (Studio)</option>
  56. <option>1</option>
  57. <option>2</option>
  58. <option>3</option>
  59. <option>4</option>
  60. <option>5</option>
  61. <option>&gt;5</option>
  62. </select>
  63.  
  64. <label class="left" style="margin-left:140px;">Furnish</label><select id="furnish" class="left" style="width: 100px;">
  65. <option>Yes</option>
  66. <option>No</option>
  67. </select>
  68.  
  69. <label class="left" style="margin-left:20px;">Utility</label><select id="utility" class="left" style="width: 100px;">
  70. <option>Yes</option>
  71. <option>No</option>
  72. </select>
  73. <label class="left" style="margin-left:231px;">Floor</label><select id="floor" class="left" style="width: 100px;">
  74. <option>1(Ground)</option><option>2</option><option>3</option><option>4</option>
  75. <option>5</option><option>6</option><option>7</option><option>8</option>
  76. <option>9</option><option>10</option><option>11</option><option>12</option>
  77. <option>13</option><option>14</option><option>15</option><option>16</option>
  78. <option>17</option><option>18</option><option>19</option><option>20</option>
  79. <option>21</option><option>22</option><option>23</option><option>24</option>
  80. <option>25</option><option>26</option><option>27</option><option>28</option>
  81. <option>29</option><option>30</option>
  82. </select>
  83.  
  84. <label class="left" style="margin-left:20px;">Area in SqFt.</label><input id="sqft" type="text" class="left"/>
  85. <label class="left" style="margin-left:70px;">Security Deposit</label><select id="deposit" class="left" style="width: 100px;">
  86. <option>Yes</option>
  87. <option>No</option>
  88. </select>
  89.  
  90.  
  91. <fieldset class="left" style="width:575px;">
  92. <legend>Photo</legend>
  93. <input id="photo" type="file" class="left" style="margin-left:120px;"/><input id="upload" type="button" value="upload" class="left"/>
  94. </fieldset>
  95.  
  96.  
  97. <fieldset class="left" style="width:575px;">
  98. <legend>Location</legend>
  99. <label class="left" style="margin-left:20px;">Township</label><select id="township" class="left" style="width:100px"></select>
  100. <label class="left" style="margin-left:140px;">Intersection</label><input id="intersection" type="text" class="left" style="width:100px"/>
  101. <label class="left" style="margin-left:20px;">City</label><select id="city" class="left" style="width:100px"></select>
  102. <label class="left" style="margin-left:140px;">Country</label><input id="country" type="text" class="left" style="width:100px"/>
  103. </fieldset>
  104.  
  105. <label class="left" style="margin-left:20px;">Lease Term</label><select id="lease_term" class="left" style="width:100px">
  106. <option>Weekly</option>
  107. <option>Monthly</option>
  108. <option>Yearly</option>
  109. </select>
  110. <label class="left" style="margin-left:140px;">Price</label><input id="price" type="text" class="left" style="width:100px"/>
  111.  
  112. <fieldset class="left">
  113. <legend>Description</legend>
  114. <textarea id="description" style="width:520px; height: 150px; margin-left: 20px;"></textarea>
  115. </fieldset>
  116. <label class="left" style="margin-left:20px;">Contact</label><select id="contact" class="left" style="width:130px;">
  117. <option>Display to viewer</option>
  118. <option>Hide from viewer</option>
  119. </select>
  120. <label class="left" style="margin-left:120px;">Available</label><input id="available" type="text" class="left" style="width:100px;"/>
  121. <label class="left" style="margin-left:20px;">Ad Expire in</label><select id="expire" class="left">
  122. <option>1 week</option>
  123. <option>2 weeks</option>
  124. <option>3 weeks</option>
  125. <option>1 month</option>
  126. </select>
  127.  
  128. <fieldset class="left" style="width: 575px;">
  129. <legend>Posted By</legend>
  130. <input id="owner" type="radio" value="owner" class="left" style="margin-left:170px;" checked/><label class="left" >Owner</label>
  131. <input id="agent" type="radio" value="agent" class="left" style="margin-left:140px;"/><label class="left">Agent</label>
  132. </fieldset>
  133.  
  134. <input id="post" type="button" value="POST" class="left" style="margin-left: 150px;"/>
  135. <input id="discard" type="button" value="DISCARD" class="left" style="margin-left: 150px;"/>
  136.  
  137.  
  138. </form>
  139. </div>
  140.  
  141. <div id="footer" class="left footer">
  142. <!-- copyright statements here -->
  143. </div>
  144.  
  145. </div>
  146. </body>
  147.  
  148. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement