Unterschiede
Hier werden die Unterschiede zwischen zwei Versionen angezeigt.
| Nächste Überarbeitung | Vorhergehende Überarbeitung | ||
| anleitungen_allgemein:nextcloud [03/05/2026 15:31] – angelegt dennis.clausen@bbz-rd-eck.de | anleitungen_allgemein:nextcloud [03/05/2026 16:09] (aktuell) – dennis.clausen@bbz-rd-eck.de | ||
|---|---|---|---|
| Zeile 1: | Zeile 1: | ||
| < | < | ||
| < | < | ||
| - | | + | <style> |
| - | | + | |
| - | < | + | all: initial; |
| - | < | + | display: block; |
| - | :root { | + | font-family: 'Segoe UI', Arial, sans-serif; |
| - | --primary-color: # | + | color: #333; |
| - | --secondary-color: #ff6f61; /* OnlyOffice Akzent */ | + | line-height: |
| - | --bg-color: #f4f7f9; | + | |
| - | --text-color: #333; | + | |
| - | --sidebar-width: 250px; | + | |
| - | } | + | } |
| + | .bbz-guide-container h1 { color: #0082c9; font-size: 26px; border-bottom: | ||
| + | .bbz-guide-container h2 { color: # | ||
| + | .bbz-guide-container h3 { color: #444; font-size: 17px; margin-top: 20px; } | ||
| + | |||
| + | .bbz-guide-container .screenshot-placeholder { | ||
| + | background: #eee; border: 2px dashed #ccc; color: #777; | ||
| + | text-align: center; padding: 40px 10px; margin: 15px 0; border-radius: 6px; font-style: italic; | ||
| + | } | ||
| + | |||
| + | .bbz-guide-container .info-box { background: #e8f4fd; border: 1px solid #0082c9; padding: 15px; border-radius: | ||
| + | .bbz-guide-container .login-badge { background: # | ||
| + | .bbz-guide-container .warning-box { background: #fff3cd; border-left: | ||
| + | |||
| + | .bbz-guide-container ul, .bbz-guide-container ol { padding-left: | ||
| + | .bbz-guide-container li { margin-bottom: | ||
| + | .bbz-guide-container code { background: #f0f0f0; padding: 3px 6px; border-radius: | ||
| + | .bbz-guide-container a { color: #0082c9; text-decoration: | ||
| + | |||
| + | .bbz-guide-container .step-list { list-style-type: none; padding-left: | ||
| + | | ||
| + | .bbz-guide-container .step-number { background: #0082c9; color: white; min-width: 24px; height: 24px; border-radius: | ||
| + | </ | ||
| + | </ | ||
| + | < | ||
| - | body { | + | <div class=" |
| - | font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; | + | < |
| - | | + | |
| - | | + | < |
| - | background-color: var(--bg-color); | + | |
| - | color: var(--text-color); | + | |
| - | } | + | |
| - | /* Sidebar Navigation */ | + | <div class=" |
| - | | + | |
| - | width: var(--sidebar-width); | + | < |
| - | | + | |
| - | | + | |
| - | height: 100vh; | + | </ |
| - | position: fixed; | + | |
| - | padding: 20px; | + | |
| - | | + | |
| - | nav h2 { font-size: | + | <h2>1. Installation der Apps</h2> |
| - | nav ul { list-style: none; padding: 0; } | + | <p>Auf Ihren Lehrergeräten müssen Sie die Software nicht manuell suchen. Nutzen Sie das installierte |
| - | nav ul li { margin: 15px 0; } | + | |
| - | nav ul li a { color: #ecf0f1; text-decoration: | + | |
| - | nav ul li a:hover { color: var(--primary-color); | + | |
| - | + | ||
| - | | + | |
| - | main { | + | |
| - | margin-left: | + | |
| - | padding: 40px; | + | |
| - | max-width: 900px; | + | |
| - | } | + | |
| - | + | ||
| - | .card { | + | |
| - | background: white; | + | |
| - | padding: 25px; | + | |
| - | margin-bottom: | + | |
| - | border-radius: | + | |
| - | box-shadow: 0 2px 10px rgba(0, | + | |
| - | } | + | |
| - | + | ||
| - | h1 { color: var(--primary-color); | + | |
| - | | + | |
| - | + | ||
| - | .url-box { | + | |
| - | background: #e8f4fd; | + | |
| - | padding: 15px; | + | |
| - | border-radius: | + | |
| - | font-weight: | + | |
| - | text-align: center; | + | |
| - | border: 1px dashed var(--primary-color); | + | |
| - | } | + | |
| - | + | ||
| - | .step { | + | |
| - | display: flex; | + | |
| - | align-items: | + | |
| - | margin-bottom: | + | |
| - | } | + | |
| - | + | ||
| - | .step-num { | + | |
| - | background: var(--primary-color); | + | |
| - | color: white; | + | |
| - | width: 25px; | + | |
| - | height: 25px; | + | |
| - | border-radius: | + | |
| - | display: flex; | + | |
| - | align-items: | + | |
| - | justify-content: | + | |
| - | margin-right: | + | |
| - | flex-shrink: | + | |
| - | font-weight: | + | |
| - | } | + | |
| - | + | ||
| - | .warning { | + | |
| - | background: #fff3cd; | + | |
| - | border-left: | + | |
| - | padding: 10px; | + | |
| - | margin: 10px 0; | + | |
| - | } | + | |
| - | + | ||
| - | code { background: #eee; padding: 2px 5px; border-radius: | + | |
| - | </style> | + | |
| - | </head> | + | |
| - | <body> | + | |
| - | + | ||
| - | < | + | |
| - | < | + | |
| <ul> | <ul> | ||
| - | < | + | <li>Suchen Sie im Softwarecenter nach <strong>"Nextcloud"</strong> und klicken Sie auf Installieren.</ |
| - | < | + | <li>Suchen Sie nach <strong>"OnlyOffice"</strong>, um die Desktop-Integration zu erhalten (optional).</ |
| - | < | + | <li>Ergänzen Sie ggf. Ihre Zugangsdaten in Ihrer Passwort-App unter dem Eintrag |
| - | < | + | |
| - | < | + | |
| </ul> | </ul> | ||
| - | </ | ||
| - | <main> | + | |
| - | <h1>Anleitung: Arbeiten | + | <p>Damit Ihre Dateien automatisch |
| - | <p>Willkommen im neuen zentralen Speicherort des BBZ. Hier erfährst du, wie du Nextcloud | + | <div class=" |
| - | + | <div class=" | |
| - | <div class=" | + | <div class=" |
| - | | + | < |
| + | </ | ||
| + | <div class=" | ||
| + | <div class=" | ||
| + | < | ||
| + | </div> | ||
| + | <div class="step-item"> | ||
| + | <div class=" | ||
| + | < | ||
| + | </ | ||
| + | <div class="step-item"> | ||
| + | <div class="step-number">4</div> | ||
| + | < | ||
| + | </ | ||
| + | <div class=" | ||
| + | <div class=" | ||
| + | < | ||
| + | </div> | ||
| </ | </ | ||
| - | | + | <h2>3. Dateiverwaltung |
| - | | + | <p>In der BBZ Cloud unterscheiden wir zwei Arten von Ordnern:</p> |
| - | <div class=" | + | <ul> |
| - | < | + | <li><strong>Geteilte Ordner:</strong> Von Ihnen persönlich für bestimmte Kollegen freigegeben.</li> |
| - | <div class=" | + | <li><strong>Teamordner:</strong> Feste Strukturen für Fachbereiche und Abteilungen.</li> |
| - | <div class=" | + | <li><strong>Klassenlaufwerke (In Planung):</strong> Zukünftig werden hier auch die Klassenlaufwerke abgebildet, sodass Sie von überall gemeinsam mit Schülern |
| - | | + | </ul> |
| - | </div> | + | |
| - | | + | |
| - | <div class=" | + | |
| - | < | + | |
| - | </div> | + | |
| - | | + | |
| - | <div class=" | + | |
| - | < | + | |
| - | </div> | + | |
| - | | + | |
| - | <p>Suche im App Store / Play Store nach " | + | <p>Sie können Office-Dateien direkt |
| - | + | ||
| - | < | + | |
| - | < | + | |
| - | </ | + | |
| - | </ | + | |
| - | <section id="usage"> | + | <img src="https://wiki.bbz-rd-eck.com/lib/exe/fetch.php? |
| - | < | + | |
| - | <div class=" | + | |
| - | < | + | |
| - | <table border=" | + | |
| - | < | + | |
| - | < | + | |
| - | < | + | |
| - | </tr> | + | |
| - | < | + | |
| - | < | + | |
| - | < | + | |
| - | </ | + | |
| - | </table> | + | |
| - | < | + | |
| - | <p>Klicke auf das "Teilen"-Symbol hinter einer Datei. Du kannst:</ | + | <div class="warning-box"> |
| - | <ul> | + | <strong>Tipp:</ |
| - | < | + | </div> |
| - | < | + | |
| - | | + | |
| - | | + | |
| - | | + | |
| - | </section> | + | |
| - | | + | <h2>5. Migration von OneDrive</ |
| - | | + | <p>Der Umzug Ihrer Daten ist einfach:</ |
| - | <div class=" | + | < |
| - | < | + | <li>Öffnen Sie den Windows-Explorer |
| - | <div class=" | + | <li>Markieren Sie Ihre Daten im alten < |
| - | < | + | <li>Wechseln Sie in den neuen < |
| - | </ | + | <li>Die Cloud lädt die Daten nun hoch (erkennbar am blauen Kreis-Symbol |
| - | < | + | </ |
| - | < | + | </ |
| - | </ | + | |
| - | </ | + | |
| - | + | ||
| - | <section id=" | + | |
| - | <h2>4. Migration von OneDrive</ | + | |
| - | < | + | |
| - | | + | |
| - | < | + | |
| - | <li>Stelle sicher, dass beide Sync-Clients | + | |
| - | <li>Markiere die Ordner in deinem | + | |
| - | <li>Kopiere sie (Strg+C) und füge sie in den neuen BBZ-Cloud Ordner ein (Strg+V).</ | + | |
| - | <li>Warte, bis das blaue Synchronisations-Symbol | + | |
| - | </ | + | |
| - | </div> | + | |
| - | </ | + | |
| - | </main> | + | |
| </ | </ | ||
| </ | </ | ||