Skip to content
Snippets Groups Projects
Commit a357f1c0 authored by Fabien  MAREUIL's avatar Fabien MAREUIL
Browse files

add diagram overview

parent 49b3d117
No related branches found
No related tags found
No related merge requests found
Pipeline #125667 passed
ippisite/ippidb/static/images/Other/Overview_diagram.png

233 KiB

......@@ -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">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment