Created
March 28, 2013 11:30
-
-
Save randika/5262501 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <div class="row-fluid"> | |
| <div class="well"> | |
| <form method="get" class="form-horizontal" action="/ads/search" accept-charset="UTF-8"><div style="margin:0;padding:0;display:inline"><input type="hidden" value="✓" name="utf8"></div> | |
| <input type="text" placeholder="What are you looking for?" name="q" id="q" class="input-xlarge" autocomplete="off"> | |
| <select name="category" id="category"><option value="">in all Categories</option><optgroup label="Cars & Vehicles"><option value="7">Cars</option> | |
| <option value="9">Bikes</option> | |
| <option value="10">Lorry</option></optgroup><optgroup label="Property"><option value="8">Land for sale</option></optgroup><optgroup label="Electronics"></optgroup><optgroup label="Home Appliances"></optgroup><optgroup label="Foods"></optgroup><optgroup label="Other"></optgroup></select> | |
| <select name="location" id="location"><option value="">in all Locations</option><option value="1">Colombo</option> | |
| <option value="2">Kandy</option> | |
| <option value="3">Galle</option></select> | |
| <button class="btn" type="submit"> | |
| <i class="icon-search"></i> Search | |
| </button> | |
| </form></div> | |
| </div> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment