diff --git a/template/admin.tpl b/template/admin.tpl index 4a1d4ae..e1c236b 100644 --- a/template/admin.tpl +++ b/template/admin.tpl @@ -47,6 +47,16 @@ .bratonien-rule-table th { color:#d7d7d7; } .bratonien-effective { white-space:nowrap; } .bratonien-muted { color:#a9a9a9; } +.bratonien-main-cache { margin-top:16px; padding-top:14px; border-top:1px solid rgba(255,255,255,.1); } +.bratonien-main-cache__warning { margin:10px 0; color:#d6ae62; font-size:12px; line-height:1.45; } +.bratonien-main-cache__progress { display:none; margin-top:14px; } +.bratonien-main-cache__head { display:flex; justify-content:space-between; gap:12px; margin-bottom:7px; } +.bratonien-main-cache__track { height:18px; overflow:hidden; border:1px solid rgba(255,255,255,.16); border-radius:4px; background:rgba(0,0,0,.25); } +.bratonien-main-cache__bar { width:0; height:100%; background:#66a845; transition:width .25s ease; } +.bratonien-main-cache__progress.is-error .bratonien-main-cache__bar { background:#c95b5b; } +.bratonien-main-cache__progress.is-queued .bratonien-main-cache__bar { background:#a7834d; } +.bratonien-main-cache__details { margin-top:8px; color:#a9a9a9; line-height:1.45; } +.bratonien-main-cache__current { margin-top:4px; font-size:12px; color:#8f8f8f; overflow-wrap:anywhere; } @media (max-width:850px) { .bratonien-grid,.bratonien-scale-grid { grid-template-columns:1fr; } .bratonien-form-grid,.bratonien-scale-fields { grid-template-columns:1fr; } @@ -103,7 +113,25 @@

Regeln

Standardregeln und Album-Ausnahmen gemeinsam verwalten.

Globale Standardregeln

Album-Ausnahmen

Erben verwendet die nächste explizite Regel eines Elternalbums und danach den globalen Standard.

{foreach from=$WATERMARK_CATEGORIES item=category}{/foreach}
AlbumSichtbarkeitRegelProfilWirksam
{$category.display_name|escape:html}{$category.status|escape:html}{$category.effective_label|escape:html} ({$category.effective.source|escape:html})
-

Wartung

Werkzeuge, die nicht zur täglichen Konfiguration gehören.

Bildcache

Löscht alle erzeugten Piwigo- und Bratonien-Bildderivate. Originalbilder bleiben erhalten. Benötigte Varianten werden beim nächsten Aufruf automatisch neu erzeugt.

+
+

Wartung

Werkzeuge, die nicht zur täglichen Konfiguration gehören.

+
+

Bildcache

+

Löscht alle erzeugten Piwigo- und Bratonien-Bildderivate. Originalbilder bleiben erhalten. Benötigte Varianten werden beim nächsten Aufruf automatisch neu erzeugt.

+
+
+

Piwigo-Bildcache vorbereiten

+

Erzeugt die normalen Piwigo-Bildgrößen vorab. Bratonien-Wasserzeichen werden weiterhin nur bei Bedarf erzeugt.

+

Experimentell: Der manuelle Cache-Aufbau nutzt vier parallele Worker und kann CPU, Arbeitsspeicher und Datenträger des LXC deutlich belasten. Diese Warnung wird entfernt, sobald der Ablauf im Dauerbetrieb stabil ist.

+
+
+
Cache-Aufbau0 %
+
+
+
+
+
+