8 lines
217 B
Plaintext
8 lines
217 B
Plaintext
|
<% USING: xmode.catalog sequences kernel html.elements assocs io ; %>
|
||
|
|
||
|
<select name="mode">
|
||
|
<% modes keys [
|
||
|
<option dup "factor" = [ "true" =selected ] when option> write </option>
|
||
|
] each %>
|
||
|
</select>
|