@teipublisher/pb-components
Version:
Collection of webcomponents underlying TEI Publisher
30 lines (26 loc) • 1.17 kB
HTML
<html>
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, minimum-scale=1, initial-scale=1, user-scalable=yes" />
<title>pb-manage-odds Demo</title>
<script src="https://cdn.jsdelivr.net/npm/@webcomponents/webcomponentsjs/webcomponents-loader.js"></script><script type="module" src="../pb-components-bundle.js"></script>
</head>
<body>
<pb-demo-snippet>
<template>
<style type="text/css">
pb-download { margin-right: 10px; }
pb-progress { margin-bottom: 20px; }
</style>
<pb-page endpoint="https://teipublisher.com/exist/apps/tei-publisher" api-version="1.0.0">
<pb-progress></pb-progress>
<pb-login id="login" group="tei"></pb-login>
<pb-restricted login="login" can-write>
<pb-upload id="upload" emit="docs" subscribe="docs" accept=".xml, .tei, .odd, .docx"></pb-upload>
</pb-restricted>
<pb-manage-odds target="document-list" subscribe="docs"></pb-manage-odds>
</pb-page>
</template>
</pb-demo-snippet>
</body>
</html>