VERO/templates/contracttemplates/erstVeroeffentlichtIn.tpl
2026-03-04 10:12:09 +01:00

13 lines
683 B
Smarty
Executable File

<div id="erstVeroeffentlichtSection">
<form id="erstVeroeffentlicht" role="form" aria-labelledby="Erstveröffentlichungsort">
<div class="row col-12">
<div class="col-3">
<h5 id="form-title">Erstveröffentlichungsort</h5>
</div>
<div class="col-8">
<textarea rows="2" type="text" id="erstVeroeffentlichtInput" class="form-control" placeholder="Bitte geben Sie den Link zum Erstveröffentlichungungsort (z.B. zur Publikation beim Verlag oder einem Repositorium) an." aria-label="erstVeroeffentlicht"></textarea>
</div>
</div>
</form>
</div>