Spaces:
Running
Running
Stabiliser la mise en page entre les navigateurs
#12
by pbordescnil - opened
- .gitattributes +0 -1
- application_neo4j/static/js/browser_compatibility.js +0 -1
- application_neo4j/static/notice/notice.pdf +2 -2
- application_neo4j/static/notice/notice_en.pdf +0 -0
- application_neo4j/templates/expert.html +1 -1
- application_neo4j/templates/index.html +1 -1
- application_neo4j/templates/infos.html +1 -1
- application_neo4j/templates/search.html +1 -1
- application_neo4j/templates/search_dataset.html +1 -1
- application_neo4j/translations.py +2 -2
.gitattributes
CHANGED
|
@@ -42,4 +42,3 @@ application_neo4j/static/notice/notice_html/media/image4.png filter=lfs diff=lfs
|
|
| 42 |
application_neo4j/static/notice/notice.docx filter=lfs diff=lfs merge=lfs -text
|
| 43 |
application_neo4j/static/notice/notice.pdf filter=lfs diff=lfs merge=lfs -text
|
| 44 |
opengds/*.jar filter=lfs diff=lfs merge=lfs -text
|
| 45 |
-
application_neo4j/static/notice/notice_en.pdf filter=lfs diff=lfs merge=lfs -text
|
|
|
|
| 42 |
application_neo4j/static/notice/notice.docx filter=lfs diff=lfs merge=lfs -text
|
| 43 |
application_neo4j/static/notice/notice.pdf filter=lfs diff=lfs merge=lfs -text
|
| 44 |
opengds/*.jar filter=lfs diff=lfs merge=lfs -text
|
|
|
application_neo4j/static/js/browser_compatibility.js
CHANGED
|
@@ -7,7 +7,6 @@
|
|
| 7 |
if (document.documentMode) {
|
| 8 |
var warning = document.getElementById("legacy-browser-warning");
|
| 9 |
if (warning) {
|
| 10 |
-
warning.hidden = false;
|
| 11 |
warning.style.display = "block";
|
| 12 |
}
|
| 13 |
}
|
|
|
|
| 7 |
if (document.documentMode) {
|
| 8 |
var warning = document.getElementById("legacy-browser-warning");
|
| 9 |
if (warning) {
|
|
|
|
| 10 |
warning.style.display = "block";
|
| 11 |
}
|
| 12 |
}
|
application_neo4j/static/notice/notice.pdf
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:dced59e9dc43bd1823fd18cee4005415e375e9f77c7a58bc6ffcf3a48e732a3c
|
| 3 |
+
size 409000
|
application_neo4j/static/notice/notice_en.pdf
CHANGED
|
The diff for this file is too large to render.
See raw diff
|
|
|
application_neo4j/templates/expert.html
CHANGED
|
@@ -18,7 +18,7 @@
|
|
| 18 |
</head>
|
| 19 |
|
| 20 |
<body class="d-flex flex-column min-vh-100">
|
| 21 |
-
<div id="legacy-browser-warning" class="legacy-browser-warning" role="alert"
|
| 22 |
<script src="{{ url_for('static', filename='js/browser_compatibility.js') }}"></script>
|
| 23 |
<header class="navbar navbar-expand-lg navbar-light bg-light border-bottom">
|
| 24 |
<div class="container">
|
|
|
|
| 18 |
</head>
|
| 19 |
|
| 20 |
<body class="d-flex flex-column min-vh-100">
|
| 21 |
+
<div id="legacy-browser-warning" class="legacy-browser-warning" role="alert">{{ t('site.legacy_browser_warning') }}</div>
|
| 22 |
<script src="{{ url_for('static', filename='js/browser_compatibility.js') }}"></script>
|
| 23 |
<header class="navbar navbar-expand-lg navbar-light bg-light border-bottom">
|
| 24 |
<div class="container">
|
application_neo4j/templates/index.html
CHANGED
|
@@ -138,7 +138,7 @@
|
|
| 138 |
</head>
|
| 139 |
|
| 140 |
<body>
|
| 141 |
-
<div id="legacy-browser-warning" class="legacy-browser-warning" role="alert"
|
| 142 |
<script src="{{ url_for('static', filename='js/browser_compatibility.js') }}"></script>
|
| 143 |
<!-- Language selector -->
|
| 144 |
<div class="lang-switch">
|
|
|
|
| 138 |
</head>
|
| 139 |
|
| 140 |
<body>
|
| 141 |
+
<div id="legacy-browser-warning" class="legacy-browser-warning" role="alert">{{ t('site.legacy_browser_warning') }}</div>
|
| 142 |
<script src="{{ url_for('static', filename='js/browser_compatibility.js') }}"></script>
|
| 143 |
<!-- Language selector -->
|
| 144 |
<div class="lang-switch">
|
application_neo4j/templates/infos.html
CHANGED
|
@@ -30,7 +30,7 @@
|
|
| 30 |
</style>
|
| 31 |
</head>
|
| 32 |
<body>
|
| 33 |
-
<div id="legacy-browser-warning" class="legacy-browser-warning" role="alert"
|
| 34 |
<script src="{{ url_for('static', filename='js/browser_compatibility.js') }}"></script>
|
| 35 |
<nav class="toolbar" aria-label="{{ t('site.home_button') }}">
|
| 36 |
<a class="home-button" href="{{ url_for('home', lang=current_lang) }}">⌂ {{ t('site.home_button') }}</a>
|
|
|
|
| 30 |
</style>
|
| 31 |
</head>
|
| 32 |
<body>
|
| 33 |
+
<div id="legacy-browser-warning" class="legacy-browser-warning" role="alert">{{ t('site.legacy_browser_warning') }}</div>
|
| 34 |
<script src="{{ url_for('static', filename='js/browser_compatibility.js') }}"></script>
|
| 35 |
<nav class="toolbar" aria-label="{{ t('site.home_button') }}">
|
| 36 |
<a class="home-button" href="{{ url_for('home', lang=current_lang) }}">⌂ {{ t('site.home_button') }}</a>
|
application_neo4j/templates/search.html
CHANGED
|
@@ -33,7 +33,7 @@
|
|
| 33 |
</head>
|
| 34 |
|
| 35 |
<body class="d-flex flex-column min-vh-100">
|
| 36 |
-
<div id="legacy-browser-warning" class="legacy-browser-warning" role="alert"
|
| 37 |
<script src="{{ url_for('static', filename='js/browser_compatibility.js') }}"></script>
|
| 38 |
<header class="navbar navbar-expand-lg navbar-light bg-light border-bottom">
|
| 39 |
<div class="container">
|
|
|
|
| 33 |
</head>
|
| 34 |
|
| 35 |
<body class="d-flex flex-column min-vh-100">
|
| 36 |
+
<div id="legacy-browser-warning" class="legacy-browser-warning" role="alert">{{ t('site.legacy_browser_warning') }}</div>
|
| 37 |
<script src="{{ url_for('static', filename='js/browser_compatibility.js') }}"></script>
|
| 38 |
<header class="navbar navbar-expand-lg navbar-light bg-light border-bottom">
|
| 39 |
<div class="container">
|
application_neo4j/templates/search_dataset.html
CHANGED
|
@@ -33,7 +33,7 @@
|
|
| 33 |
</head>
|
| 34 |
|
| 35 |
<body class="d-flex flex-column min-vh-100">
|
| 36 |
-
<div id="legacy-browser-warning" class="legacy-browser-warning" role="alert"
|
| 37 |
<script src="{{ url_for('static', filename='js/browser_compatibility.js') }}"></script>
|
| 38 |
<header class="navbar navbar-expand-lg navbar-light bg-light border-bottom">
|
| 39 |
<div class="container">
|
|
|
|
| 33 |
</head>
|
| 34 |
|
| 35 |
<body class="d-flex flex-column min-vh-100">
|
| 36 |
+
<div id="legacy-browser-warning" class="legacy-browser-warning" role="alert">{{ t('site.legacy_browser_warning') }}</div>
|
| 37 |
<script src="{{ url_for('static', filename='js/browser_compatibility.js') }}"></script>
|
| 38 |
<header class="navbar navbar-expand-lg navbar-light bg-light border-bottom">
|
| 39 |
<div class="container">
|
application_neo4j/translations.py
CHANGED
|
@@ -100,7 +100,7 @@ TRANSLATIONS = {
|
|
| 100 |
"search.page_lead_dataset": "Explorez la généalogie des modèles et datasets",
|
| 101 |
"search.label_name": "Nom à rechercher",
|
| 102 |
"search.placeholder_model": "Taper le nom du modèle ou l'id de son repo Hugging Face.",
|
| 103 |
-
"search.placeholder_dataset": "Taper le nom du dataset
|
| 104 |
"search.label_filters": "Filtres",
|
| 105 |
"search.filter_model": "Modèle",
|
| 106 |
"search.filter_dataset": "Dataset",
|
|
@@ -197,7 +197,7 @@ TRANSLATIONS = {
|
|
| 197 |
# ── expert.html ──
|
| 198 |
"expert.page_title": "Recherche Experte",
|
| 199 |
"expert.page_lead": "Explorez et filtrez la généalogie des modèles",
|
| 200 |
-
"expert.placeholder": "Taper le nom du modèle
|
| 201 |
"expert.filter_author": "Auteur",
|
| 202 |
"expert.connected_component": "Composante connexe du noeud recherché",
|
| 203 |
"expert.legend_title": "Légendes",
|
|
|
|
| 100 |
"search.page_lead_dataset": "Explorez la généalogie des modèles et datasets",
|
| 101 |
"search.label_name": "Nom à rechercher",
|
| 102 |
"search.placeholder_model": "Taper le nom du modèle ou l'id de son repo Hugging Face.",
|
| 103 |
+
"search.placeholder_dataset": "Taper le nom du dataset suspecté.",
|
| 104 |
"search.label_filters": "Filtres",
|
| 105 |
"search.filter_model": "Modèle",
|
| 106 |
"search.filter_dataset": "Dataset",
|
|
|
|
| 197 |
# ── expert.html ──
|
| 198 |
"expert.page_title": "Recherche Experte",
|
| 199 |
"expert.page_lead": "Explorez et filtrez la généalogie des modèles",
|
| 200 |
+
"expert.placeholder": "Taper le nom du modèle suspecté.",
|
| 201 |
"expert.filter_author": "Auteur",
|
| 202 |
"expert.connected_component": "Composante connexe du noeud recherché",
|
| 203 |
"expert.legend_title": "Légendes",
|