app->loadLang('demand');
$html = "
";
$html .= "| {$lang->story->duration} | ";
$html .= "" . html::select('duration', $this->lang->demand->durationList, $story->duration, "class='form-control chosen'") . " | ";
$html .= "
";
$html .= "";
$html .= "| {$lang->story->BSA} ";
$html .= "";
$html .= " | ";
$html .= "" . html::select('BSA', $this->lang->demand->bsaList, $story->BSA, "class='form-control chosen'") . " | ";
$html .= "
";
?>