Skip to content

Instantly share code, notes, and snippets.

@randika
Created March 28, 2013 11:30
Show Gist options
  • Select an option

  • Save randika/5262501 to your computer and use it in GitHub Desktop.

Select an option

Save randika/5262501 to your computer and use it in GitHub Desktop.
<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 &amp; 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