aboutsummaryrefslogtreecommitdiff
path: root/qc_app/templates/rqtl2/select-probeset-study-id.html
diff options
context:
space:
mode:
Diffstat (limited to 'qc_app/templates/rqtl2/select-probeset-study-id.html')
-rw-r--r--qc_app/templates/rqtl2/select-probeset-study-id.html9
1 files changed, 6 insertions, 3 deletions
diff --git a/qc_app/templates/rqtl2/select-probeset-study-id.html b/qc_app/templates/rqtl2/select-probeset-study-id.html
index 35fe655..3bbb94a 100644
--- a/qc_app/templates/rqtl2/select-probeset-study-id.html
+++ b/qc_app/templates/rqtl2/select-probeset-study-id.html
@@ -111,14 +111,16 @@
<label for="txt:studyname">Study name</label>
<input type="text" id="txt:studyname" name="studyname"
placeholder="Name of the study. (Required)"
- required="required" />
+ required="required"
+ maxlength="100" />
<span class="form-col-2">Provide a name for the study.</span>
</fieldset>
<fieldset>
<label for="txt:studyfullname">Full Study Name</label>
<input type="text" id="txt:studyfullname" name="studyfullname"
- placeholder="Longer name of the study. (Optional)" />
+ placeholder="Longer name of the study. (Optional)"
+ maxlength="100" />
<span class="form-col-2">
Provide a longer, more descriptive name for the study. This is optional
and you can leave it blank.
@@ -128,7 +130,8 @@
<fieldset>
<label for="txt:studyshortname">Short Study Name</label>
<input type="text" id="txt:studyshortname" name="studyshortname"
- placeholder="Shorter name of the study. (Optional)" />
+ placeholder="Shorter name of the study. (Optional)"
+ maxlength="100" />
<span class="form-col-2">
Provide a shorter name for the study. This is optional and you can leave
it blank.