{style} {literal} .ow_qs_header { padding-bottom: 20px; } .ow_qs_field { padding-bottom: 15px; } .ow_qs_label { padding: 0 10px 0 10px; } .ow_qs_field input[type="text"] { max-width: 70%; } .ow_qs_field input.ow_googlelocation_search_location { max-width:100%; } .ow_qs_field .ow_qs_miles { width: 50px; text-align: center; } .ow_qs_field .ow_qs_locationstr { width: 150px; } form .ow_googlelocation_search_distance { text-align: center; } .ow_qs_btn .ow_qs_label { padding: 6px 10px 0px; display: inline-block; } {/literal} {/style}
{form name='QuickSearchForm'} {foreach from=$questionList item=question} {if $question->name == 'match_sex' } {if !empty($form->displayAccountType) }
{label name=$question->name} {input name=$question->name}
{/if} {else if $question->name == 'sex'} {if !empty($form->displayAccountType) }
{label name=$question->name} {input name=$question->name}
{/if} {else if $question->name == 'birthdate'}
{input name='birthdate'}
{error name='birthdate'}
{else if $question->name == 'googlemap_location'}
{input name='googlemap_location'} {error name='googlemap_location'}
{else}
{label name=$question->name}{if $question->presentation == "checkbox"}{/if} {input name=$question->name}
{/if} {/foreach} {if $form->getElement('online') }
{input name='online'} {label name='online'}
{/if} {if $form->getElement('with_photo') }
{input name='with_photo'} {label name='with_photo'}
{/if}
{submit name='search'} {text key='usearch+advanced_search'}
{/form}