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
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
iPPIDB
ippidb-web
Commits
c33c5c8f
Commit
c33c5c8f
authored
1 year ago
by
Fabien MAREUIL
Browse files
Options
Downloads
Patches
Plain Diff
adjust view template
parent
5685df62
No related branches found
No related tags found
1 merge request
!66
Master inot release
Pipeline
#129518
passed
1 year ago
Stage: build
Stage: test
Stage: deploy
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
ippisite/ippidb/templates/about-general.html
+13
-9
13 additions, 9 deletions
ippisite/ippidb/templates/about-general.html
with
13 additions
and
9 deletions
ippisite/ippidb/templates/about-general.html
+
13
−
9
View file @
c33c5c8f
...
@@ -5,16 +5,13 @@
...
@@ -5,16 +5,13 @@
{% block pagetitle %}GENERAL INFORMATION{% endblock%}
{% block pagetitle %}GENERAL INFORMATION{% endblock%}
{% block view_content %}
{% block view_content %}
<div
class=
"row"
>
<div
class=
"row justify-content-center"
>
<div
class=
"col-6 text-center border rounded-left"
>
<div
class=
"col-6 text-center border rounded-top"
>
<h3>
Compounds
</h3>
<h3>
Summary Data: Compounds
</h3>
</div>
<div
class=
"col-6 text-center border rounded-right"
>
<h3>
Protein Interaction Explorer
</h3>
</div>
</div>
</div>
</div>
<div
class=
"row"
>
<div
class=
"row
justify-content-center
"
>
<div
class=
"col-6 border rounded-
left
"
>
<div
class=
"col-6 border rounded-
bottom
"
>
<ul
style=
"columns: 2;"
class=
"list-unstyled mx-auto"
>
<ul
style=
"columns: 2;"
class=
"list-unstyled mx-auto"
>
<li>
Number of compounds: {{ compounds_count }}
</li>
<li>
Number of compounds: {{ compounds_count }}
</li>
<li>
Total number of binding data: {{ car_count }}
</li>
<li>
Total number of binding data: {{ car_count }}
</li>
...
@@ -26,7 +23,14 @@
...
@@ -26,7 +23,14 @@
<li>
Number of bibliographic sources: {{ biblio_count }}
</span></li>
<li>
Number of bibliographic sources: {{ biblio_count }}
</span></li>
</ul>
</ul>
</div>
</div>
<div
class=
"col-6 border rounded-right"
>
</div>
<div
class=
"row mt-5 justify-content-center"
>
<div
class=
"col-6 text-center border rounded-top"
>
<h3>
Summary Data: Protein Interaction Explorer
</h3>
</div>
</div>
<div
class=
"row justify-content-center"
>
<div
class=
"col-6 border rounded-bottom"
>
<ul
style=
"columns: 2;"
class=
"list-unstyled mx-auto"
>
<ul
style=
"columns: 2;"
class=
"list-unstyled mx-auto"
>
<li>
Number of pockets: {{ cavitiescount }}
</li>
<li>
Number of pockets: {{ cavitiescount }}
</li>
<li>
Number of orthosteric pockets: {{ orthocount }}
</li>
<li>
Number of orthosteric pockets: {{ orthocount }}
</li>
...
...
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