20 lines
603 B
Smarty
Executable File
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>
|
|
|