Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
vidjil
vidjil
Commits
7ce99015
Commit
7ce99015
authored
Aug 04, 2016
by
Mathieu Giraud
Committed by
Vidjil Team
Aug 04, 2016
Browse files
views/file/{add,edit}.html: patient and/or run, more details
parent
08e3ff60
Changes
2
Hide whitespace changes
Inline
Side-by-side
server/web2py/applications/vidjil/views/file/add.html
View file @
7ce99015
...
...
@@ -40,7 +40,8 @@
<option
value=
"{{=row}}"
>
{{pass}}
</datalist>
<td
rowspan=
"2"
>
* you must associate this upload with at least one patient or run
</td>
<td
rowspan=
"2"
>
* You must associate this sample with at least one patient or run.
<br/>
You can also associate it with both a patient and a run.
</td>
</tr>
<tr>
<td><label
for=
"run_id"
id=
"run_id__label"
>
run:
</label></td>
...
...
server/web2py/applications/vidjil/views/file/edit.html
View file @
7ce99015
...
...
@@ -46,7 +46,8 @@ info = db.sequence_file[request.vars["id"]]
<option
value=
"{{=row}}"
>
{{pass}}
</datalist>
<td
rowspan=
"2"
>
* you must associate this upload with at least one patient or run
</td>
<td
rowspan=
"2"
>
* You must associate this sample with at least one patient or run.
<br/>
You can also associate it with both a patient and a run.
</td>
</tr>
<tr>
<td><label
for=
"run_id"
id=
"run_id__label"
>
run:
</label></td>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment