From 6375d65f43e858f34c87a47a9b67b45d47e39c17 Mon Sep 17 00:00:00 2001 From: Frederick Muriuki Muriithi Date: Thu, 12 Dec 2024 16:35:10 -0600 Subject: Add incomple template for uploading individual files. --- .../phenotypes/add-phenotypes-raw-files.html | 34 ++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 uploader/templates/phenotypes/add-phenotypes-raw-files.html diff --git a/uploader/templates/phenotypes/add-phenotypes-raw-files.html b/uploader/templates/phenotypes/add-phenotypes-raw-files.html new file mode 100644 index 0000000..a5fa161 --- /dev/null +++ b/uploader/templates/phenotypes/add-phenotypes-raw-files.html @@ -0,0 +1,34 @@ +{%extends "phenotypes/add-phenotypes-base.html"%} +{%from "flash_messages.html" import flash_all_messages%} +{%from "macro-table-pagination.html" import table_pagination%} +{%from "phenotypes/macro-display-pheno-dataset-card.html" import display_pheno_dataset_card%} + +{%block title%}Phenotypes{%endblock%} + +{%block pagetitle%}Phenotypes{%endblock%} + +{%block lvl4_breadcrumbs%} +
Provide all the files requested below. … document this better …
+{%endblock%} + +{%block frm_add_phenotypes_elements%} +Raw files elements go here … +{%endblock%} + + +{%block page_documentation%} +page documentation goes here!!! +{%endblock%} -- cgit v1.2.3