'.$this->Lang('reindexcomplete').'
'.$this->Lang('stopwords').':'.$this->CreateTextArea(false, $id, str_replace(array("\r", "\n"), '', $this->GetPreference('stopwords', $this->DefaultStopWords())), 'stopwords', '', '', '', '', '50', '6').'
'.$this->Lang('usestemming').': ' . $this->CreateInputCheckbox($id, 'usestemming', 'true', $this->GetPreference('usestemming', 'false')) . '
'.$this->Lang('prompt_searchtext').': ' . $this->CreateInputText($id,'searchtext', $this->GetPreference('searchtext','')).'
'.$this->Lang('prompt_savephrases').': ' . $this->CreateInputCheckbox($id,'savephrases','true',$this->GetPreference('savephrases','false')).'
'.$this->Lang('prompt_alpharesults').': ' . $this->CreateInputCheckbox($id,'alpharesults','true',$this->GetPreference('alpharesults','false')).'
'.$this->CreateTextArea(false, $id, $this->GetTemplate('displaysearch'), 'templatecontent', 'pagebigtextarea').'
'.$this->CreateTextArea(false, $id, $this->GetTemplate('displayresult'), 'templatecontent2', 'pagebigtextarea').'