5 lines
268 B
Scheme
Executable file
5 lines
268 B
Scheme
Executable file
<% if $IsReadonly %>
|
|
<span id="{$ID.ATT}" class="{$ExtraClass.ATT}">{$Value.XML}</span>
|
|
<% else %>
|
|
<input {$getAttributesHTML('class')} class="{$ExtraClass.ATT} form-control<% if $Message %> is-invalid<% end_if %>" <% include AriaAttributes %> />
|
|
<% end_if %>
|