Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
vidjil
vidjil
Commits
00a5f409
Commit
00a5f409
authored
Mar 21, 2018
by
Mathieu Giraud
Committed by
Ryan Herbert
Mar 21, 2018
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
view/file/form.html: bikeshedding, text, spacing
parent
8edc9555
Pipeline
#19846
failed with stages
in 50 seconds
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
5 deletions
+9
-5
server/web2py/applications/vidjil/views/file/form.html
server/web2py/applications/vidjil/views/file/form.html
+9
-5
No files found.
server/web2py/applications/vidjil/views/file/form.html
View file @
00a5f409
{{extend 'db_layout.html'}}
<form
id=
"upload_form"
action=
"DB_ADDRESS/file/submit"
enctype=
"multipart/form-data"
method=
"post"
>
<h3>
Add sample(s)
</h3>
{{ if source_module_active: }}
<span>
file source
</span>
<span>
file source
:
</span>
<label
for=
"source_computer"
>
my computer
</label>
<input
type=
"radio"
id=
"source_computer"
name=
"source"
value=
"computer"
onchange=
"db.toggle_file_source()"
/>
<label
for=
"source_nfs"
>
network
</label>
<input
type=
"radio"
id=
"source_nfs"
name=
"source"
value=
"nfs"
onchange=
"db.toggle_file_source()"
checked=
"checked"
/>
<input
type=
"radio"
id=
"source_nfs"
name=
"source"
value=
"nfs"
onchange=
"db.toggle_file_source()"
checked=
"checked"
/>
<p></p>
{{pass}}
<div
{{
if
source_module_active:
}}
hidden
{{
pass
}}
>
<select
id=
"pre_process"
name=
"pre_process"
onChange=
"db.pre_process_onChange(this)"
{{
if
source_module_active:
}}
disabled
{{
pass
}}
>
...
...
@@ -20,8 +23,9 @@
</select>
</div>
<div>
You must associate this sample
with at least one patient, run or set.
<br>
You can also associate
i
t with any combination of the three.
Samples have to be associated
with at least one patient, run or set.
<br>
You can also associate t
hem
with any combination of the three.
</div>
<div
class=
"field_div"
>
{{ if len(errors) > 0: }}
<div
class=
"error"
>
{{=", ".join(errors)}}
</div>
...
...
@@ -60,7 +64,7 @@
<span
class=
"button"
onclick=
"add_file('fieldset_container', this.dataset.index++, {{=group_ids}})"
id=
"file_button"
data-index=
"{{=len(files)}}"
>
add
fi
le
</span>
data-index=
"{{=len(files)}}"
>
add
other samp
le
</span>
<div
class=
"clear"
></div>
</div>
<div
id=
"fieldset_container"
>
...
...
@@ -70,7 +74,7 @@
{{ pass }}
</div>
<div
class=
"clear"
></div>
<input
type=
"submit"
value=
"
Soumettre
"
class=
"btn"
>
<input
type=
"submit"
value=
"
submit
"
class=
"btn"
>
</form>
<div
id=
"jstree_container"
class=
"modal jstree-container"
>
...
...
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