2012-03-06 15:53:04 +00:00
|
|
|
= form_tag search_index_path, :method => 'get' do
|
2012-11-21 12:09:01 +00:00
|
|
|
.leftside= text_field_tag 'query', @query, :placeholder => t("layout.search.header"), :class => 'exsearch'
|
|
|
|
.lineForm.leftside.rmargin10= select_tag 'type', options_for_select(t('layout.search.types').invert, @type), :class => 'sel80 cusel', :id => 'selSearch'
|
2013-07-24 21:29:28 +01:00
|
|
|
.leftside= submit_tag t('layout.search.header'), :class => 'button width100', :data => {'disable-with' => t('layout.processing')}
|
2012-03-06 15:53:04 +00:00
|
|
|
.both
|