8 lines
286 B
Plaintext
8 lines
286 B
Plaintext
$newline never
|
|
<ul ##{theId} .list--iconless>
|
|
$forall (n, selId) <- nums
|
|
<li>
|
|
<select ##{selId} name=#{name} :isReq:required *{attrs}>
|
|
$forall opt <- olOptions
|
|
<option value=#{withNum (optionExternalValue opt) n} :isSel n opt:selected>#{optionDisplay opt}
|