- Einverstaendniserklaerung im Backend beim Anlegen eines Datensatzes
This commit is contained in:
parent
85773609d7
commit
a804f94090
|
@ -133,7 +133,7 @@ return [
|
||||||
// 'old_password' => 'Old Password',
|
// 'old_password' => 'Old Password',
|
||||||
// 'new_password' => 'New Password',
|
// 'new_password' => 'New Password',
|
||||||
// 'new_password_confirmation' => 'New Password Confirmation',
|
// 'new_password_confirmation' => 'New Password Confirmation',
|
||||||
'terms_and_conditions' => 'terms and conditions',
|
'terms_and_conditions' => 'Einverständniserklärung',
|
||||||
],
|
],
|
||||||
'pages' => [
|
'pages' => [
|
||||||
'title' => 'Title',
|
'title' => 'Title',
|
||||||
|
|
|
@ -351,12 +351,18 @@
|
||||||
<i class="fas fa-info-circle" @click="showModal" style="font-size:24px"></i>
|
<i class="fas fa-info-circle" @click="showModal" style="font-size:24px"></i>
|
||||||
<Modal v-if="isModalVisible" @close="closeModal">
|
<Modal v-if="isModalVisible" @close="closeModal">
|
||||||
<template slot="header">
|
<template slot="header">
|
||||||
{!! trans('validation.attributes.backend.create-dataset.terms_and_conditions').'*' !!}
|
{!! trans('validation.attributes.backend.create-dataset.terms_and_conditions').' *' !!}
|
||||||
</template>
|
</template>
|
||||||
<template slot="body">
|
<template slot="body">
|
||||||
Die im GBA-RDR veröffentlichten Informationen und Metadaten unterliegen grundsätzlich den
|
Mit dem Setzen des Hakens bestätige ich hiermit
|
||||||
Open-Access-Bedingungen, wenn nicht anders angegeben. Die publizierten Datensets unterliegen einem
|
<ol type="1">
|
||||||
definierten Zugriffs- sowie Nutzungsrecht welche in den Metadaten eindeutig beschrieben sind.
|
<li>
|
||||||
|
die Data Policy von Tethys RDR sowie die Terms & Conditions von Tethys
|
||||||
|
gelesen und verstanden zu haben (<a href="/pages/terms-and-conditions" target=_blank>siehe hier</a>)
|
||||||
|
</li>
|
||||||
|
<li>das Einverständnis aller Co-Autoren über die bevorstehende Datenpublikation schriftlich eingeholt zu haben</li>
|
||||||
|
<li>sowohl mit der Data Policy als auch mit den Terms & Conditions einverstanden zu sein</li>
|
||||||
|
</ol>
|
||||||
</template>
|
</template>
|
||||||
</Modal>
|
</Modal>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user