22 lines
952 B
Plaintext
22 lines
952 B
Plaintext
$newline never
|
|
$forall FileUploadInfo{..} <- fileInfos
|
|
<div .file-checkbox__container :fuiChecked:.file-checkbox__container--checked>
|
|
<label .file-checkbox__label.reactive-label.btn for=#{fuiHtmlId}>#{fuiTitle}
|
|
<div .checkbox>
|
|
<input .file-checkbox.js-file-checkbox id=#{fuiHtmlId} name=#{fieldName} :fuiChecked:checked value=#{toPathPiece fuiId} type="checkbox">
|
|
<label for=#{fuiHtmlId}>
|
|
|
|
$# new files
|
|
<input type="file" name=#{fieldName} id=#{fieldId} multiple :req:required="required">
|
|
|
|
<div .file-input__multi-info>
|
|
_{MsgMultiFileUploadInfo}
|
|
|
|
<div .file-input__unpack>
|
|
<label for=#{fieldId}_zip>ZIPs automatisch entpacken
|
|
<input type=checkbox id=#{fieldId}_zip name=#{fieldName} value=#{unpackZips}>
|
|
<span .unpack-zip-info-toggler>?
|
|
|
|
$# TODO: make modal available in this scope
|
|
^{modal ".unpack-zip-info-toggler" (Just "Entpackt zips automatisch nach dem Upload und fügt den Inhalt im Stamm-Verzeichnis ein.")}
|