22 lines
1.4 KiB
Smarty
Executable File
22 lines
1.4 KiB
Smarty
Executable File
<div id="publishedInEditedVolumes">
|
|
<form id="validateTitle" novalidate>
|
|
<div class="row" id="publishedInEditedVolume1">
|
|
<div class="input-group col-12">
|
|
<label for="inputpublishedInEditedVolume" class="col-2 col-form-label">Titel des Sammel- / Konferenzbands *</label>
|
|
<div class="col-6">
|
|
<textarea rows="1" type="text" id="publishedInEditedVolumeinput1" class="form-control" required placeholder="Bitte Titel des Sammel-/Konferenzbands eingeben, wie dieser auf der Publikation angegeben ist" aria-label="publishedInEditedVolume" oninput="validateText('publishedInEditedVolume', 1, 3, 200)" onblur="validateText('publishedInEditedVolume', 1, 3, 200)"></textarea>
|
|
</div>
|
|
</div>
|
|
<div class="row">
|
|
<div id="publishedInEditedVolume1Error" class="text-danger col-md-6 offset-md-2 mt-1 small" style="display: none;">
|
|
Pflichtfeld
|
|
</div>
|
|
<div id="publishedInEditedVolume1Success" class="text-success mt-1 small" style="display: none;">
|
|
<!-- ✓ Gültig -->
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</form>
|
|
</div>
|
|
|