30 lines
1.2 KiB
HTML
30 lines
1.2 KiB
HTML
<!-- prettier-ignore -->
|
|
<form class="new-top theme--copy">
|
|
<div class="top-title">
|
|
<div class="top-title-input-prefix">
|
|
TOP <span class="next-top-number">000</span> -
|
|
</div>
|
|
<input id="top-input" class="top-title-input theme--copy" placeholder="Titel"/>
|
|
</div>
|
|
|
|
<blockquote id="top-error" class="is-danger" style="display: none;">
|
|
<p>
|
|
Fehler beim erstellen des Tops:<br>
|
|
<span id="top-error-content"></span>
|
|
</p>
|
|
</blockquote>
|
|
|
|
<button id="top-button" class="top-button theme--copy v-btn v-btn--depressed v-btn--disabled v-size--large primary" type="button">
|
|
<div class="v-btn__content">
|
|
Neues TOP anlegen
|
|
<div id="top-spinner" style="display: none;" class="top-progress-spinner v-progress-circular v-progress-circular--indeterminate">
|
|
<svg xmlns="http://www.w3.org/2000/svg" viewBox="22 22 44 44" style="transform: rotate(0deg);">
|
|
<circle fill="transparent" cx="44" cy="44" r="20" stroke-width="4" stroke-dasharray="125.664" stroke-dashoffset="125.66370614359172px" class="v-progress-circular__overlay">
|
|
</circle>
|
|
</svg>
|
|
<div class="v-progress-circular__info"></div>
|
|
</div>
|
|
</div>
|
|
</button>
|
|
</form>
|