Bejelentkezés

[MM_Form type=’login’ ]
[MM_Form_Message type=’error’]
[MM_Form_Message type=’success’]

Felhasználó név (e-mail)

[MM_Form_Field type=”input” name=’username’ customAttributes=’placeholder=”Felhasznláló név (e-mail cím)”‘]

Jelszó

[MM_Form_Field type=”input” name=’password’ customAttributes=’placeholder=’Jelszó’]

[MM_Form_Button type=’login’ label=’Bejelentkezés’]

[MM_Form_Field name=’rememberMe’ label=’Emlékezz rám’ customAttributes=’class=”mm-dp-check”‘]

 

Elfelejtett jelszó?

[/MM_Form]

'; }else{ history = ' '; } if($type=='category'){ if($data.area){$data.city = $data.area;} output += '
  • '+history+''+ $data.name + ''+$delete+'
  • '; }else if($type=='listing'){ if($data.area){$data.region = $data.area;} output += '
  • '+history+''+ $data.title.rendered + ''+$delete+'
  • '; } return output; } function gdasac_click_action($type,$url){ if($type=='category'){ // add location /*if(geodir_search_params.autocompleter_filter_location) { var current_location = geodir_params.location_url; $location_string = current_location.replace(geodir_params.location_base_url, ""); $url += $url.endsWith("/") ? "" : "/"; $url += $location_string; }*/ window.location = $url }else if($type=='listing'){ window.location = $url } }