/ Published in: HTML
This is some functional code. I just wanted to make a backup.
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
<div <?php /*?>class="dsidx-search-widget dsidx-widget"<?php */?> id="search" style="width:563px; height:50px; color:#FFF;background: url(<?php bloginfo('template_directory'); ?>/images/bg_black.png); padding: 20px; float:right;"> <form action="http://www.reifhomes.com/demo/idx/" method="get"> <?php /*?><select name="idx-q-PropertyTypes" class="dsidx-search-widget-propertyTypes"> </select> <?php */?> <div class="dsidx-search-button" style="float:right"> <button type="submit" style="border: 0; background: transparent; cursor:pointer;" /> <img src="<?php bloginfo('template_directory'); ?>/images/search.png" width="90" heght="50" alt="submit" /> </button> </div> <select id="idx-q-Cities" name="idx-q-Cities"> </select> <input id="idx-q-ZipCodes" name="idx-q-ZipCodes" type="text" /> <?php /*?><select id="idx-q-ZipCodes" name="idx-q-ZipCodes"> <select id="idx-q-PriceMin" name="idx-q-PriceMin" class="dsidx-price" /> </select> <select id="idx-q-PriceMax" name="idx-q-PriceMax" class="dsidx-price" /> </select> <select id="idx-q-BedsMin" name="idx-q-BedsMin" class="dsidx-beds" /> </select> <select id="idx-q-BathsMin" name="idx-q-BathsMin" class="dsidx-baths" /> </select> </form> </div>