Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
I
ippidb-web
Manage
Activity
Members
Labels
Code
Merge requests
1
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Operate
Environments
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
iPPIDB
ippidb-web
Commits
d080ac58
Commit
d080ac58
authored
7 years ago
by
Hervé MENAGER
Browse files
Options
Downloads
Patches
Plain Diff
improve PPI filter layout for compounds list.
Former-commit-id: a5d14f91100455e8b2be3c42600f9c1dac44ec3f
parent
0f39aece
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
ippisite/ippidb/templates/compound_list.html
+6
-5
6 additions, 5 deletions
ippisite/ippidb/templates/compound_list.html
with
6 additions
and
5 deletions
ippisite/ippidb/templates/compound_list.html
+
6
−
5
View file @
d080ac58
...
@@ -10,16 +10,17 @@
...
@@ -10,16 +10,17 @@
<div
class=
"row flex-xl-nowrap"
>
<div
class=
"row flex-xl-nowrap"
>
<div
class=
"col-12 col-md-3 col-xl-2 bd-sidebar"
>
<div
class=
"col-12 col-md-3 col-xl-2 bd-sidebar"
>
<form>
<form>
<
div
class=
"form-group row"
>
<
fieldset
class=
"form-group row
border border-info
"
>
<div
class=
"
form-check"
>
<div
class=
"
bg-info col-12"
><legend>
PPI
</legend></div
>
{% for ppi in ppis|slice:":5" %}
{% for ppi in ppis|slice:":5" %}
<div
class=
"form-check col-12"
>
<label
class=
"form-check-label"
>
<label
class=
"form-check-label"
>
<input
class=
"form-check-input text-right"
type=
"checkbox"
value=
"{{ ppi.id }}"
onchange=
"this.form.submit()"
name=
"ppi"
style=
"width: auto; margin-right: inherit!;"
>
{{ ppi.name }}
{{ ppi.name }}
<input
class=
"form-check-input"
type=
"checkbox"
value=
"{{ ppi.id }}"
onchange=
"this.form.submit()"
name=
"ppi"
>
</label>
</label>
{% endfor %}
</div>
</div>
</div>
{% endfor %}
</fieldset>
</form>
</form>
</div>
</div>
<main
class=
"col-12 col-md-9 col-xl-10 py-md-3 pl-md-5 bd-content"
role=
"main"
>
<main
class=
"col-12 col-md-9 col-xl-10 py-md-3 pl-md-5 bd-content"
role=
"main"
>
...
...
This diff is collapsed.
Click to expand it.
Preview
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!
Save comment
Cancel
Please
register
or
sign in
to comment