app->loadLang('demand');?>
";
$html .= "
{$lang->story->duration} | ";
$html .= "" . html::select('duration', $this->lang->demand->durationList, '', "class='form-control chosen'") . " | ";
$html .= "";
$html .= " ";
$html .= "{$lang->story->BSA} ";
$html .= "";
$html .= "";
$html .= html::select('BSA', $lang->demand->bsaList, '', "class='form-control picker-select'");
$html .= " ";
$html .= " | ";
$html .= "";
$this->session->set('storyList', $this->createLink('product', 'browse', "productID=$product->id&branch=$branch&browseType=allstory"), 'product');
$keywords = isset($feedback) ? $feedback->keywords : '';
js::set('keywords', $keywords);
?>