diff options
author | Frederick Muriuki Muriithi | 2024-09-24 14:23:13 -0500 |
---|---|---|
committer | Frederick Muriuki Muriithi | 2024-09-24 14:28:29 -0500 |
commit | 9eb0ea26879fcd10281611728b7f9ddfcb088121 (patch) | |
tree | 8c7915fbe26c64cfe56b8cf8a3dda3c86d31bc80 /uploader/templates/platforms/create-platform.html | |
parent | 03b2ee98a1a2da648684e5a1a02c7f8c5b45ddd8 (diff) | |
download | gn-uploader-9eb0ea26879fcd10281611728b7f9ddfcb088121.tar.gz |
Implement creation of new platform.
Diffstat (limited to 'uploader/templates/platforms/create-platform.html')
-rw-r--r-- | uploader/templates/platforms/create-platform.html | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/uploader/templates/platforms/create-platform.html b/uploader/templates/platforms/create-platform.html index b5961ce..0866d5e 100644 --- a/uploader/templates/platforms/create-platform.html +++ b/uploader/templates/platforms/create-platform.html @@ -90,6 +90,27 @@ </div> <div class="form-group"> + <label for="txt-go-tree-value" class="form-label">GO Tree Value</label> + <input type="text" + id="txt-go-tree-value" + name="go-tree-value" + class="form-control" /> + <small class="form-text text-muted"> + <p>This is a Chip identification value useful for analysis with the + <strong> + <a href="https://www.geneweaver.org/" + title="Go to the GeneWeaver site." + target="_blank">GeneWeaver</a></strong> + and + <strong> + <a href="https://www.webgestalt.org/" + title="Go to the WEB-based GEne SeT AnaLysis Toolkit site." + target="_blank">WebGestalt</a></strong> + tools.<br /> + This can be left blank for custom platforms.</p></small> + </div> + + <div class="form-group"> <input type="submit" value="create new platform" class="btn btn-primary" /> |