VERO/templates/license.php
2026-03-04 10:12:09 +01:00

37 lines
1.6 KiB
PHP
Executable File

<div id="<licenseBox">
<form name="License">
<div id="licenseType">
<span class="col-2">zu vergebende Lizenz </span>
<!-- <div class="form-check form-check-inline" style="padding-left: 10.375em;">
<input class="form-check-input" type="radio" name="license" id="publicDomain" value="Public Domain">
<label class="form-check-label" for="Public Domain">Public Domain</label>
</div>
<div class="form-check form-check-inline">
<input class="form-check-input" type="radio" name="license" id="CC0" value="CC0">
<label class="form-check-label" for="CC0">CC0</label>
</div>
-->
<div class="form-check form-check-inline bs-3" style="padding-left: 10.375em;">
<input class="form-check-input" type="radio" name="license" id="CreativeCommons" value="Creative Commons" onclick="checkLicense('CreativeCommons')">
<label class="form-check-label" for="CreativeCommons">Creative Commons</label>
</div>
<div class="form-check form-check-inline">
<input class="form-check-input" type="radio" name="license" id="DeutschesUrheberrecht" value="Deutsches Urheberrecht">
<label class="form-check-label" for="DeutschesUrheberrecht">Deutsches Urheberrecht</label>
</div>
</div>
</form>
<div id="divCreativeCommons1">
<h5>Creative Commons Lizenz</h5>
<form>
<div class="container-fluid">
<div class="col-12">
<?php include "cc0commercial.tpl" ?>
<?php include "cc0share.tpl" ?>
</div>
</div>
</form>
</div>
</div>