researchreport->title;?> |
title, "class='form-control'");?> |
researchreport->author;?> |
author, "class='form-control chosen'");?> |
researchreport->relatedPlan;?> |
relatedPlan, "class='form-control chosen' onchange='loadPlanInfo(this.value)'");?> |
researchreport->customer;?> |
customer, "class='form-control'");?> |
researchreport->researchObjects;?> |
researchObjects, "class='form-control'");?> |
researchreport->researchTime;?> |
begin) ? '' : $report->begin, "class='form-control form-datetime' placeholder='{$lang->researchreport->begin}'");?>
~
end) ? '' : $report->end, "class='form-control form-datetime' placeholder='{$lang->researchreport->end}'");?>
|
researchreport->location;?> |
location, "class='form-control'");?> |
researchreport->method;?> |
researchreport->methodList, $report->method, "class='form-control chosen'");?> |
researchreport->content;?> |
fetch('user', 'ajaxPrintTemplates', 'type=researchreport&link=content');?>
content, 'row="6"');?>
|
|