23 lines
987 B
Smarty
Executable File
23 lines
987 B
Smarty
Executable File
<!-- Titel Section -->
|
|
<div id="titles">
|
|
<form id="validateTitle">
|
|
<div class="row" id="title1">
|
|
<div class="input-group col-12">
|
|
<label for="inputtitle" class="col-2 col-form-label">Titel *</label>
|
|
<div class="col-6">
|
|
<textarea rows="1" type="text" id="titleinput1" class="form-control" required placeholder="Bitte Titel eingeben, wie dieser auf der Publikation angegeben ist." aria-label="title" oninput="validateText('title', 1, 3, 200)" onblur="validateText('title', 1, 3, 200)"></textarea>
|
|
</div>
|
|
</div>
|
|
<div class="row">
|
|
<div id="title1Error" class="text-danger col-md-6 offset-md-2 mt-1 small" style="display: none;">
|
|
Pflichtfeld, bitte Titel in der Form eingeben, wie dieser auf der Publikation angegeben ist.
|
|
</div>
|
|
<div id="title1Success" class="text-success mt-1 small" style="display: none;">
|
|
<!-- ✓ Gültig -->
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</form>
|
|
</div>
|
|
<!-- Ende Titel Section -->
|