bsw@1045: function ui.sidebarHeadWhatCanIDo () bsw@1045: ui.sidebarHead( function () bsw@1045: --ui.image{ attr = { class = "right icon24" }, static = "icons/48/info.png" } bsw@1045: ui.heading { bsw@1045: level = 2, content = _"What can I do here?" bsw@1045: } bsw@1045: end ) bsw@1045: if not app.session.member then bsw@1045: ui.sidebarSection( function() bsw@1045: ui.heading { level = 3, content = _"Closed user group" } bsw@1045: ui.tag { tag = "ul", attr = { class = "ul" }, content = function () bsw@1045: ui.tag { tag = "li", content = function () bsw@1045: ui.link { bsw@1045: content = _"login to participate", bsw@1045: module = "index", view = "login" bsw@1045: } bsw@1045: end } bsw@1045: end } bsw@1045: end ) bsw@1045: end bsw@1045: end