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

20 lines
603 B
Smarty
Executable File

<div class="row">
<div class="col-12">
<div class="form-check">
<input class="form-check-input validation-checkbox"
type="checkbox"
id="checkCCBYSA"
value="zugestimmt"
name="checkCCBYSA"
aria-labelledby="ccbysaLabel">
<label class="form-check-label fw-bold"
id="ccbysaLabel"
for="checkCCBYSA">
CC BY-SA-Lizenz:
</label>
Ich möchte die Publikation unter der CC BY-SA-Lizenz veröffentlichen.
</div>
</div>
</div>