Skip to content

Commit

Permalink
license disclaimer
Browse files Browse the repository at this point in the history
  • Loading branch information
RastislavHudak committed Jan 5, 2023
1 parent aea97e6 commit bace455
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 1 deletion.
10 changes: 10 additions & 0 deletions src/components/input/PISelect.vue
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,13 @@
</v-col>
</v-row>
</v-slide-y-transition>
<v-slide-y-transition hide-on-leave>
<v-row no-gutters v-show="isCCLicense" :class=" hint ? 'mt-2 mb-6' : 'mb-6'">
<v-col cols="10">
<p v-html="$t('LICENSE_DISCLAIMER', { institution: $t($store.state.instanceconfig.institution) })"></p>
</v-col>
</v-row>
</v-slide-y-transition>
</v-col>
</template>

Expand Down Expand Up @@ -115,6 +122,9 @@ export default {
return this.vocabularies[this.vocabulary].loaded ? this.vocabularies[this.vocabulary].terms : []
}
return []
},
isCCLicense: function () {
return this.value.startsWith('http://creativecommons.org/licenses')
}
},
data () {
Expand Down
3 changes: 2 additions & 1 deletion src/i18n/deu.js
Original file line number Diff line number Diff line change
Expand Up @@ -962,5 +962,6 @@ export default {
ADD_COLLECTION_MEMBERS_HELP: 'Collection-Mitglieder verwalten: Nach Sie die Collection erstellt haben, suchen Sie nach Objekten für Ihre Sammlung in der Suche und wählen Sie aus der Trefferliste unter "Suchergebnisse auswählen" (kleines Rechteck oben rechts) die einzelnen Objekte aus. Klicken Sie anschließend auf "Auswahl" rechts oben und wählen Sie "Zu Collection hinzufügen", es erscheinen die von Ihnen vorab angelegten Collections, wählen Sie die passende aus.',
'Manage members': 'Mitglieder verwalten',
'An object type represents real-world entity. For example, an object type can represent a photography, an interview, a lecture or a letter.': 'Ein Objekttyp stellt eine reale Entität dar. Ein Objekttyp kann zum Beispiel eine Fotografie, ein Interview, einen Vortrag oder einen Brief darstellen',
'Restricted access': 'eingeschränkter Zugang'
'Restricted access': 'eingeschränkter Zugang',
'LICENSE_DISCLAIMER': '<b>Haftungsausschluss</b><br/>Der Diensteanbieter (PHAIDRA, {institution}) und Creative Commons sind nicht Partei der hier auszuwählenden Lizenzverträge. Durch Ihr Angebot, Ihren Schutzgegenstand einer Creative Commons Lizenz zu unterstellen und die Annahme Ihres Angebots durch andere Nutzer kommt ein Vertragsverhältnis zwischen Ihnen und dem jeweiligen Nutzer zustande. Daran ist weder der Diensteanbieter noch Creative Commons beteiligt. Dem Diensteanbieter und Creative Commons erwachsen daraus keinerlei Rechte und Pflichten.<br/>Weder der Diensteanbieter ist eine Rechtsanwaltsgesellschaft noch Creative Commons. Sie leisten keine Rechtsberatung. Sie erbringen die hier stehenden Informationen ohne Gewähr und übernehmen keine Haftung für eventuelle Schäden, die sich aus ihrem Gebrauch ergeben.'
}
2 changes: 2 additions & 0 deletions src/i18n/eng.js
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,8 @@ export default {

ADD_COLLECTION_MEMBERS_HELP: 'Managing collection members: After you create the collection, you can go to search and use the checkbox icon in search results (top right) to enable the selection of objects. After you have selected the desired objects, use the "Selected results" menu to add or remove members from a collection.',

'LICENSE_DISCLAIMER': '<b>Disclaimer</b><br/>The service provider (PHAIDRA, {institution}) and Creative Commons are not party to the licence agreement. Your action to legally offer your protected object within a Creative Commons licence and the acceptance of said offer by third parties establishes a contractual relationship between you and the respective user. Neither the service provider nor the Creative Commons is party to this contractual relationship. No rights or obligations will originate such that would be deemed binding to either the service provider or Creative Commons.<br/>Neither the service provider nor Creative Commons is defined as a law practice, and cannot and will not furnish legal advice. Said parties provide the information found here without any assumed warranty and assume no liability for any damages that could arise from its use.',

uwm_etheses: 'E-Theses',
uwm_etheses_note_2: 'Note 2',
uwm_etheses_note_1: 'Note 1',
Expand Down

0 comments on commit bace455

Please sign in to comment.