add missing wiki pages from taginfo fr
This commit is contained in:
parent
e056cfc8fa
commit
dffb21b56e
8 changed files with 469 additions and 131 deletions
|
@ -97,7 +97,25 @@
|
|||
<div class="iframe-container">
|
||||
<iframe src="{{ english_url }}" title="Version anglaise"></iframe>
|
||||
<div class="iframe-separator"></div>
|
||||
<iframe src="{{ french_edit_url }}" title="Édition française"></iframe>
|
||||
{% if french_cache_exists and french_html %}
|
||||
<div style="flex: 1; border: 1px solid #dee2e6; height: 100%; overflow: auto; padding: 15px;">
|
||||
<div class="alert alert-info mb-3">
|
||||
<i class="bi bi-info-circle"></i> Version française en cache :
|
||||
</div>
|
||||
{{ french_html|raw }}
|
||||
</div>
|
||||
{% else %}
|
||||
{% if french_html %}
|
||||
<iframe src="{{ french_edit_url }}" title="Édition française"></iframe>
|
||||
{% else %}
|
||||
<div style="flex: 1; border: 1px solid #dee2e6; height: 100%; display: flex; justify-content: center; align-items: center; background-color: #f8f9fa;">
|
||||
<div class="alert alert-warning" style="max-width: 80%;">
|
||||
<i class="bi bi-exclamation-triangle"></i> La page française n'existe pas dans le cache.
|
||||
<p class="mt-2 mb-0">Utilisez le formulaire d'édition pour créer la traduction.</p>
|
||||
</div>
|
||||
</div>
|
||||
{% endif %}
|
||||
{% endif %}
|
||||
</div>
|
||||
|
||||
<div class="mt-3">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue