bsw@212: ui.box{ class = "search", content = function() bsw@212: ui.box_row{ class = "head", content = function() ui.box_col{ class = "head", content = _"Search in initiatives" } end } bsw@211: bsw@212: ui.box_row{ content = function() ui.box_col{ content = function() bsw@212: ui.form{ bsw@212: content = function() bsw@212: slot.put(" ") bsw@212: ui.tag{ tag = "input", attr = { type = "text", name = "q" } } bsw@212: ui.submit{ text = _"Search" } bsw@211: end bsw@211: } bsw@212: end } end } bsw@212: bsw@212: end }