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
686ae38b
Commit
686ae38b
authored
Oct 30, 2014
by
Mathieu Giraud
Committed by
Vidjil Team
Oct 30, 2014
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
patient/info.html: display 'pcr' in the samples table
parent
b7fad767
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
server/web2py/applications/vidjil/views/patient/info.html
server/web2py/applications/vidjil/views/patient/info.html
+2
-0
No files found.
server/web2py/applications/vidjil/views/patient/info.html
View file @
686ae38b
...
...
@@ -101,6 +101,7 @@
<td
class=
"column5"
>
</td>
<td
class=
"column2"
>
sampling date
</td>
<td>
info
</td>
<td>
pcr
</td>
<td
class=
"column5"
>
</td>
<td
class=
"column5"
>
</td>
...
...
@@ -129,6 +130,7 @@
<td>
{{if row.sequence_file.filename == 'plop':}}
<a
href=
"{{=URL('patient','download', scheme='https', args=row.sequence_file.data_file)}}"
>
dl
</a>
{{pass}}
</td>
<td>
{{=row.sequence_file.sampling_date}}
</td>
<td>
{{=row.sequence_file.info}}
</td>
<td>
{{=row.sequence_file.pcr}}
</td>
{{if (auth.has_permission('admin', 'patient', request.vars["id"]) ):}}
<td
onclick=
"db.call('file/edit', {'id' :'{{=row.sequence_file.id}}', 'patient_id' :'{{=request.vars['id']}}'} )"
>
e
</td>
<td
onclick=
"db.call('file/confirm', {'id' :'{{=row.sequence_file.id}}', 'patient_id' :'{{=request.vars['id']}}'} )"
>
X
</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