factor/extra/webapps/pastebin/modes.furnace

8 lines
238 B
Plaintext
Raw Normal View History

2007-12-06 01:02:58 -05:00
<% USING: xmode.catalog sequences kernel html.elements assocs io sorting ; %>
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-06 00:06:34 -05:00
<option dup "factor" = [ "true" =selected ] when option> write </option>
] each %>
</select>