*/$this->title='Request password reset';$this->params['breadcrumbs'][]=$this->title;?><h1><?phpechoHtml::encode($this->title);?></h1><p>Please fill out your email. A link to reset password will be sent there.</p><?php$form=ActiveForm::begin(array('options'=>array('class'=>'form-horizontal')));?><?phpecho$form->field($model,'email')->textInput();?><divclass="form-actions"><?phpechoHtml::submitButton('Send',array('class'=>'btn btn-primary'));?></div><?phpActiveForm::end();?>