From 754e8f214b940e05298cb360ed829f5c685d55a5 Mon Sep 17 00:00:00 2001 From: Frederick Muriuki Muriithi Date: Thu, 25 Jul 2024 11:07:33 -0500 Subject: Rename module: qc_app --> uploader --- qc_app/templates/rqtl2/select-population.html | 136 -------------------------- 1 file changed, 136 deletions(-) delete mode 100644 qc_app/templates/rqtl2/select-population.html (limited to 'qc_app/templates/rqtl2/select-population.html') diff --git a/qc_app/templates/rqtl2/select-population.html b/qc_app/templates/rqtl2/select-population.html deleted file mode 100644 index 37731f0..0000000 --- a/qc_app/templates/rqtl2/select-population.html +++ /dev/null @@ -1,136 +0,0 @@ -{%extends "base.html"%} -{%from "flash_messages.html" import flash_messages%} - -{%block title%}Select Grouping/Population{%endblock%} - -{%block contents%} -

Select grouping/population

- -
-

The data is organised in a hierarchical form, beginning with - species at the very top. Under species the data is - organised by population, sometimes referred to as grouping. - (In some really old documents/systems, you might see this referred to as - InbredSet.)

-

In this section, you get to define what population your data is to be - organised by.

-
- -
- select grouping/population - {{flash_messages("error-select-population")}} - - - -
- - - If you are adding data to an already existing - population, simply pick the population from this drop-down selector. If - you cannot find your population from this list, try the form below to - create a new one.. -
- - -
- -

OR

- -
- create new grouping/population - {{flash_messages("error-create-population")}} - - - -
- mandatory - -
- - - This is a short name that identifies the - population. Useful for menus, and quick scanning. -
- -
- - - This can be the same as the name above, or can - be longer. Useful for documentation, and human communication. -
-
- -
- optional - -
- - - This determines whether the - population/grouping will appear on the menus for users. -
- -
- - - I do not currently know what this is about. - This is a failure on my part to figure out what this is and provide a - useful description. Please feel free to remind me. -
- -
- - - - A long-form description of what the population consists of. Useful for - humans. -
-
- - -
- -{%endblock%} - - -{%block javascript%} -{%endblock%} -- cgit v1.2.3