UNPKG

@digital-blueprint/esign-app

Version:

[GitHub Repository](https://github.com/digital-blueprint/esign-app) | [npmjs package](https://www.npmjs.com/package/@digital-blueprint/esign-app) | [Unpkg CDN](https://unpkg.com/browse/@digital-blueprint/esign-app/) | [Esign Bundle](https://gitlab.tugraz.

180 lines (154 loc) 7.57 kB
<!doctype html> <html> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <meta name="theme-color" content="white"> <!-- Meta Data for Search Engines --> <title>Esign</title> <meta name="description" content="Applikation für elektronisches Signieren von PDF-Dokumenten. Signieren sie ganz einfach digital ihre Dokumente. Der elekronische Signaturservice an der Universität."> <!-- Meta Data for open graph(facebook & co) --> <meta property="og:locale" content="de_DE"> <meta property="og:type" content="website"> <meta property="og:title" content="Esign - Der elekronische Signaturservice an der Universität> <meta property="og:description" content="Applikation für elektronisches Signieren von PDF-Dokumenten. Signieren sie ganz einfach digital ihre Dokumente. Der elekronische Signaturservice an der Universität."> <meta property="og:site_name" content="esign"> <!-- Favicons --> <link rel="shortcut icon" type="image/x-icon" href="/dist/local/@digital-blueprint/esign-app/icon/favicon.ico"> <link rel="icon" type="image/svg+xml" href="/dist/local/@digital-blueprint/esign-app/icon/favicon.svg"> <link rel="apple-touch-icon" sizes="180x180" href="/dist/local/@digital-blueprint/esign-app/icon/apple-touch-icon.png"> <link rel="icon" type="image/png" sizes="32x32" href="/dist/local/@digital-blueprint/esign-app/icon/favicon-32x32.png"> <link rel="icon" type="image/png" sizes="16x16" href="/dist/local/@digital-blueprint/esign-app/icon/favicon-16x16.png"> <link rel="manifest" href="/dist/dbp-signature.webmanifest"> <link rel="mask-icon" href="/dist/local/@digital-blueprint/esign-app/icon/safari-pinned-tab.svg" color="#e4154b"> <meta name="theme-color" content="#ffffff"> <meta name="apple-mobile-web-app-status-bar-style" content="white"> <!-- Loading spinner --> <script type="module"> import {Spinner} from "/dist/local/@digital-blueprint/esign-app/org_spinner.js"; customElements.define('tug-spinner', Spinner); </script> <!-- App bundles--> <script type="module" src="/dist/dbp-signature.js"></script> <!-- Prevent Chrome/Edge from suggesting to translate the page --> <meta name="google" content="notranslate"> <!-- Font related CSS --> <style> @import "/dist/local/@digital-blueprint/esign-app/fonts/nunito-sans/300.css"; @import "/dist/local/@digital-blueprint/esign-app/fonts/nunito-sans/300-italic.css"; @import "/dist/local/@digital-blueprint/esign-app/fonts/nunito-sans/600.css"; @import "/dist/local/@digital-blueprint/esign-app/fonts/nunito-sans/600-italic.css"; body { font-family: 'Nunito Sans', 'Calibri', 'Arial', 'sans-serif'; line-height: 1.4em; font-weight: 400; margin: 0; } #spinner { height: 100vh; width: 100vw; display: flex; justify-content: center; align-items: center; } .light-theme { --dbp-override-background: white; --dbp-override-content: #222120; --dbp-override-primary: #3775c1; --dbp-override-on-primary-surface: white; --dbp-override-secondary: #222120; --dbp-override-secondary-surface: white; --dbp-override-on-secondary-surface: #222120; --dbp-override-secondary-surface-border-color: #222120; --dbp-override-muted: #767676; --dbp-override-accent: #9e1e4d; --dbp-override-info: #38808a; --dbp-override-success: #338555; --dbp-override-success-surface: #5ec189; --dbp-override-on-success-surface: #222120; --dbp-override-warning: #bf8808; --dbp-override-warning-surface: #f9cc66; --dbp-override-on-warning-surface: #222120; --dbp-override-danger: #cc3232; --dbp-override-border: 1px solid #222120; } .dark-theme { --dbp-override-background: #222120; --dbp-override-content: white; --dbp-override-primary: #3775c1; --dbp-override-on-primary-surface: white; --dbp-override-secondary: white; --dbp-override-secondary-surface: #222120; --dbp-override-on-secondary-surface: white; --dbp-override-secondary-surface-border-color: white; --dbp-override-muted: #8D8B8B; --dbp-override-accent: #bc3a62; --dbp-override-info: #3793A5; --dbp-override-success: #5ec189; --dbp-override-warning: #f9cc66; --dbp-override-danger: #EB534E; --dbp-override-border: 1px solid white; } </style> <!-- Preloading/Preconnecting --> <link rel="preconnect" href="http://127.0.0.1:8000"> <link rel="preconnect" href="https://auth-dev.tugraz.at/auth"> </head> <body> <dbp-signature provider-root id="app" lang="de" entry-point-url="http://127.0.0.1:8000" file-handling-enabled-targets="local,nextcloud" allow-annotating nextcloud-web-app-password-url="https://cloud-dev.tugraz.at/index.php/apps/webapppassword" nextcloud-webdav-url="https://cloud-dev.tugraz.at/remote.php/dav/files" nextcloud-name="dbp cloud" nextcloud-file-url="https://cloud-dev.tugraz.at/index.php/apps/files/?dir=" nextcloud-store-session html-overrides="global-override" src="/dist/dbp-signature.topic.metadata.json" base-path="/dist/" keycloak-config='{"url": "https://auth-dev.tugraz.at/auth", "realm": "tugraz-vpu", "clientId": "auth-dev-mw-frontend-local", "silentCheckSsoRedirectUri": "/dist/silent-check-sso.html"}' matomo-url='https://analytics.tugraz.at/' matomo-site-id='131' git-info='cbbe00c' build-url='https://github.com/digital-blueprint/esign-app/commit/cbbe00c' build-time='2025-04-10T11:50:59.297Z' env='local' themes='[{"class": "light-theme", "icon": "sun", "name": "Light Mode"}, {"class": "dark-theme", "icon": "night", "name": "Dark Mode"}]' app-name='dbp-signature' ><org-spinner id='spinner'></org-spinner> </dbp-signature> <template id="global-override"> <template id="dbp-signature"> <div slot="name"> dbp<br /> digital blueprint </div> <div slot="logo"> <style> .logo-dark, .light-theme .logo-dark, .dark-theme .logo-light { display: none; } .logo-light, .light-theme .logo-light, .dark-theme .logo-dark { display: block; } .wrapper { float: right; padding: 0 50px 0 0; } </style> <div class="wrapper"> <img class="logo-light" style="height: 80px" src="/dist/local/@digital-blueprint/esign-app/dbp_logo_small_on_white.svg" alt="Digital Blueprint - A University toolbox logo"> <img class="logo-dark" style="height: 80px" src="/dist/local/@digital-blueprint/esign-app/dbp_logo_small_on_black.svg" alt="Digital Blueprint - A University toolbox logo"> </div> </div> </template> </template> <!-- Error handling for too old browsers --> <script src="/dist/local/@digital-blueprint/esign-app/browser-check.js" defer></script> <noscript>Diese Applikation benötigt Javascript / This application requires Javascript</noscript> </body> </html>