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
ce70e344
Commit
ce70e344
authored
May 26, 2014
by
Marc Duez
Browse files
server : patient view debug (renamed function)
parent
7ae2ea77
Changes
1
Hide whitespace changes
Inline
Side-by-side
server/web2py/applications/vidjil/views/patient/info.html
View file @
ce70e344
...
...
@@ -79,7 +79,7 @@
<span
class=
"button"
onclick=
"db.call('patient/index')"
>
back to list
</span>
<span
class=
"button"
onclick=
"db.call('file/add', { 'id' : '{{=request.vars["
id
"]}}'
}
)"
>
add file
</span>
<span
class=
"button"
onclick=
"db.load( { 'patient_id' : '{{=request.vars["
id
"]}}'
,
'
config_id
'
:
{{=
config_id
}}
}
)"
>
see result
</span>
<span
class=
"button"
onclick=
"db.load
_data
( { 'patient_id' : '{{=request.vars["
id
"]}}'
,
'
config_id
'
:
{{=
config_id
}}
}
)"
>
see result
</span>
</div>
{{elif 'content' in globals():}}
...
...
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