aboutsummaryrefslogtreecommitdiff
path: root/uploader/templates/platforms
diff options
context:
space:
mode:
authorFrederick Muriuki Muriithi2024-09-24 14:23:13 -0500
committerFrederick Muriuki Muriithi2024-09-24 14:28:29 -0500
commit9eb0ea26879fcd10281611728b7f9ddfcb088121 (patch)
tree8c7915fbe26c64cfe56b8cf8a3dda3c86d31bc80 /uploader/templates/platforms
parent03b2ee98a1a2da648684e5a1a02c7f8c5b45ddd8 (diff)
downloadgn-uploader-9eb0ea26879fcd10281611728b7f9ddfcb088121.tar.gz
Implement creation of new platform.
Diffstat (limited to 'uploader/templates/platforms')
-rw-r--r--uploader/templates/platforms/create-platform.html21
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" />