UNPKG

@dbp-topics/dispatch

Version:

[GitHub Repository](https://github.com/digital-blueprint/dispatch-frontend) | [npmjs package](https://www.npmjs.com/package/@dbp-topics/dispatch) | [Unpkg CDN](https://unpkg.com/browse/@dbp-topics/dispatch/) | [Dispatch Bundle](https://github.com/digital-

79 lines (68 loc) 3.65 kB
<!doctype html> <html> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <!-- Favicons --> <link rel="shortcut icon" type="image/x-icon" href="https://unpkg.com/@dbp-topics/dispatch@1.0.8/dist/local/@dbp-topics/dispatch/favicon.ico"> <link rel="icon" type="image/svg+xml" href="https://unpkg.com/@dbp-topics/dispatch@1.0.8/dist/local/@dbp-topics/dispatch/favicon.svg" sizes="any"> <!-- PWA manfiest file --> <link rel="manifest" href="https://unpkg.com/@dbp-topics/dispatch@1.0.8/dist/dbp-dispatch.manifest.json"> <!-- Loading spinner --> <script type="module"> import {Spinner} from 'https://unpkg.com/@dbp-topics/dispatch@1.0.8/dist/local/@dbp-topics/dispatch/spinner.js'; customElements.define('dbp-loading-spinner', Spinner); </script> <!-- App bundles--> <script type="module" src="https://unpkg.com/@dbp-topics/dispatch@1.0.8/dist/dbp-dispatch.js"></script> <!-- Prevent Chrome/Edge from suggesting to translate the page --> <meta name="google" content="notranslate"> <!-- Font related CSS --> <style> @import "https://unpkg.com/@dbp-topics/dispatch@1.0.8/dist/local/@dbp-topics/dispatch/fonts/source-sans-pro/300.css"; @import "https://unpkg.com/@dbp-topics/dispatch@1.0.8/dist/local/@dbp-topics/dispatch/fonts/source-sans-pro/400.css"; @import "https://unpkg.com/@dbp-topics/dispatch@1.0.8/dist/local/@dbp-topics/dispatch/fonts/source-sans-pro/600.css"; body { font-family: 'Source Sans Pro', 'Calibri', 'Arial', 'sans-serif'; font-weight: 300; margin: 0; } /* TU-Graz style override */ html { --dbp-override-primary-bg-color: #245b78; --dbp-override-primary-button-border: solid 1px #245b78; --dbp-override-info-bg-color: #245b78; --dbp-override-danger-bg-color: #e4154b; --dbp-override-warning-bg-color: #ffe183; --dbp-override-warning-text-color: black; --dbp-override-success-bg-color: #259207; } </style> <!-- Preloading/Preconnecting --> <link rel="preconnect" href="https://api-dev.tugraz.at"> <link rel="preconnect" href="https://auth-dev.tugraz.at/auth"> </head> <body> <dbp-dispatch lang="de" entry-point-url="https://api-dev.tugraz.at" show-nextcloud-file-picker show-clipboard allow-annotating nextcloud-web-app-password-url="https://cloud-dev.tugraz.at/pers/index.php/apps/webapppassword" nextcloud-webdav-url="https://cloud-dev.tugraz.at/pers/remote.php/dav/files" nextcloud-name="TU Graz cloud" nextcloud-file-url="https://cloud-dev.tugraz.at/pers/index.php/apps/files/?dir=" initial-file-handling-state clipboard-files auth requested-login-status analytics-event src="https://unpkg.com/@dbp-topics/dispatch@1.0.8/dist/dbp-dispatch.topic.metadata.json" base-path="/" keycloak-config='{"url": "https://auth-dev.tugraz.at/auth", "realm": "tugraz-vpu", "clientId": "auth-dev-mw-frontend-local", "silentCheckSsoRedirectUri": "/silent-check-sso.html"}' matomo-url='https://analytics.tugraz.at/' matomo-site-id='131' ><dbp-loading-spinner></dbp-loading-spinner></dbp-dispatch> <!-- Error handling for too old browsers --> <script src="https://unpkg.com/@dbp-topics/dispatch@1.0.8/dist/local/@dbp-topics/dispatch/browser-check.js" defer></script> <noscript>Diese Applikation benötigt Javascript / This application requires Javascript</noscript> </body> </html>