104 lines
5.0 KiB
Smarty
Executable File
104 lines
5.0 KiB
Smarty
Executable File
<!-- Identifikatoren -->
|
|
<div id="identificators">
|
|
<div class="text-container status-success">
|
|
<div "subtitle">Sollte für Ihre Publikation bereits ein Identifikator vorhanden sein, geben Sie diesen z.B. wie folgt an DOI: 10.1515/zfsoz-2025-2017, URN: urn:nbn:de:0035-vetrepository-783215.
|
|
</div>
|
|
</div>
|
|
|
|
<!-- <div class="pb-3">
|
|
Sollte für Ihre Publikation bereits ein Identifikator vorhanden sein, geben Sie diesen z.B. wie folgt an DOI: 10.1515/zfsoz-2025-2017, URN: urn:nbn:de:0035-vetrepository-783215.
|
|
</div>
|
|
-->
|
|
<div class="row" id="identificator1">
|
|
<div class="input-group col-12">
|
|
<label for="inputidentificator1" class="col-2 col-form-label">Identifikator</label>
|
|
<div class="col-2 me-3">
|
|
<select id="identificator_select1" class="form-select" placeholder="Rolle" aria-label="Rolle">
|
|
<option value="">-- Bitte wählen --</option>
|
|
<option value="DOI">DOI</option>
|
|
<option value="URN">URN</option>
|
|
<option value="Handle">Handle</option>
|
|
<option value="ISBN">ISBN</option>
|
|
<option value="ISSN">ISSN</option>
|
|
</select>
|
|
</div>
|
|
<div class="col-6">
|
|
<input id="identificatorInput1" type="text" class="form-control" placeholder="" aria-label="identificator1" aria-describedby="button-identificator1">
|
|
</div>
|
|
<button class="btn button_fix" type="button" id="button-add-identificator-1" onclick="insert('identificator', 2, 4)">
|
|
<i class="bi h2 bi-file-plus"></i>
|
|
</button>
|
|
</div>
|
|
<div class="row">
|
|
<div id="identificator1Error" class="text-danger col-md-6 offset-md-4 mt-1 small" style="display: none;">
|
|
</div>
|
|
<div id="identificator1Success" class="text-success mt-1 small" style="display: none;">
|
|
<!-- ✓ Gültig -->
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
<div class="row" id="identificator2">
|
|
<div class="input-group col-12">
|
|
<label for="inputidentificator2" class="col-2 col-form-label">... weitere</label>
|
|
<div class="col-2 me-3">
|
|
<select id="identificator_select2" class="form-select" placeholder="Rolle" aria-label="Rolle">
|
|
<option value="">-- Bitte wählen --</option>
|
|
<option value="DOI">DOI</option>
|
|
<option value="URN">URN</option>
|
|
<option value="Handle">Handle</option>
|
|
<option value="ISBN">ISBN</option>
|
|
<option value="ISSN">ISSN</option>
|
|
</select>
|
|
</div>
|
|
<div class="col-6">
|
|
<input id="identificatorInput2" type="text" class="form-control" placeholder="" aria-label="identificator2" aria-describedby="button-identificator2">
|
|
</div>
|
|
<button class="btn button_fix" type="button" id="button-add-identificator-2" onclick="insert('identificator', 3, 3)">
|
|
<i class="bi h2 bi-file-plus"></i>
|
|
</button>
|
|
<button class="btn button_fix" type="button" id="button-del-identificator-2" onclick="deleteErrorMessage('identificator', 2); del('identificator', 2, 1);">
|
|
<i class="bi h2 bi-file-minus"></i>
|
|
</button>
|
|
</div>
|
|
<div class="row">
|
|
<div id="identificator2Error" class="text-danger col-md-6 offset-md-4 mt-1 small" style="display: none;">
|
|
</div>
|
|
<div id="identificator2Success" class="text-success mt-1 small" style="display: none;">
|
|
<!-- ✓ Gültig -->
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
|
|
<div class="row" id="identificator3">
|
|
<div class="input-group col-12">
|
|
<label for="inputidentificator3" class="col-2 col-form-label">... weitere</label>
|
|
<div class="col-2 me-3">
|
|
<select id="identificator_select3" class="form-select" placeholder="Rolle" aria-label="Rolle">
|
|
<option value="">-- Bitte wählen --</option>
|
|
<option value="DOI">DOI</option>
|
|
<option value="URN">URN</option>
|
|
<option value="Handle">Handle</option>
|
|
<option value="ISBN">ISBN</option>
|
|
<option value="ISSN">ISSN</option>
|
|
</select>
|
|
</div>
|
|
<div class="col-6">
|
|
<input id="identificatorInput3" type="text" class="form-control" placeholder="" aria-label="identificator3" aria-describedby="button-identificator3">
|
|
</div>
|
|
<button class="btn button_fix" type="button" id="button-del-identificator-3" onclick="deleteErrorMessage('identificator', 3); del('identificator', 3, 1);">
|
|
<i class="bi h2 bi-file-minus"></i>
|
|
</button>
|
|
</div>
|
|
|
|
<div class="row">
|
|
<div id="identificator3Error" class="text-danger col-md-6 offset-md-4 mt-1 small" style="display: none;">
|
|
</div>
|
|
<div id="identificator3Success" class="text-success mt-1 small" style="display: none;">
|
|
<!-- ✓ Gültig -->
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<!-- Ende Identifikatoren -->
|