mirror of
https://github.com/xoseperez/espurna.git
synced 2026-03-03 15:04:17 +01:00
23 lines
568 B
HTML
23 lines
568 B
HTML
<template id="template-text-input">
|
|
<div class="pure-control-group">
|
|
<label></label>
|
|
<input type="text">
|
|
<span class="pure-form-message-inline"></span>
|
|
</div>
|
|
</template>
|
|
|
|
<template id="template-number-input">
|
|
<div class="pure-control-group">
|
|
<label></label>
|
|
<input type="number">
|
|
<span class="pure-form-message-inline"></span>
|
|
</div>
|
|
</template>
|
|
|
|
<template id="template-error-notification">
|
|
<div class="pure-u-1 pure-u-lg-1">
|
|
</div>
|
|
<div class="pure-u-1 pure-u-lg-1">
|
|
</div>
|
|
</template>
|