18 lines
494 B
Plaintext
18 lines
494 B
Plaintext
$newline never
|
|
|
|
<input type=checkbox id=#{fieldId}_zip name=#{fieldName} value=#{unpackZips} :req:required>
|
|
<label for=#{fieldId}_zip>
|
|
ZIPs entpacken
|
|
|
|
|
|
<ul>
|
|
$forall FileUploadInfo{..} <- fileInfos
|
|
<li>
|
|
<input type=checkbox name=#{fieldName} value=#{toPathPiece fuiId} id=#{fuiHtmlId} :fuiChecked:checked>
|
|
<span style="display:none">
|
|
#{fuiTitle}
|
|
<label for=#{fuiHtmlId}>
|
|
#{fuiTitle}
|
|
<li>
|
|
<input type=file id=#{fieldId} name=#{fieldName} multiple>
|