2007-12-18 03:24:05 -05:00
|
|
|
<% USING: furnace xmode.catalog sequences kernel html.elements assocs io sorting continuations ; %>
|
2007-12-06 00:06:34 -05:00
|
|
|
|
|
|
|
<select name="mode">
|
2007-12-06 01:02:58 -05:00
|
|
|
<% modes keys natural-sort [
|
2007-12-18 03:24:05 -05:00
|
|
|
<option dup "mode" session-var = [ "true" =selected ] when option> write </option>
|
2007-12-06 00:06:34 -05:00
|
|
|
] each %>
|
|
|
|
</select>
|