bsw@211: ui.container{ bsw@211: attr = { class = "boxhead" }, bsw@211: content = _"Search in initiatives for text:" bsw@211: } bsw@211: bsw@211: ui.container{ bsw@211: attr = { class = "search box" }, bsw@211: content = function() bsw@211: ui.container{ bsw@211: attr = { class = "row first" }, bsw@211: content = function() bsw@211: ui.container{ bsw@211: attr = { class = "col first" }, bsw@211: content = function() bsw@211: bsw@211: ui.form{ bsw@211: content = function() bsw@211: bsw@211: bsw@211: slot.put(" ") bsw@211: bsw@211: ui.tag{ tag = "input", attr = { type = "text", name = "q" } } bsw@211: bsw@211: ui.submit{ text = _"Search" } bsw@211: bsw@211: end bsw@211: } bsw@211: bsw@211: end bsw@211: } bsw@211: bsw@211: end bsw@211: } bsw@211: end bsw@211: }