diff --git a/article_server.py b/article_server.py index 68d2986..f38f706 100644 --- a/article_server.py +++ b/article_server.py @@ -238,7 +238,7 @@ def build_index(articles: list[dict]) -> str: {readiness} {image_badge} \n""" @@ -332,7 +332,6 @@ def build_index(articles: list[dict]) -> str: .upload-zone h3 {{ font-size: 1rem; color: var(--text); margin-bottom: 0.5rem; }} .upload-zone p {{ font-size: 0.84rem; color: var(--text-muted); margin-bottom: 0.25rem; }} .upload-zone .upload-help {{ font-size: 0.75rem; color: var(--text-muted); margin-bottom: 1rem; font-style: italic; }} - .upload-zone input[type="text"] {{ font-family: var(--font); font-size: 0.84rem; padding: 0.4rem 0.7rem; border: 1px solid var(--border); border-radius: 6px; width: 280px; max-width: 100%; margin-right: 0.5rem; }} .upload-zone input[type="file"] {{ font-family: var(--font); font-size: 0.84rem; }} .upload-zone .upload-row {{ display: flex; gap: 0.5rem; align-items: center; justify-content: center; flex-wrap: wrap; }} .upload-result {{ margin-top: 0.8rem; font-size: 0.82rem; font-family: monospace; word-break: break-all; padding: 0.5rem; background: #f0fdf4; border-radius: 6px; display: none; }} @@ -409,13 +408,11 @@ def build_index(articles: list[dict]) -> str: 0 markiert
1. Wähle den Artikel-Dateinamen aus der Liste (z.B. artikel_spirit_island_retro_2017_2026-06-13.html)
2. Wähle die Bilddatei (.jpg, .png, .webp)
-Das Bild wird dem Artikel zugeordnet und nach Veröffentlichung automatisch gelöscht.
+Ziehe Bilder hierher oder klicke zum Auswählen.
+Das Bild wird automatisch dem ersten markierten Artikel zugeordnet.
Oder nutze das 📷 Icon direkt neben dem gewünschten Artikel.