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
5685df62
Commit
5685df62
authored
1 year ago
by
Fabien MAREUIL
Browse files
Options
Downloads
Patches
Plain Diff
add border class
parent
24fb9a8d
No related branches found
No related tags found
1 merge request
!66
Master inot release
Pipeline
#129517
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
+4
-4
4 additions, 4 deletions
ippisite/ippidb/templates/about-general.html
with
4 additions
and
4 deletions
ippisite/ippidb/templates/about-general.html
+
4
−
4
View file @
5685df62
...
@@ -6,15 +6,15 @@
...
@@ -6,15 +6,15 @@
{% block view_content %}
{% block view_content %}
<div
class=
"row"
>
<div
class=
"row"
>
<div
class=
"col-6 text-center"
>
<div
class=
"col-6 text-center
border rounded-left
"
>
<h3>
Compounds
</h3>
<h3>
Compounds
</h3>
</div>
</div>
<div
class=
"col-6 text-center"
>
<div
class=
"col-6 text-center
border rounded-right
"
>
<h3>
Protein Interaction Explorer
</h3>
<h3>
Protein Interaction Explorer
</h3>
</div>
</div>
</div>
</div>
<div
class=
"row"
>
<div
class=
"row"
>
<div
class=
"col-6"
>
<div
class=
"col-6
border rounded-left
"
>
<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 +26,7 @@
...
@@ -26,7 +26,7 @@
<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"
>
<div
class=
"col-6
border rounded-right
"
>
<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