+ add terms-view-component
+ add oai links
This commit is contained in:
parent
8cb8f29e5e
commit
aded19b6a0
7 changed files with 266 additions and 4 deletions
|
@ -23,13 +23,13 @@
|
|||
Derzeit unterstützt das OAI-Service den Metadatenstandard DC (OAI-PMH Dublin Core) und eingeschränkt den Standard DataCite (aktuell in dieser Testkonfiguration noch
|
||||
ohne Vergabe einer im Schema verpflichtenden DOI).
|
||||
</p>
|
||||
<!-- <ul class="quicklinks">
|
||||
<ul class="quicklinks">
|
||||
<li><a href="?verb=Identify">Identify</a> |</li>
|
||||
<li><a href="?verb=ListRecords&metadataPrefix=oai_dc">ListRecords</a> |</li>
|
||||
<li><a href="?verb=ListSets">ListSets</a> |</li>
|
||||
<li><a href="?verb=ListMetadataFormats">ListMetadataFormats</a> |</li>
|
||||
<li><a href="?verb=ListIdentifiers&metadataPrefix=oai_dc">ListIdentifiers</a></li>
|
||||
</ul> -->
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
</template>
|
||||
|
@ -38,3 +38,34 @@
|
|||
import OaiViewComponent from "./oai-view-component";
|
||||
export default OaiViewComponent;
|
||||
</script>
|
||||
|
||||
<style scoped lange="scss">
|
||||
ul.quicklinks {
|
||||
margin-top: 2px;
|
||||
padding: 4px;
|
||||
text-align: center;
|
||||
border-bottom: 2px solid #ccc;
|
||||
border-top: 2px solid #ccc;
|
||||
clear: left;
|
||||
}
|
||||
pre,
|
||||
blockquote,
|
||||
dl,
|
||||
figure,
|
||||
table,
|
||||
p,
|
||||
ul,
|
||||
ol,
|
||||
form {
|
||||
margin-bottom: 2.5rem;
|
||||
}
|
||||
ul.quicklinks li {
|
||||
/* font-size: 90%; */
|
||||
display: inline;
|
||||
list-style: none;
|
||||
font-family: sans-serif;
|
||||
}
|
||||
li {
|
||||
margin-bottom: 1rem;
|
||||
}
|
||||
</style>
|
||||
|
|
Loading…
Add table
editor.link_modal.header
Reference in a new issue