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

249 lines
9.3 KiB
PHP
Executable File

<div id="multiPublish">
<div class="text-container status-success" id="statusTextContract">
<div>Abschnitt Dateiupload wird aktiviert, sobald die Vertragssektion komplett ausgefüllt ist.
</div>
</div>
<form name="publishType" role="form" aria-labelledby="form-title">
<div class="row col-12 pt-3">
<div class="col-3">
<h5 id="form-title">Publikation ist eine</h5>
</div>
<div class="col-9">
<fieldset class="form-group col-9">
<legend class="form-legend"></legend>
<div class="radio-group" role="radiogroup" aria-labelledby="license-type-legend">
<div class="form-check form-check-inline">
<input class="form-check-input"
type="radio"
name="publishType"
id="Erstveroeffentlichung"
value="Erstveröffentlichung"
aria-describedby="ccErstveroeffentlichung">
<!-- onclick="checkMultiPublish()" -->
<label class="form-check-label" for="Erstveroeffentlichung">
Erstveröffentlichung
</label>
</div>
</div>
<div class="radio-group" role="radiogroup" aria-labelledby="license-type-legend">
<div class="form-check form-check-inline">
<input class="form-check-input"
type="radio"
name="publishType"
id="Zweitveroeffentlichung"
value="Zweitveröffentlichung"
aria-describedby="ccZweitveroeffentlichung">
<!-- onclick="checkMultiPublish()" -->
<label class="form-check-label" for="Zweitveroeffentlichung">
Zweitveröffentlichung
</label>
</div>
</div>
</fieldset>
</div>
</div>
</form>
<form name="publishSelect" role="form" area-labelled-by="form-title">
<div class="row">
<div class="col-3">
<h5 id="form-title">Ich wünsche die Veröffentlichung unter</h5>
</div>
<div class="col-9">
<fieldset class="form-group col-9">
<legend class="form-legend"></legend>
<div class="radio-group" role="radiogroup" aria-labelledby="license-type-legend">
<div class="form-check form-check-inline">
<input class="form-check-input"
type="radio"
name="licenseType"
id="OpenAccess"
value="CC-Lizenz">
<!-- onclick="checkMultiPublish()"> -->
<label class="form-check-label" for="OpenAccess">
einer Creative-Commons-Lizenz
</label>
</div>
</div>
<div class="radio-group" role="radiogroup" aria-labelledby="license-type-legend">
<div class="form-check form-check-inline">
<input class="form-check-input"
type="radio"
name="licenseType"
id="DeutschesUrheberrecht"
value="Deutschem Urheberrecht">
<!-- onclick="checkMultiPublish()"> -->
<label class="form-check-label" for="DeutschesUrheberrecht">
Deutschem Urheberrecht
</label>
</div>
</div>
</fieldset>
</div>
</div>
</form>
</div>
<div id="Select4A4B">
<!-- Zwischenschritt bei Urheberrecht -->
<form name="urheberSelect" role="form" area-labelled-by="form-title">
<div class="row">
<div class="col-3">
<!-- <h5 id="form-title">Zwischenschritt für 4A/ 4B</h5> -->
</div>
<div class="col-9">
<fieldset class="form-group col-9">
<legend class="form-legend"></legend>
<div class="radio-group" role="radiogroup" aria-labelledby="zweitveroeffentlichung-label">
<div class="form-check form-check-inline">
<input class="form-check-input"
type="radio"
name="zweitveroeffentlichungSelect"
id="veroeffentlichtRechtvorhanden"
value="vorhanden"
onclick="showNextStep('Version4A')">
<label class="form-check-label" for="veroeffentlichtRechtvorhanden">
</label>Ich habe meine Publikation bereits nach dem Deutschen Urheberrecht veröffentlicht und besitze das ausschließliche Nutzungsrecht.
</div>
</div>
<legend class="form-legend"></legend>
<div class="radio-group">
<div class="form-check form-check-inline">
<input class="form-check-input"
type="radio"
name="zweitveroeffentlichungSelect"
id="zweitveroeffentlichtRecht"
value="vorhanden"
onclick="showNextStep('Version4B')">
<label class="form-check-label" for="zweitveroeffentlichtRecht">
Ich habe meine Publikation bereits nach dem Deutschen Urheberrecht veröffentlicht und habe das ausschließliche Nutzungsrecht an einen Verlag/Repositorium übertragen. Ich möchte von dem gesetzlichen Zweitveröffentlichungsrecht Gebrauch machen.
</label>
</div>
</div>
</fieldset>
</div>
</div>
</form>
</div>
<!--<hr class="separator">-->
<div id="divErstveroeffentlichungOpenAccess" class="ms-3">
<div class="pt-3"></div>
<hr class="hrbibb">
<!-- <h5>Erstveröffentlichung OA</h5>
<h6>Variante 1</h6>
-->
<form>
<div class="container-fluid">
<div class="col-12">
<?php include "contracttemplates/bestaetigungCCBY.tpl" ?>
<?php include "contracttemplates/bestaetigungCCLizenzV1.tpl" ?>
</div>
</div>
</form>
</div>
<div id="divErstUrh" class="ms-3">
<div class="pt-3"></div>
<hr class="hrbibb">
<!-- <h5>Erstveröffentlichungsvariante Urh</h5>
<h6>Variante 2</h6>
-->
<form>
<div class="container-fluid">
<div class="col-12">
<?php include "contracttemplates/bestaetigungUrhG.tpl" ?>
<?php include "contracttemplates/checkBoxEinfachesNutzungsrecht.tpl" ?>
</div>
</div>
</form>
</div>
<div id="divZweitveroeffentlichungOpenAccess" class="ms-3">
<!-- <h5>Zweitveröffentlichung OA</h5>
<h6>Variante 3</h6>
-->
<div class="pt-3"></div>
<hr class="hrbibb">
<form>
<div class="container-fluid">
<div class="col-12">
<?php include "contracttemplates/bestaetigungCCLizenzV3.tpl" ?>
<?php include "contracttemplates/checkBoxLicenseSelectCC.tpl" ?>
</div>
</div>
</form>
</div>
<div id="divZweitUrh4A" class="ms-3">
<!-- <h5>Zweitveröffentlichung UrhG</h5>
<h6>Variante 4A</h6>
-->
<div class="pt-3"></div>
<hr class="hrbibb">
<form>
<div class="container-fluid">
<div class="col-12">
<?php include "contracttemplates/bestaetigungDeutschesUrheberrecht4A.tpl" ?>
<?php include "contracttemplates/checkBoxEinfachesNutzungsrecht.tpl" ?>
<?php //include "contracttemplates/checkBoxUebertragungEinfachesNutzungsrecht.tpl" ?>
</div>
</div>
</form>
</div>
<div id="divZweitUrh4B" class="ms-3">
<!-- <h5>Zweitveröffentlichung 4B></h5>
<h6>Variante 4B</h6>
-->
<div class="pt-3"></div>
<hr class="hrbibb">
<form>
<div class="container-fluid">
<div class="col-12">
<?php include "contracttemplates/bestaetigungDeutschesUrheberrecht4B.tpl" ?>
<?php include "contracttemplates/checkBoxZweitveroeffentlichungsrecht.tpl" ?>
</div>
</div>
</form>
</div>
<div id="divCommon" class="ms-3">
<!-- <h5>Zweitveröffentlichung 4B></h5>
<h6>Variante 4B</h6>
-->
<form>
<div class="container-fluid">
<div class="col-12">
<?php include "contracttemplates/checkBoxBerechtigung.tpl" ?>
<?php include "contracttemplates/checkBoxBildrechte.tpl" ?>
<?php include "contracttemplates/checkBoxHaftung.tpl" ?>
<?php include "contracttemplates/checkBoxDatenschutz.tpl" ?>
</div>
</div>
</form>
<div class="pt-3"></div>
<hr class="hrbibb">
<div class="pt-3"></div>
</div>
<!-- <hr class="separator" aria-hidden="true"> -->
<!-- <hr class="hrbibb"> -->
<div class="pt-3"></div>
<?php include "contracttemplates/erstVeroeffentlichtIn.tpl" ?>
<?php include "contracttemplates/mitteilungAnDasVETRepositoryTeam.tpl" ?>
<!--<div id="divFinishContractSection" class="d-grid pt-3 pe-5 d-md-flex justify-content-md-end">
<button class="btn btn-success" onclick="activateUploadAccordion()" id="finishContractSectionButton">Vertragssektion abschließen</button>
</div>
-->