VERO/templates/contracttemplates/checkBoxUebertragungEinfachesNutzungsrecht.tpl
2026-03-04 10:12:09 +01:00

22 lines
1.2 KiB
Smarty
Executable File
Raw Permalink Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<div class="row">
<div class="col-12">
<div class="form-check">
<input class="form-check-input"
type="checkbox"
value="zugestimmt"
id="checkBoxUebertragungEinfachesNutzungsrecht"
name="checkBoxUebertragungEinfachesNutzungsrecht"
aria-describedby="checkBoxUebertragungEinfachesNutzungsrechtHelp"
aria-labelledby="checkBoxUebertragungEinfachesNutzungsrechtLabel">
<label class="form-check-label"
id="checkBoxUebertragungEinfachesNutzungsrechtLabel"
for="checkBoxUebertragungEinfachesNutzungsrecht">
Ich besitze das ausschließliche Nutzungsrecht für meine Verlagspublikation und möchte diese unter dem Deutschen Urheberrecht in der Verlagsfassung zweitveröffentlichen.
<br> Ich bestätige, dass ich die Vertragsbedingungen verstanden habe und diesen zustimme, d. h.:
</label>
<div id="checkBoxUebertragungEinfachesNutzungsrechtHelp" class="form-text">
</div>
</div>
</div>
</div>