static S hinputfield(S name) { ret htextinput(name); } static S hinputfield(S name, S defaultValue) { ret htextinput(name, defaultValue); }