Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
vidjil
vidjil
Commits
3d635772
Commit
3d635772
authored
Sep 12, 2014
by
Mathieu Giraud
Browse files
database/html: minor updates
parent
e7acb8d0
Changes
2
Hide whitespace changes
Inline
Side-by-side
server/web2py/applications/vidjil/views/db_layout.html
View file @
3d635772
...
...
@@ -2,8 +2,8 @@
<div
id=
"db_menu"
>
<a
class=
"button"
onclick=
"db.call('patient/index');"
>
patients
</a>
- - -
{{if auth.has_membership("admin"):}}
- - -
<a
class=
"button"
onclick=
"db.call('config/index');"
>
configs
</a>
<a
class=
"button"
onclick=
"db.call('group/index');"
>
groups
</a>
<a
class=
"button"
onclick=
"db.call('user/index');"
>
users
</a>
...
...
server/web2py/applications/vidjil/views/patient/index.html
View file @
3d635772
...
...
@@ -28,7 +28,7 @@ query = db(
<tr><td
class=
"column1"
>
name
</td>
<td
class=
"column2"
>
birth
</td>
<td>
info
</td>
<td
class=
"column1"
>
configs
used
</td>
<td
class=
"column1"
>
configs
</td>
<td
class=
"column4"
>
files
</td>
<td
class=
"column5"
>
</td>
<td
class=
"column5"
>
</td>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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