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
6d28e261
Commit
6d28e261
authored
Jun 15, 2016
by
Mathieu Giraud
Browse files
views/file/add.html, views/db_layout.html: put runs and pre-process in production
parent
3be69695
Changes
2
Hide whitespace changes
Inline
Side-by-side
server/web2py/applications/vidjil/views/db_layout.html
View file @
6d28e261
...
...
@@ -2,7 +2,7 @@
<div
id=
"db_menu"
>
<a
class=
"button"
onclick=
"db.call('patient/index');"
>
patients
</a>
<a
class=
"button
beta-mode
"
onclick=
"db.call('run/index');"
>
runs
</a>
<a
class=
"button"
onclick=
"db.call('run/index');"
>
runs
</a>
<a
class=
"button"
onclick=
"db.call('notification/index');"
>
news
</a>
{{if auth.is_admin():}}
- - -
...
...
server/web2py/applications/vidjil/views/file/add.html
View file @
6d28e261
...
...
@@ -7,8 +7,8 @@
<input
type=
"hidden"
id=
"filename"
name=
"filename"
type=
"text"
value=
""
>
<table>
<tbody>
<tr
class=
'
beta-mode
db_table_split'
><td
colspan=
"2"
>
sequence file(s)
</td></tr>
<tr
class=
'beta-mode'
>
<tr
class=
'db_table_split'
><td
colspan=
"2"
>
sequence file(s)
</td></tr>
<tr>
<td><label
for=
"pre_process"
id=
"pre_process__label"
>
pre-process scenario:
</label></td>
<td><select
id=
"pre_process"
name=
"pre_process"
onChange=
"db.pre_process_onChange()"
>
<option
data-file=
"1"
value=
"0"
>
no pre-process (1 file)
</option>
...
...
@@ -26,12 +26,12 @@
<td
>
* (.fa, .fastq, .fa.gz, .fastq.gz, .clntab)
</td>
</tr>
<tr
id=
"file2_field"
>
<td
class=
'beta-mode'
><label
for=
"file2"
id=
"file2__label"
>
file 2
</label></td>
<td
class=
'beta-mode'
><input
class=
"upload_field"
id=
"upload_file2"
type=
"file"
></td>
<td
class=
'beta-mode'
>
* (.fa, .fastq, .fa.gz, .fastq.gz, .clntab)
</td>
<td><label
for=
"file2"
id=
"file2__label"
>
file 2
</label></td>
<td><input
class=
"upload_field"
id=
"upload_file2"
type=
"file"
></td>
<td>
* (.fa, .fastq, .fa.gz, .fastq.gz, .clntab)
</td>
</tr>
<tr
class=
'
beta-mode
db_table_split'
><td
colspan=
"2"
>
patient and run
</td></tr>
<tr
class=
'beta-mode'
>
<tr
class=
'db_table_split'
><td
colspan=
"2"
>
patient and run
</td></tr>
<tr>
<td><label
for=
"patient_id"
id=
"patient_id__label"
>
patient:
</label></td>
<td><input
list=
"patients"
id=
"patient_list"
name=
"patient_id"
type=
"text"
size=
"80"
value=
"{{=patient}}"
></td>
<datalist
id=
"patients"
>
...
...
@@ -41,7 +41,7 @@
</datalist>
<td
rowspan=
"2"
>
* you must associate this upload with at least one patient or run
</td>
</tr>
<tr
class=
'beta-mode'
>
<tr>
<td><label
for=
"run_id"
id=
"run_id__label"
>
run:
</label></td>
<td><input
list=
"runs"
id=
"run_list"
name=
"run_id"
type=
"text"
size=
"80"
value=
"{{=run}}"
></td>
<datalist
id=
"runs"
>
...
...
@@ -51,7 +51,7 @@
</datalist>
<td></td>
</tr>
<tr
class=
'
beta-mode
db_table_split'
><td
colspan=
"2"
>
sample information
</td></tr>
<tr
class=
'db_table_split'
><td
colspan=
"2"
>
sample information
</td></tr>
<tr>
<td><label
for=
"sampling_date"
id=
"sampling_date__label"
>
sampling date:
</label></td>
<td><input
class=
"date"
id=
"sampling_date"
name=
"sampling_date"
type=
"text"
size=
"20"
value=
""
></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