Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
I
ippidb-web
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
iPPIDB
ippidb-web
Commits
a357f1c0
Commit
a357f1c0
authored
1 year ago
by
Fabien MAREUIL
Browse files
Options
Downloads
Patches
Plain Diff
add diagram overview
parent
49b3d117
No related branches found
No related tags found
No related merge requests found
Pipeline
#125667
passed
1 year ago
Stage: build
Stage: test
Stage: deploy
Changes
2
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
ippisite/ippidb/static/images/Other/Overview_diagram.png
+0
-0
0 additions, 0 deletions
ippisite/ippidb/static/images/Other/Overview_diagram.png
ippisite/ippidb/templates/targetcentric.html
+32
-11
32 additions, 11 deletions
ippisite/ippidb/templates/targetcentric.html
with
32 additions
and
11 deletions
ippisite/ippidb/static/images/Other/Overview_diagram.png
0 → 100644
+
0
−
0
View file @
a357f1c0
233 KiB
This diff is collapsed.
Click to expand it.
ippisite/ippidb/templates/targetcentric.html
+
32
−
11
View file @
a357f1c0
...
...
@@ -26,6 +26,13 @@
{% block breadcrumb %}
<a
href=
"{% url 'cavities' %}"
class=
"breadNav-link"
>
Query pockets
</a>
{% endblock %}
</div>
</nav>
<div
class=
"row mb-3"
>
<div
class=
"col-12"
>
<button
type=
"button"
class=
"btn btn-info btn-block"
data-toggle=
"modal"
data-target=
"#abstractModal"
>
Provide Protein Interaction Explorer Info
</button>
</div>
</div>
<div
class=
"row mb-3"
>
<div
class=
"col-6"
>
<div
class=
"card"
>
...
...
@@ -430,6 +437,20 @@ Comparison and druggability prediction of protein-ligand binding sites from phar
</div>
</div>
<div
class=
"modal fade"
id=
"abstractModal"
tabindex=
"-1"
role=
"dialog"
aria-labelledby=
"abstractModalLabel"
aria-hidden=
"true"
>
<div
class=
"modal-dialog modal-lg"
role=
"document"
>
<div
class=
"modal-content"
>
<div
class=
"modal-body"
>
<img
src=
"/static/images/Other/Overview_diagram.png"
class=
"img-fluid"
alt=
"diagram"
>
</div>
<div
class=
"modal-footer"
>
<button
type=
"button"
class=
"btn btn-secondary"
data-dismiss=
"modal"
>
Close
</button>
</div>
</div>
</div>
</div>
<div
class=
"modal fade"
id=
"infoModal"
tabindex=
"-1"
role=
"dialog"
aria-labelledby=
"infoModalLabel"
aria-hidden=
"true"
>
<div
class=
"modal-dialog"
role=
"document"
>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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