comparison demo/more/conferenceFields.ur @ 1032:5d9f47124c4c

Saving paper decisions
author Adam Chlipala <adamc@hcoop.net>
date Sat, 07 Nov 2009 11:06:38 -0500
parents 53a22f46f377
children
comparison
equal deleted inserted replaced
1031:5dccff15fa62 1032:5d9f47124c4c
20 {List.mapX (fn x => <xml><option selected={x = v}>{[x]}</option></xml>) opts} 20 {List.mapX (fn x => <xml><option selected={x = v}>{[x]}</option></xml>) opts}
21 </select></xml>, 21 </select></xml>,
22 Parse = charIn, 22 Parse = charIn,
23 Inject = _} 23 Inject = _}
24 24
25 val dropdown_show = _