<%inherit file="/base/base.html"/> <%namespace file="/utils/sidebars.html" name="sidebars" /> <%namespace file="/utils/forms.html" name="forms" /> <%namespace file="/utils/format.html" name="format" /> <%def name="javascripts()" filter="trim">

Add Task

${forms.formTextField("Task Name", "task_name", "task_name", "form_label", "input_long", first=True)} ${forms.formTextField("Task Files Location", "location", "location", "form_label", "input_long", value=case.location)} ${forms.formTextArea("Task Description", "background", "background", "form_label", "addeditcase")} ${forms.formSelectBox("Task Type", "task_type", "task_type", "form_label", "input_long", task_type_options, please_select=True)}

Add Investigators & QA Partners

${forms.formSelectBox("Principle Investigator", "primary_investigator", "primary_investigator", "form_label", "input_long", investigators, first=True, please_select=True)} ${forms.formSelectBox("Secondary Investigator", "secondary_investigator", "secondary_investigator", "form_label", "input_long", investigators, please_select=True)} ${forms.formSelectBox("Principle QA Partner", "primary_qa", "primary_qa", "form_label", "input_long", qas, please_select=True)} ${forms.formSelectBox("Secondary QA Partner", "secondary_qa", "secondary_qa", "form_label", "input_long", qas, please_select=True)}