mod: новая версия библиотеки etpgrf (v0.1.4) и версия сайта (v0.2.2)
All checks were successful
Build ETPGRF-site / build (push) Successful in 1m27s
All checks were successful
Build ETPGRF-site / build (push) Successful in 1m27s
This commit is contained in:
@@ -79,7 +79,7 @@
|
||||
{# Футер #}<footer class="footer mt-auto py-2 mt-4">
|
||||
<div class="container d-flex justify-content-between align-items-center">
|
||||
<span class="text-muted small nowrap me-2">© Sergei Erjemin, 2025–{% now 'Y' %}.</span>
|
||||
<nobr class="text-muted small mx-2"><i class="bi bi-tags me-1" title="Версия библиотеки etpgrf / Версия сайта"></i><a href="/changelog">v0.1.3 / v0.2.1</a></nobr>
|
||||
<nobr class="text-muted small mx-2"><i class="bi bi-tags me-1" title="Версия библиотеки etpgrf / Версия сайта"></i><a href="/changelog">v0.1.4 / v0.2.2</a></nobr>
|
||||
{# Сводная статистика (HTMX) #}<span class="text-muted small ms-2" hx-get="{% url 'stats_summary' %}" hx-trigger="load">
|
||||
...
|
||||
</span>
|
||||
|
||||
@@ -221,7 +221,7 @@
|
||||
<div class="form-check">
|
||||
<input class="form-check-input" type="checkbox" name="sanitizer_enabled" id="optSanitizer"
|
||||
x-model="enabled">
|
||||
<label class="form-check-label fw-bold" for="optSanitizer">Очистка от HTML (Sanitizer)</label>
|
||||
<label class="form-check-label fw-bold" for="optSanitizer">Очистка от HTML (Sanitizer)</label>
|
||||
</div>
|
||||
{# Настройки группы "Санитайзер" (видны, когда включено) #}
|
||||
<div class="ms-3 mt-1" x-show="enabled" x-transition>
|
||||
@@ -256,7 +256,7 @@
|
||||
Юникод (Unicode)
|
||||
</option>
|
||||
<option value="mnemonic"
|
||||
data-desc="Совместимость c koi8r и cp1251. Cпецсимволы заменяются на HTML-мнемоники (&amp;mdash;, &amp;copy; и пр).">
|
||||
data-desc="Совместимость c koi8r и cp1251. Все спецсимволы заменяются на HTML-мнемоники (<tt>&amp;mdash;</tt>, <tt>&amp;copy;</tt> и пр.)">
|
||||
Мнемоники (Mnemonic)
|
||||
</option>
|
||||
</select>
|
||||
|
||||
Reference in New Issue
Block a user